aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-30x86: fsp: Allow skipping init code when chain loadingSimon Glass4-1/+22
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+1
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-76/+1
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-73/+10
2020-04-30acpi: Drop code for missing XSDT from acpi_write_rsdp()Simon Glass1-13/+2
2020-04-30x86: Allow devices to write ACPI tablesSimon Glass1-0/+2
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-45/+43
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-9/+0
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass10-384/+17
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass11-12/+12
2020-04-16x86: apl: Add Global NVS table headerSimon Glass1-0/+36
2020-04-16x86: apl: Move p2sb ofdata reading to the correct methodSimon Glass1-22/+11
2020-04-16x86: Correct wording of coreboot source codeSimon Glass3-6/+4
2020-04-16tpm: cr50: Use the correct GPIO bindingSimon Glass1-1/+1
2020-04-16x86: acpi: Let OS know that console already had been initializedAndy Shevchenko1-0/+9
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-4/+4
2020-04-04x86: acpi: Describe USB 3 host controller found on Intel TangierAndy Shevchenko1-0/+47
2020-04-04x86: acpi: Add I²C timings to Intel Merrifield platformAndy Shevchenko1-0/+30
2020-04-04x86: acpi: Refactor XSDT handling in acpi_add_table()Andy Shevchenko1-18/+19
2020-03-05x86: apl: Use cpu_x86_get_count() for cpu_ops.get_countWolfgang Wallner1-6/+1
2020-03-05x86: cpu_x86: Make cpu_x86_get_count() non-staticWolfgang Wallner2-1/+13
2020-03-05x86: p2sb: Drop 'apl' prefixWolfgang Wallner2-16/+16
2020-03-05Revert "x86: use invd instead of wbinvd in real mode start code"Andy Shevchenko2-2/+2
2020-03-05x86: Correct error return value in mrccache_get_region()Simon Glass1-0/+2
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-26/+0
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-3/+1
2020-02-19dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada1-2/+3