summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2020-09-21x86: fsp: Replace e-mmc with emmc in devicetree bindingsWolfgang Wallner1-3/+3
2020-09-01x86: Introduce USE_EARLY_BOARD_INIT optionAndy Shevchenko1-0/+3
2020-08-04sf: Drop dm.h header file from spi_flash.hSimon Glass1-0/+1
2020-08-03x86: call32: Append appropriate suffixesAndy Shevchenko1-3/+2
2020-08-03x86: sipi_vector: Append appropriate suffixesAndy Shevchenko1-3/+3
2020-08-03arch: x86: apl: Update FSP parametersBernhard Messerklinger1-0/+23
2020-08-03x86: apl: fsp_bindings: Add support for u64 parametersBernhard Messerklinger1-0/+28
2020-07-29x86: Change how selection of ROMs worksSimon Glass1-0/+1
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass6-12/+13
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini6-13/+12
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass6-12/+13
2020-07-20x86: mp: Add more comments to the moduleSimon Glass1-2/+89
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass1-0/+81
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass1-0/+57
2020-07-20x86: Don't enable SMP in SPLSimon Glass1-1/+1
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass1-0/+11
2020-07-20x86: mp: Add iterators for CPUsSimon Glass1-0/+63
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass2-0/+21
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass1-6/+101
2020-07-20x86: Set the SMP flag when MP init is completeSimon Glass1-0/+1
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass2-8/+116
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: 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 Glass1-20/+20
2020-07-20x86: Move MP code into mp_initSimon Glass2-31/+15
2020-07-20x86: mp_init: Switch to livetreeSimon Glass1-2/+1
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass4-8/+8
2020-07-17x86: Update the comment about booting for FSP2Simon Glass1-0/+1
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass2-2/+13
2020-07-17x86: apl: Adjust FSP-M code to avoid hard-coded addressSimon Glass1-1/+2
2020-07-17x86: apl: Set the correct boot mode in the FSP-M codeSimon Glass1-1/+2
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass3-11/+43
2020-07-17x86: irq: Support flags for acpi_gpeSimon Glass1-0/+26
2020-07-17x86: apl: Hide the p2sb on exit from U-BootSimon Glass1-0/+13
2020-07-17x86: apl: Support set_hide() in p2sb driverSimon Glass2-15/+42
2020-07-17x86: apl: Use memory-mapped access for VBTSimon Glass1-14/+5
2020-07-17acpi: Allow creating the GNVS to failSimon Glass3-3/+9
2020-07-17x86: fsp: Support a warning message when DRAM init is slowSimon Glass1-2/+10
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass5-35/+33
2020-07-09x86: apl: Re-enable loading of SPLSimon Glass1-1/+1
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass1-0/+5
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini1-2/+0
2020-06-29x86: Don't build some unused objects in TPLTom Rini1-1/+1
2020-06-02x86: spi: Add a way to access the SPI mapping via registersSimon Glass1-5/+14
2020-05-27x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner1-0/+14
2020-05-27x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger2-380/+1195
2020-05-27x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger3-163/+623