summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini7-16/+15
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass7-15/+16
2020-07-20x86: mp: Add more comments to the moduleSimon Glass2-3/+102
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass2-0/+102
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass1-0/+57
2020-07-20x86: Don't enable SMP in SPLSimon Glass2-2/+2
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass2-0/+41
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-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: 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-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass5-9/+9
2020-07-17x86: acpi: Correct the version of the MADTSimon Glass1-1/+1
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass2-12/+0
2020-07-17x86: Update the comment about booting for FSP2Simon Glass1-0/+1
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass3-2/+14
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: Add debugging to table writingSimon Glass1-10/+28
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass5-12/+45
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 Glass2-14/+6
2020-07-17x86: Add error checking for csrt table generationSimon Glass1-6/+13
2020-07-17x86: pinctrl: Drop the acpi_path memberSimon Glass1-2/+0
2020-07-17x86: pinctrl: Update comment for intel_pinctrl_get_pad()Simon Glass1-0/+1
2020-07-17x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass1-2/+14
2020-07-17x86: Add support for building up an NHLT structureSimon Glass3-0/+797
2020-07-17acpi: Allow creating the GNVS to failSimon Glass5-6/+27
2020-07-17x86: Allow devices to write to DSDTSimon Glass1-1/+15
2020-07-17x86: Allow devices to write an SSDTSimon Glass1-0/+29
2020-07-17x86: acpi: Move MADT down a bitSimon Glass1-6/+6
2020-07-17x86: fsp: Support a warning message when DRAM init is slowSimon Glass4-8/+32
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass11-64/+63
2020-07-17x86: p2sb: make P2SB driver depend on P2SB uclassWolfgang Wallner1-0/+1
2020-07-09x86: apl: Re-enable loading of SPLSimon Glass1-1/+1
2020-07-09x86: fsp: video: Allocate a frame buffer when neededSimon Glass1-0/+12
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass3-0/+14
2020-07-01x86: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini1-1/+1