aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini1-2/+0
2020-06-29x86: Don't build some unused objects in TPLTom Rini2-2/+4
2020-06-25bdinfo: x86: vesa: Update fb_base to the correct valueSimon Glass1-2/+3
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: coral: Correct some FSP-S settingsSimon Glass1-7/+3
2020-06-02x86: apl: Add hex offsets for registers in FSP-MSimon Glass1-2/+15
2020-06-02x86: coral: Correct some FSP-M settingsSimon Glass1-0/+5
2020-06-02x86: mrccache: Allow use before driver model is activeSimon Glass2-21/+29
2020-06-02x86: spl: Print the error on SPL failureSimon Glass1-2/+2
2020-06-02x86: spi: Add a way to access the SPI mapping via registersSimon Glass2-5/+33
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass1-2/+1
2020-05-27x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner3-0/+27
2020-05-27x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger5-387/+1439
2020-05-27x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger6-164/+924
2020-05-27x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger1-21/+25
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass15-0/+18
2020-05-18Use __ASSEMBLY__ as the assembly macrosSimon Glass2-3/+3
2020-05-18common: Drop linux/delay.h from common headerSimon Glass13-0/+13
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass81-0/+82
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass5-5/+8
2020-05-18common: Drop init.h from common headerSimon Glass26-0/+26
2020-05-18common: Drop image.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop bootstage.h from common headerSimon Glass8-0/+8
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2-4/+4
2020-05-18common: Drop part.h from common headerSimon Glass2-0/+4
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass4-0/+4
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-4/+2
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass6-3/+28
2020-05-04x86: Update SPL for corebootSimon Glass1-4/+6
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass2-10/+13
2020-05-04x86: Allow building an SPL image for corebootSimon Glass2-0/+19
2020-05-04x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass2-25/+26
2020-04-30x86: Use the existing stack when chain-loadingSimon Glass1-2/+14
2020-04-30x86: Add a way to detect running from corebootSimon Glass1-0/+2
2020-04-30x86: Move coreboot-table detection into common codeSimon Glass3-15/+41
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass3-3/+10
2020-04-30x86: apl: Skip init code when chain loadingSimon Glass1-0/+2