summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* patman: Allow different commandsSimon Glass2020-07-201-36/+41
* patman: Convert to ArgumentParserSimon Glass2020-07-203-64/+65
* patman: Allow skipping patches at the endSimon Glass2020-07-203-5/+18
* patman: Allow creating patches for another branchSimon Glass2020-07-205-15/+40
* patman: Add a test that uses gitpythonSimon Glass2020-07-202-3/+152
* patman: Move main code out to a control moduleSimon Glass2020-07-205-57/+182
* patman: Use test_util to show test resultsSimon Glass2020-07-202-9/+5
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-07-2013-186/+925
|\
| * x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass2020-07-201-1/+21
| * x86: mp: Add more comments to the moduleSimon Glass2020-07-202-3/+102
| * x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass2020-07-201-2/+16
| * x86: mtrr: Restructure so command execution is in one placeSimon Glass2020-07-201-19/+36
| * x86: mtrr: Update the command to use the new mtrr callsSimon Glass2020-07-201-26/+8
| * x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass2020-07-203-3/+105
| * x86: mtrr: Update MTRRs on all CPUsSimon Glass2020-07-201-0/+57
| * x86: coral: Update the memory mapSimon Glass2020-07-201-0/+1
| * x86: Don't enable SMP in SPLSimon Glass2020-07-202-2/+2
| * x86: mtrr: Use MP calls to list the MTRRsSimon Glass2020-07-203-4/+62
| * x86: mp: Add iterators for CPUsSimon Glass2020-07-202-0/+105
| * x86: mp: Park CPUs before running the OSSimon Glass2020-07-203-0/+38
| * x86: mp: Allow running functions on multiple CPUsSimon Glass2020-07-202-6/+134
| * x86: Set the SMP flag when MP init is completeSimon Glass2020-07-201-0/+1
| * global_data: Add a generic global_data flag for SMP stateSimon Glass2020-07-201-0/+1
| * x86: mp: Support APs waiting for instructionsSimon Glass2020-07-204-8/+134
| * x86: cpu: Remove unnecessary #ifdefsSimon Glass2020-07-202-29/+26
| * x86: mp_init: Adjust bsp_init() to return more informationSimon Glass2020-07-201-13/+23
| * x86: mp_init: Set up the CPU numbers at the startSimon Glass2020-07-201-12/+9
| * x86: mtrr: Fix 'ensable' typoSimon Glass2020-07-201-1/+1
| * x86: mp_init: Drop the num_cpus static variableSimon Glass2020-07-201-7/+15
| * x86: mp_init: Switch parameter names in start_aps()Simon Glass2020-07-201-6/+19
| * x86: mp_init: Avoid declarations in header filesSimon Glass2020-07-202-23/+20
| * x86: Move MP code into mp_initSimon Glass2020-07-203-47/+16
| * x86: mp_init: Switch to livetreeSimon Glass2020-07-201-2/+1
| * dm: core: Don't show an ACPI warning if there is no orderingSimon Glass2020-07-201-1/+1
|/
* Merge tag 'mips-pull-2020-07-18' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-07-1841-379/+1937
|\
| * mips: octeon: Add minimal Octeon 3 EBB7304 EVK supportStefan Roese2020-07-1810-0/+231
| * mips: octeon: use mips_mach_early_init() to copy to L2 cacheStefan Roese2020-07-182-0/+51
| * mips: octeon: dts: Add Octeon 3 cn73xx base dtsi fileStefan Roese2020-07-182-0/+65
| * mips: octeon: Initial minimal support for the Marvell Octeon SoCAaron Williams2020-07-1814-1/+318
| * sysreset: Add Octeon sysreset driverStefan Roese2020-07-183-0/+60
| * mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init codeStefan Roese2020-07-182-0/+14
| * mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck2020-07-185-196/+1103
| * mips: sync asm/addrspace.h with Linux 5.7Daniel Schwierzeck2020-07-181-12/+2
| * mips: sync asm/asm.h with Linux 5.7Daniel Schwierzeck2020-07-181-120/+10
| * mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck2020-07-182-15/+2
| * mips: add config options for generic cache setup codeDaniel Schwierzeck2020-07-182-1/+29
| * mips: refactor disabling of cachesDaniel Schwierzeck2020-07-182-5/+10
| * mips: add KSEG1 wrapper for change_k0_ccaDaniel Schwierzeck2020-07-181-14/+18
| * mips: start.S: remove dead codeDaniel Schwierzeck2020-07-181-9/+0
| * mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese2020-07-181-1/+1