summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-01x86: Drop nhlt_serialise()Simon Glass1-8/+0
2020-08-03arch: x86: apl: Update FSP parametersBernhard Messerklinger2-2/+12
2020-08-03x86: apl: fsp_bindings: Add support for u64 parametersBernhard Messerklinger1-0/+1
2020-08-03x86: irq: Fix some typosWolfgang Wallner1-3/+3
2020-07-25cpu: Convert the methods to use a const udevice *Simon Glass1-3/+3
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-3/+3
2020-07-20cpu: Convert the methods to use a const udevice *Simon Glass1-3/+3
2020-07-20x86: mp: Add more comments to the moduleSimon Glass1-1/+13
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass1-0/+21
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/+30
2020-07-20x86: mp: Add iterators for CPUsSimon Glass1-0/+42
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass1-0/+17
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass1-0/+33
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass1-0/+11
2020-07-20x86: mp_init: Avoid declarations in header filesSimon Glass1-3/+0
2020-07-20x86: Move MP code into mp_initSimon Glass1-16/+1
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass1-2/+0
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass1-0/+1
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass2-1/+2
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 Glass1-0/+314
2020-07-17acpi: Allow creating the GNVS to failSimon Glass1-1/+9
2020-07-17x86: fsp: Support a warning message when DRAM init is slowSimon Glass1-1/+2
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass1-2/+0
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass1-0/+8
2020-07-01x86: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini1-1/+1
2020-06-02x86: quark: acpi: Replace _ADR() by _UID() in description of PCI host bridgeBin Meng1-1/+1
2020-06-02x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridgeBin Meng1-1/+1
2020-06-02x86: baytrail: acpi: Create buffers outside of the methodsBin Meng1-12/+12
2020-06-02x86: tangier: acpi: Drop _HID() where enumerated by _ADR()Andy Shevchenko1-1/+0
2020-06-02x86: tangier: acpi: Drop _ADR() where _HID() is presentAndy Shevchenko1-1/+0
2020-06-02x86: tangier: acpi: Replace _ADR() by _UID() in description of PCI host bridgeAndy Shevchenko1-1/+1
2020-06-02x86: tangier: acpi: Create buffers outside of the methodsAndy Shevchenko1-46/+49
2020-06-02x86: apl: Add hex offsets for registers in FSP-SSimon Glass1-0/+72
2020-06-02x86: apl: Add hex offsets for registers in FSP-MSimon Glass1-2/+15
2020-06-02x86: mrccache: Allow use before driver model is activeSimon Glass1-11/+4
2020-06-02x86: spi: Add a way to access the SPI mapping via registersSimon Glass1-0/+19
2020-05-27x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner2-0/+13
2020-05-27x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger2-0/+216
2020-05-27x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger2-0/+264
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass8-0/+11
2020-05-19Use __ASSEMBLY__ as the assembly macrosSimon Glass2-3/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+2
2020-05-19common: Drop part.h from common headerSimon Glass2-0/+4
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-30x86: Move coreboot-table detection into common codeSimon Glass1-0/+7
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+1