summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2020-06-02x86: quark: acpi: Replace _ADR() by _UID() in description of PCI host bridgeBin Meng
2020-06-02x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridgeBin Meng
2020-06-02x86: baytrail: acpi: Create buffers outside of the methodsBin Meng
2020-06-02x86: tangier: acpi: Drop _HID() where enumerated by _ADR()Andy Shevchenko
2020-06-02x86: tangier: acpi: Drop _ADR() where _HID() is presentAndy Shevchenko
2020-06-02x86: tangier: acpi: Replace _ADR() by _UID() in description of PCI host bridgeAndy Shevchenko
2020-06-02x86: tangier: acpi: Create buffers outside of the methodsAndy Shevchenko
2020-06-02x86: apl: Add hex offsets for registers in FSP-SSimon Glass
2020-06-02x86: coral: Correct some FSP-S settingsSimon Glass
2020-06-02x86: apl: Add hex offsets for registers in FSP-MSimon Glass
2020-06-02x86: coral: Correct some FSP-M settingsSimon Glass
2020-06-02x86: mrccache: Allow use before driver model is activeSimon Glass
2020-06-02x86: spl: Print the error on SPL failureSimon Glass
2020-06-02x86: spi: Add a way to access the SPI mapping via registersSimon Glass
2020-05-27cbfs: Don't require the CBFS size with cbfs_init_mem()Simon Glass
2020-05-27x86: coreboot: add SMBIOS cbmem entry parsingChristian Gmeiner
2020-05-27x86: apl: Use devicetree for FSP-S configurationBernhard Messerklinger
2020-05-27x86: apl: Use devicetree for FSP-M configurationBernhard Messerklinger
2020-05-27x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabledBernhard Messerklinger
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18Use __ASSEMBLY__ as the assembly macrosSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass
2020-05-04x86: Update SPL for corebootSimon Glass
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass
2020-05-04x86: Allow building an SPL image for corebootSimon Glass
2020-05-04x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass
2020-04-30x86: Use the existing stack when chain-loadingSimon Glass
2020-04-30x86: Add a way to detect running from corebootSimon Glass
2020-04-30x86: Move coreboot-table detection into common codeSimon Glass
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass
2020-04-30x86: apl: Skip init code when chain loadingSimon Glass
2020-04-30x86: fsp: Allow skipping init code when chain loadingSimon Glass
2020-04-30acpi: Add an acpi commandSimon Glass
2020-04-30acpi: Put table-setup code in its own functionSimon Glass
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass
2020-04-30acpi: Drop code for missing XSDT from acpi_write_rsdp()Simon Glass
2020-04-30x86: Allow devices to write ACPI tablesSimon Glass
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass