aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass
2020-07-20x86: mp: Add more comments to the moduleSimon 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: 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-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: 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-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass
2020-07-17x86: Update the comment about booting for FSP2Simon Glass
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass
2020-07-17x86: apl: Adjust FSP-M code to avoid hard-coded addressSimon Glass
2020-07-17x86: apl: Set the correct boot mode in the FSP-M codeSimon Glass
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass
2020-07-17x86: irq: Support flags for acpi_gpeSimon Glass
2020-07-17x86: apl: Hide the p2sb on exit from U-BootSimon Glass
2020-07-17x86: apl: Support set_hide() in p2sb driverSimon Glass
2020-07-17x86: apl: Use memory-mapped access for VBTSimon Glass
2020-07-17acpi: Allow creating the GNVS to failSimon Glass
2020-07-17x86: fsp: Support a warning message when DRAM init is slowSimon Glass
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass
2020-07-09x86: apl: Re-enable loading of SPLSimon Glass
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini
2020-06-29x86: Don't build some unused objects in TPLTom Rini
2020-06-02x86: spi: Add a way to access the SPI mapping via registersSimon Glass
2020-05-27x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner
2020-05-27x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger
2020-05-27x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger
2020-05-27x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass