summaryrefslogtreecommitdiff
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1834-0/+37
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1810-0/+10
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-187-0/+7
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-183-4/+6
* common: Drop init.h from common headerSimon Glass2020-05-1811-0/+11
* common: Drop image.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+3
* mips: Add support for SoM "VoCore2".Mauro Condarelli2020-04-273-0/+96
* mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementationsStefan Roese2020-04-271-18/+10
* mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/maxStefan Roese2020-04-271-6/+8
* mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()Stefan Roese2020-04-271-6/+6
* mips: mtmips: add support for mt7628-rfbWeijie Gao2020-04-273-0/+77
* mips: mtmips: enable SPL for all boardsWeijie Gao2020-04-271-26/+0
* mips: mtmips: add SPL supportWeijie Gao2020-04-279-1/+160
* mips: mtmips: rewrite lowlevel codes of mt7628Weijie Gao2020-04-2715-791/+1201
* mips: add a option to support not reserving malloc space on initial stackWeijie Gao2020-04-272-2/+22
* mips: add an option to support initialize SRAM for initial stackWeijie Gao2020-04-272-0/+16
* dts: mtmips: add alternative pinmux node for uart2Weijie Gao2020-04-271-0/+5
* mips: add a mtmips-specific field to architecture-specific global dataWeijie Gao2020-04-271-0/+3
* mips: mtmips: make use of sysreset-resetctrl for mt7628 socWeijie Gao2020-04-272-5/+6
* mips: spl: Flush cache before jumping to U-Boot properStefan Roese2020-04-272-0/+22
* mips: add an option to enable u_boot_list section for SPL loaders in u-boot-s...Weijie Gao2020-04-272-1/+7
* mips: enable support for appending dtb to spl binaryWeijie Gao2020-04-271-0/+2
* mips: start.S: avoid overwriting outside gd when clearing global data in stackWeijie Gao2020-04-271-1/+2
* mips: mtmips: add predefined i-cache/d-cache size and linesizeWeijie Gao2020-04-271-0/+12
* mips: add support to restore exception vector base before booting linuxWeijie Gao2020-04-274-0/+54
* Merge branch 'next'Tom Rini2020-04-131-5/+5
|\
| * kconfig / kbuild: Re-sync with Linux 4.19Tom Rini2020-04-101-5/+5
* | mips: cmd: go: Flush cache before jumping to app/imageStefan Roese2020-04-092-0/+24
* | mips: vcoreiii: Fix cache coherency issuesLars Povlsen2020-04-094-18/+26
* | MIPS: allow override of get_tbclk()Alex Nemirovsky2020-04-091-1/+1
* | MIPS: allow override of flush_dcache_range()Alex Nemirovsky2020-04-091-1/+1
|/
* arch: Add explicit linker script for u-boot-elfMichal Simek2020-04-031-1/+0
* dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada2020-02-201-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-052-0/+2
* common: Move hang() to the same header as panic()Simon Glass2020-01-174-0/+4
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-172-0/+2
* common: Move get_tbclk() to time.hSimon Glass2020-01-171-0/+1
* common: Move clock functions into a new fileSimon Glass2020-01-174-0/+4
* common: Move relocate_code() to init.hSimon Glass2020-01-171-0/+1
* Merge branch '2019-12-02-master-imports'Tom Rini2019-12-027-0/+10
|\
| * common: Move trap_init() out of common.hSimon Glass2019-12-021-0/+1
| * common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
| * common: Move interrupt functions into a new headerSimon Glass2019-12-022-0/+2
| * common: Move ARM cache operations out of common.hSimon Glass2019-12-024-0/+4
| * common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
| * common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1