summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86: zboot: Set environment variables for image locationsSimon Glass2020-09-251-0/+3
* x86: zboot: Add an 'setup' subcommandSimon Glass2020-09-251-7/+25
* x86: zboot: Add an 'load' subcommandSimon Glass2020-09-251-7/+16
* x86: zboot: Add an 'info' subcommandSimon Glass2020-09-251-3/+15
* x86: zboot: Add a 'go' subcommandSimon Glass2020-09-251-4/+25
* x86: zboot: Set up a sub-command structureSimon Glass2020-09-251-5/+61
* x86: zimage: Disable interrupts just before bootingSimon Glass2020-09-251-1/+1
* x86: zboot: Correct image typeSimon Glass2020-09-251-2/+1
* x86: zboot: Move kernel-version code into a functionSimon Glass2020-09-251-16/+27
* x86: zimage: Avoid using #ifdefSimon Glass2020-09-251-9/+5
* x86: zimage: Use a state struct to hold the stateSimon Glass2020-09-251-15/+29
* x86: Update the bootparam headerSimon Glass2020-09-251-6/+19
* Merge branch 'master' into nextTom Rini2020-09-212-4/+8
|\
| * x86: acpi: Add memset to initialize SPCR tableWolfgang Wallner2020-09-211-0/+2
| * x86: acpi: Fix calculation of DSDT lengthWolfgang Wallner2020-09-211-1/+3
| * x86: fsp: Replace e-mmc with emmc in devicetree bindingsWolfgang Wallner2020-09-211-3/+3
* | Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2020-09-071-2/+0
|\ \ | |/ |/|
| * CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-2/+0
* | x86: Drop nhlt_serialise()Simon Glass2020-09-011-8/+0
* | x86: Introduce USE_EARLY_BOARD_INIT optionAndy Shevchenko2020-09-012-0/+6
|/
* sf: Drop dm.h header file from spi_flash.hSimon Glass2020-08-031-0/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2020-08-037-11/+72
|\
| * x86: call32: Append appropriate suffixesAndy Shevchenko2020-08-031-3/+2
| * x86: sipi_vector: Append appropriate suffixesAndy Shevchenko2020-08-031-3/+3
| * arch: x86: apl: Update FSP parametersBernhard Messerklinger2020-08-033-2/+35
| * x86: apl: fsp_bindings: Add support for u64 parametersBernhard Messerklinger2020-08-032-0/+29
| * x86: irq: Fix some typosWolfgang Wallner2020-08-031-3/+3
* | x86: rename CONFIG_STACK_SIZEHeinrich Schuchardt2020-08-012-2/+2
|/
* x86: chromebook_panther: Correct the image layoutSimon Glass2020-07-282-2/+11
* x86: Move the fdtmap away from the binary blobsSimon Glass2020-07-281-2/+2
* x86: Change how selection of ROMs worksSimon Glass2020-07-282-0/+5
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-257-15/+16
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-247-16/+15
* cpu: Convert the methods to use a const udevice *Simon Glass2020-07-207-15/+16
* x86: mp: Add more comments to the moduleSimon Glass2020-07-202-3/+102
* x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass2020-07-202-0/+102
* x86: mtrr: Update MTRRs on all CPUsSimon Glass2020-07-201-0/+57
* x86: Don't enable SMP in SPLSimon Glass2020-07-202-2/+2
* x86: mtrr: Use MP calls to list the MTRRsSimon Glass2020-07-202-0/+41
* 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
* 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: 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