summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Allow devices to write ACPI tablesSimon Glass2020-04-301-0/+2
* acpi: Convert part of acpi_table to use acpi_ctxSimon Glass2020-04-301-45/+43
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-9/+0
* x86: Move acpi_table header to main include/ directorySimon Glass2020-04-1610-384/+17
* x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-1611-12/+12
* x86: apl: Add Global NVS table headerSimon Glass2020-04-161-0/+36
* x86: apl: Move p2sb ofdata reading to the correct methodSimon Glass2020-04-161-22/+11
* x86: Correct wording of coreboot source codeSimon Glass2020-04-163-6/+4
* tpm: cr50: Use the correct GPIO bindingSimon Glass2020-04-161-1/+1
* x86: acpi: Let OS know that console already had been initializedAndy Shevchenko2020-04-161-0/+9
* kconfig / kbuild: Re-sync with Linux 4.19Tom Rini2020-04-101-4/+4
* x86: acpi: Describe USB 3 host controller found on Intel TangierAndy Shevchenko2020-04-041-0/+47
* x86: acpi: Add I²C timings to Intel Merrifield platformAndy Shevchenko2020-04-041-0/+30
* x86: acpi: Refactor XSDT handling in acpi_add_table()Andy Shevchenko2020-04-041-18/+19
* x86: apl: Use cpu_x86_get_count() for cpu_ops.get_countWolfgang Wallner2020-03-051-6/+1
* x86: cpu_x86: Make cpu_x86_get_count() non-staticWolfgang Wallner2020-03-052-1/+13
* x86: p2sb: Drop 'apl' prefixWolfgang Wallner2020-03-052-16/+16
* Revert "x86: use invd instead of wbinvd in real mode start code"Andy Shevchenko2020-03-052-2/+2
* x86: Correct error return value in mrccache_get_region()Simon Glass2020-03-051-0/+2
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-26/+0
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-3/+1
* dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada2020-02-191-2/+3
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1110-0/+10
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0510-0/+10
* | x86: coral: Add I2C and TPM device-tree definitionsSimon Glass2020-02-072-0/+89
* | x86: Add support for ACPI general-purpose eventsSimon Glass2020-02-073-0/+119
* | x86: itss: Add of-platdata supportSimon Glass2020-02-071-0/+10
* | x86: Give each driver an IRQ typeSimon Glass2020-02-074-5/+7
* | x86: apl: Drop the I2C config in FSP-SSimon Glass2020-02-071-58/+0