aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-20patman: Allow different commandsSimon Glass
2020-07-20patman: Convert to ArgumentParserSimon Glass
2020-07-20patman: Allow skipping patches at the endSimon Glass
2020-07-20patman: Allow creating patches for another branchSimon Glass
2020-07-20patman: Add a test that uses gitpythonSimon Glass
2020-07-20patman: Move main code out to a control moduleSimon Glass
2020-07-20patman: Use test_util to show test resultsSimon Glass
2020-07-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-07-20x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass
2020-07-20x86: mp: Add more comments to the moduleSimon Glass
2020-07-20x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass
2020-07-20x86: mtrr: Restructure so command execution is in one placeSimon Glass
2020-07-20x86: mtrr: Update the command to use the new mtrr callsSimon Glass
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass
2020-07-20x86: coral: Update the memory mapSimon Glass
2020-07-20x86: Don't enable SMP in SPLSimon Glass
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass
2020-07-20x86: mp: Add iterators for CPUsSimon Glass
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass
2020-07-20x86: Set the SMP flag when MP init is completeSimon Glass
2020-07-20global_data: Add a generic global_data flag for SMP stateSimon Glass
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass
2020-07-20x86: mp_init: Adjust bsp_init() to return more informationSimon Glass
2020-07-20x86: mp_init: Set up the CPU numbers at the startSimon Glass
2020-07-20x86: mtrr: Fix 'ensable' typoSimon Glass
2020-07-20x86: mp_init: Drop the num_cpus static variableSimon Glass
2020-07-20x86: mp_init: Switch parameter names in start_aps()Simon Glass
2020-07-20x86: mp_init: Avoid declarations in header filesSimon Glass
2020-07-20x86: Move MP code into mp_initSimon Glass
2020-07-20x86: mp_init: Switch to livetreeSimon Glass
2020-07-20dm: core: Don't show an ACPI warning if there is no orderingSimon Glass
2020-07-18Merge tag 'mips-pull-2020-07-18' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-07-18mips: octeon: Add minimal Octeon 3 EBB7304 EVK supportStefan Roese
2020-07-18mips: octeon: use mips_mach_early_init() to copy to L2 cacheStefan Roese
2020-07-18mips: octeon: dts: Add Octeon 3 cn73xx base dtsi fileStefan Roese
2020-07-18mips: octeon: Initial minimal support for the Marvell Octeon SoCAaron Williams
2020-07-18sysreset: Add Octeon sysreset driverStefan Roese
2020-07-18mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init codeStefan Roese
2020-07-18mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck
2020-07-18mips: sync asm/addrspace.h with Linux 5.7Daniel Schwierzeck
2020-07-18mips: sync asm/asm.h with Linux 5.7Daniel Schwierzeck
2020-07-18mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck
2020-07-18mips: add config options for generic cache setup codeDaniel Schwierzeck
2020-07-18mips: refactor disabling of cachesDaniel Schwierzeck
2020-07-18mips: add KSEG1 wrapper for change_k0_ccaDaniel Schwierzeck
2020-07-18mips: start.S: remove dead codeDaniel Schwierzeck
2020-07-18mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese