summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-20binman: Set a default toolpathSimon Glass1-0/+5
2020-07-20binman: Specify the toolpath when running test coverageSimon Glass2-6/+13
2020-07-20binman: Correct the search patch for pylibfdtSimon Glass1-0/+1
2020-07-20binman: cbfs: Fix IFWI typoSimon Glass1-1/+1
2020-07-20binman: Output errors to stderrSimon Glass1-1/+1
2020-07-20.gitignore: Ignore Python 3 cache directoriesSimon Glass1-0/+3
2020-07-20dm: core Fix long line in device_bind_common()Simon Glass1-1/+2
2020-07-20patman: Add a -D option to enable debuggingSimon Glass1-0/+6
2020-07-20patman: Support collecting response tags in PatchstreamSimon Glass2-5/+30
2020-07-20patman: Allow disabling 'bright' mode with Print outputSimon Glass1-2/+2
2020-07-20patman: Add a 'test' subcommandSimon Glass6-40/+45
2020-07-20patman: Allow different commandsSimon Glass1-36/+41
2020-07-20patman: Convert to ArgumentParserSimon Glass3-64/+65
2020-07-20patman: Allow skipping patches at the endSimon Glass3-5/+18
2020-07-20patman: Allow creating patches for another branchSimon Glass5-15/+40
2020-07-20patman: Add a test that uses gitpythonSimon Glass2-3/+152
2020-07-20patman: Move main code out to a control moduleSimon Glass5-57/+182
2020-07-20patman: Use test_util to show test resultsSimon Glass2-9/+5
2020-07-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini13-186/+925
2020-07-20x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass1-1/+21
2020-07-20x86: mp: Add more comments to the moduleSimon Glass2-3/+102
2020-07-20x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass1-2/+16
2020-07-20x86: mtrr: Restructure so command execution is in one placeSimon Glass1-19/+36
2020-07-20x86: mtrr: Update the command to use the new mtrr callsSimon Glass1-26/+8
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass3-3/+105
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass1-0/+57
2020-07-20x86: coral: Update the memory mapSimon Glass1-0/+1
2020-07-20x86: Don't enable SMP in SPLSimon Glass2-2/+2
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass3-4/+62
2020-07-20x86: mp: Add iterators for CPUsSimon Glass2-0/+105
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass3-0/+38
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass2-6/+134
2020-07-20x86: Set the SMP flag when MP init is completeSimon Glass1-0/+1
2020-07-20global_data: Add a generic global_data flag for SMP stateSimon Glass1-0/+1
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass4-8/+134
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass2-29/+26
2020-07-20x86: mp_init: Adjust bsp_init() to return more informationSimon Glass1-13/+23
2020-07-20x86: mp_init: Set up the CPU numbers at the startSimon Glass1-12/+9
2020-07-20x86: mtrr: Fix 'ensable' typoSimon Glass1-1/+1
2020-07-20x86: mp_init: Drop the num_cpus static variableSimon Glass1-7/+15
2020-07-20x86: mp_init: Switch parameter names in start_aps()Simon Glass1-6/+19
2020-07-20x86: mp_init: Avoid declarations in header filesSimon Glass2-23/+20
2020-07-20x86: Move MP code into mp_initSimon Glass3-47/+16
2020-07-20x86: mp_init: Switch to livetreeSimon Glass1-2/+1
2020-07-20dm: core: Don't show an ACPI warning if there is no orderingSimon Glass1-1/+1
2020-07-18Merge tag 'mips-pull-2020-07-18' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini41-379/+1937
2020-07-18mips: octeon: Add minimal Octeon 3 EBB7304 EVK supportStefan Roese10-0/+231
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 Roese2-0/+65
2020-07-18mips: octeon: Initial minimal support for the Marvell Octeon SoCAaron Williams14-1/+318