summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Tom Rini2022-04-043-13/+6
|\
| * event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-103-13/+6
* | Revert "x86: Move FACP table into separate functions"Andy Shevchenko2022-03-311-0/+15
|/
* acpi: Move MCFG implementation to common libMoritz Fischer2022-02-091-54/+0
* arch: x86: lib: acpi_table: Fix MCFG entriesMoritz Fischer2022-02-091-0/+2
* x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass2022-01-251-21/+0
* x86: Move device-specific ACPI tables to a writer functionSimon Glass2022-01-251-2/+0
* x86: Move CSRT table to a writer functionSimon Glass2022-01-251-49/+13
* x86: Move TCPA table to a writer functionSimon Glass2022-01-251-22/+16
* x86: Move MADT table to a writer functionSimon Glass2022-01-251-11/+14
* x86: Move TPM2 table to a writer functionSimon Glass2022-01-251-21/+18
* x86: Move SSDT table to a writer functionSimon Glass2022-01-251-63/+30
* x86: Move FACP table into separate functionsSimon Glass2022-01-251-15/+0
* x86: Move FADT table to a writer functionSimon Glass2022-01-251-7/+15
* x86: Move GNVS table to a writer functionSimon Glass2022-01-251-37/+36
* x86: Move DSDT table to a writer functionSimon Glass2022-01-251-42/+7
* x86: Move FACS table to a writer functionSimon Glass2022-01-251-24/+2
* x86: Move base tables to a writer functionSimon Glass2022-01-251-2/+0
* x86: Use the ACPI table writerSimon Glass2022-01-251-17/+4
* x86: acpi: Split out context creation from base tablesSimon Glass2022-01-251-3/+3
* acpi: Use finer-grained control of ACPI-table generationSimon Glass2022-01-251-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-192-6/+6
* x86: efi: Round out the link script for 64-bit EFISimon Glass2022-01-151-1/+4
* x86: efi: Tweak the code used for the 64-bit EFI appSimon Glass2022-01-152-3/+4
* x86: Don't process the kernel command line unless enabledSimon Glass2021-12-311-5/+8
* x86: Allow booting a kernel from the EFI appSimon Glass2021-12-311-4/+7
* x86: Show some EFI info with the bdinfo commandSimon Glass2021-10-212-0/+23
* x86: Create a new header for EFISimon Glass2021-10-211-0/+1
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-2/+2
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-251-1/+1
* treewide: Simply conditions with the new OF_REALSimon Glass2021-09-251-1/+1
* lmb: x86: Add arch_lmb_reserve()Marek Vasut2021-09-231-0/+18
* Remove #include <version.h> from files which do not need itPali Rohár2021-09-171-1/+0
* Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2021-08-023-20/+40
|\
| * x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2021-08-032-16/+17
| * x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng2021-08-031-4/+23
* | global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-7/+7
|/
* smbios: error handling for invalid addressesHeinrich Schuchardt2021-07-241-2/+11
* x86: Ensure the e820 map is installed in all casesSimon Glass2021-07-151-4/+4
* x86: Do cache set-up by default when booting from corebootSimon Glass2021-07-151-4/+14
* x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng2021-07-071-0/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-242-5/+6
* cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass2021-03-271-1/+1
* x86: coreboot: Don't setup MTRR when booting from corebootSimon Glass2021-03-271-3/+3
* x86: fsp: Don't notify if booted from corebootSimon Glass2021-03-271-0/+4
* x86: fsp: Don't enable FSP graphics if booted from corebootSimon Glass2021-03-271-1/+1
* x86: Allow installing an e820 when booting from corebootSimon Glass2021-03-273-2/+53
* x86: coreboot: Update parsing of the latest sysinfoSimon Glass2021-03-271-22/+235
* x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass2021-03-273-0/+262
* x86: coreboot: Sync up timestamp codesSimon Glass2021-03-271-1/+1