summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* WIP: Force AHCI on under LIBATATom Rini2020-05-201-3/+0
* 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
* 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