summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini3-3/+90
2020-08-04mscc: Drop dm.h header fileSimon Glass5-15/+0
2020-08-03mips: octeon: Update Octeon KconfigStefan Roese1-2/+4
2020-08-03mips: octeon: mrvl, octeon-ebb7304.dts: Add SPI flash DT nodeStefan Roese1-0/+9
2020-08-03mips: octeon: mrvl,cn73xx.dtsi: Add SPI DT nodeStefan Roese1-0/+10
2020-08-03mips: octeon: dts: Add Octeon clock driver DT nodesStefan Roese2-1/+11
2020-08-03mips: octeon: dts: Add I2C DT nodesStefan Roese2-0/+30
2020-08-03mips: octeon: mrvl,cn73xx.dtsi: Add GPIO DT nodesStefan Roese1-0/+26
2020-07-18mips: octeon: Add minimal Octeon 3 EBB7304 EVK supportStefan Roese3-0/+111
2020-07-18mips: octeon: use mips_mach_early_init() to copy to L2 cacheStefan Roese2-0/+51
2020-07-18mips: octeon: dts: Add Octeon 3 cn73xx base dtsi fileStefan Roese1-0/+64
2020-07-18mips: octeon: Initial minimal support for the Marvell Octeon SoCAaron Williams12-0/+312
2020-07-18mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init codeStefan Roese2-0/+14
2020-07-18mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck5-196/+1103
2020-07-18mips: sync asm/addrspace.h with Linux 5.7Daniel Schwierzeck1-12/+2
2020-07-18mips: sync asm/asm.h with Linux 5.7Daniel Schwierzeck1-120/+10
2020-07-18mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck2-15/+2
2020-07-18mips: add config options for generic cache setup codeDaniel Schwierzeck2-1/+29
2020-07-18mips: refactor disabling of cachesDaniel Schwierzeck2-5/+10
2020-07-18mips: add KSEG1 wrapper for change_k0_ccaDaniel Schwierzeck1-14/+18
2020-07-18mips: start.S: remove dead codeDaniel Schwierzeck1-9/+0
2020-07-18mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese1-1/+1
2020-07-18mips: cache: Make flush_cache() weak to enable overwriteStefan Roese1-1/+1
2020-07-18mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CMStefan Roese2-2/+12
2020-07-18mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usageStefan Roese2-4/+5
2020-07-18mips: traps: Set WG bit in EBase register on OcteonStefan Roese2-0/+5
2020-07-18mips: time: Only compile the weak get_tbclk() when neededStefan Roese1-0/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass34-0/+37
2020-05-19common: Drop linux/delay.h from common headerSimon Glass10-0/+10
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass7-0/+7
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass3-4/+6
2020-05-19common: Drop init.h from common headerSimon Glass11-0/+11
2020-05-19common: Drop image.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+3
2020-04-27mips: Add support for SoM "VoCore2".Mauro Condarelli3-0/+96
2020-04-27mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementationsStefan Roese1-18/+10
2020-04-27mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/maxStefan Roese1-6/+8
2020-04-27mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()Stefan Roese1-6/+6
2020-04-27mips: mtmips: add support for mt7628-rfbWeijie Gao3-0/+77
2020-04-27mips: mtmips: enable SPL for all boardsWeijie Gao1-26/+0
2020-04-27mips: mtmips: add SPL supportWeijie Gao9-1/+160
2020-04-27mips: mtmips: rewrite lowlevel codes of mt7628Weijie Gao15-791/+1201
2020-04-27mips: add a option to support not reserving malloc space on initial stackWeijie Gao2-2/+22
2020-04-27mips: add an option to support initialize SRAM for initial stackWeijie Gao2-0/+16
2020-04-27dts: mtmips: add alternative pinmux node for uart2Weijie Gao1-0/+5
2020-04-27mips: add a mtmips-specific field to architecture-specific global dataWeijie Gao1-0/+3
2020-04-27mips: mtmips: make use of sysreset-resetctrl for mt7628 socWeijie Gao2-5/+6