summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: irq: Support flags for acpi_gpeSimon Glass2020-07-171-0/+26
* x86: apl: Hide the p2sb on exit from U-BootSimon Glass2020-07-171-0/+13
* x86: apl: Support set_hide() in p2sb driverSimon Glass2020-07-172-15/+42
* x86: apl: Use memory-mapped access for VBTSimon Glass2020-07-172-14/+6
* x86: Add error checking for csrt table generationSimon Glass2020-07-171-6/+13
* x86: pinctrl: Drop the acpi_path memberSimon Glass2020-07-171-2/+0
* x86: pinctrl: Update comment for intel_pinctrl_get_pad()Simon Glass2020-07-171-0/+1
* x86: pinctrl: Add a way to get the pinctrl reg addressSimon Glass2020-07-171-2/+14
* x86: Add support for building up an NHLT structureSimon Glass2020-07-173-0/+797
* acpi: Allow creating the GNVS to failSimon Glass2020-07-175-6/+27
* x86: Allow devices to write to DSDTSimon Glass2020-07-171-1/+15
* x86: Allow devices to write an SSDTSimon Glass2020-07-171-0/+29
* x86: acpi: Move MADT down a bitSimon Glass2020-07-171-6/+6
* x86: fsp: Support a warning message when DRAM init is slowSimon Glass2020-07-174-8/+32
* x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass2020-07-1711-64/+63
* x86: p2sb: make P2SB driver depend on P2SB uclassWolfgang Wallner2020-07-171-0/+1
* x86: apl: Re-enable loading of SPLSimon Glass2020-07-091-1/+1
* x86: fsp: video: Allocate a frame buffer when neededSimon Glass2020-07-091-0/+12
* x86: fsp: Reinit the FPU after FSP meminitSimon Glass2020-07-093-0/+14
* x86: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini2020-07-011-1/+1
* Remove CROSS_COMPILE default from arch/*/config.mkTom Rini2020-07-011-2/+0
* x86: Don't build some unused objects in TPLTom Rini2020-06-292-2/+4
* bdinfo: x86: vesa: Update fb_base to the correct valueWIP/2020-06-25-tidy-up-bd-commandSimon Glass2020-06-251-2/+3
* x86: quark: acpi: Replace _ADR() by _UID() in description of PCI host bridgeBin Meng2020-06-021-1/+1
* x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridgeBin Meng2020-06-021-1/+1
* x86: baytrail: acpi: Create buffers outside of the methodsBin Meng2020-06-021-12/+12
* x86: tangier: acpi: Drop _HID() where enumerated by _ADR()Andy Shevchenko2020-06-021-1/+0
* x86: tangier: acpi: Drop _ADR() where _HID() is presentAndy Shevchenko2020-06-021-1/+0
* x86: tangier: acpi: Replace _ADR() by _UID() in description of PCI host bridgeAndy Shevchenko2020-06-021-1/+1
* x86: tangier: acpi: Create buffers outside of the methodsAndy Shevchenko2020-06-021-46/+49
* x86: apl: Add hex offsets for registers in FSP-SSimon Glass2020-06-021-0/+72
* x86: coral: Correct some FSP-S settingsSimon Glass2020-06-021-7/+3
* x86: apl: Add hex offsets for registers in FSP-MSimon Glass2020-06-021-2/+15
* x86: coral: Correct some FSP-M settingsSimon Glass2020-06-021-0/+5
* x86: mrccache: Allow use before driver model is activeSimon Glass2020-06-022-21/+29
* x86: spl: Print the error on SPL failureSimon Glass2020-06-021-2/+2
* x86: spi: Add a way to access the SPI mapping via registersSimon Glass2020-06-022-5/+33
* cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass2020-05-271-2/+1
* x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner2020-05-273-0/+27
* x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger2020-05-275-387/+1439
* x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger2020-05-276-164/+924
* x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger2020-05-271-21/+25
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1815-0/+18
* Use __ASSEMBLY__ as the assembly macrosSimon Glass2020-05-182-3/+3
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1813-0/+13
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-1881-0/+82
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-185-5/+8
* common: Drop init.h from common headerSimon Glass2020-05-1826-0/+26
* common: Drop image.h from common headerSimon Glass2020-05-183-0/+3