summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: Drop bootstage.h from common headerSimon Glass2020-05-188-0/+8
* bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass2020-05-182-4/+4
* common: Drop part.h from common headerSimon Glass2020-05-182-0/+4
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-184-0/+4
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-171-4/+2
* x86: coreboot: Allow building an SPL imageSimon Glass2020-05-046-3/+28
* x86: Update SPL for corebootSimon Glass2020-05-041-4/+6
* x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass2020-05-042-10/+13
* x86: Allow building an SPL image for corebootSimon Glass2020-05-042-0/+19
* x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass2020-05-042-25/+26
* x86: Use the existing stack when chain-loadingSimon Glass2020-04-301-2/+14
* x86: Add a way to detect running from corebootSimon Glass2020-04-301-0/+2
* x86: Move coreboot-table detection into common codeSimon Glass2020-04-303-15/+41
* x86: cpu: Skip init code when chain loadingSimon Glass2020-04-303-3/+10
* x86: apl: Skip init code when chain loadingSimon Glass2020-04-301-0/+2
* x86: fsp: Allow skipping init code when chain loadingSimon Glass2020-04-304-1/+22
* acpi: Add an acpi commandSimon Glass2020-04-301-0/+1
* acpi: Put table-setup code in its own functionSimon Glass2020-04-301-76/+1
* acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-73/+10
* acpi: Drop code for missing XSDT from acpi_write_rsdp()Simon Glass2020-04-301-13/+2