aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Merge branch 'next'Tom Rini3-13/+6
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko1-0/+15
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass3-13/+6
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer1-54/+0
2022-02-09arch: x86: lib: acpi_table: Fix MCFG entriesMoritz Fischer1-0/+2
2022-01-25x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass1-21/+0
2022-01-25x86: Move device-specific ACPI tables to a writer functionSimon Glass1-2/+0
2022-01-25x86: Move CSRT table to a writer functionSimon Glass1-49/+13
2022-01-25x86: Move TCPA table to a writer functionSimon Glass1-22/+16
2022-01-25x86: Move MADT table to a writer functionSimon Glass1-11/+14
2022-01-25x86: Move TPM2 table to a writer functionSimon Glass1-21/+18
2022-01-25x86: Move SSDT table to a writer functionSimon Glass1-63/+30
2022-01-25x86: Move FACP table into separate functionsSimon Glass1-15/+0
2022-01-25x86: Move FADT table to a writer functionSimon Glass1-7/+15
2022-01-25x86: Move GNVS table to a writer functionSimon Glass1-37/+36
2022-01-25x86: Move DSDT table to a writer functionSimon Glass1-42/+7
2022-01-25x86: Move FACS table to a writer functionSimon Glass1-24/+2
2022-01-25x86: Move base tables to a writer functionSimon Glass1-2/+0
2022-01-25x86: Use the ACPI table writerSimon Glass1-17/+4
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-3/+3
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-6/+6
2022-01-15x86: efi: Round out the link script for 64-bit EFISimon Glass1-1/+4
2022-01-15x86: efi: Tweak the code used for the 64-bit EFI appSimon Glass2-3/+4
2021-12-31x86: Don't process the kernel command line unless enabledSimon Glass1-5/+8
2021-12-31x86: Allow booting a kernel from the EFI appSimon Glass1-4/+7
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass2-0/+23
2021-10-21x86: Create a new header for EFISimon Glass1-0/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-2/+2
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-09-23lmb: x86: Add arch_lmb_reserve()Marek Vasut1-0/+18
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-08-02Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/02Aug2021Tom Rini3-20/+40
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-08-03x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2-16/+17
2021-08-03x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng1-4/+23
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt1-2/+11
2021-07-15x86: Ensure the e820 map is installed in all casesSimon Glass1-4/+4
2021-07-15x86: Do cache set-up by default when booting from corebootSimon Glass1-4/+14
2021-07-07x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng1-0/+2
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2-5/+6
2021-03-27cpu: Rename SPL_CPU_SUPPORT to SPL_CPUSimon Glass1-1/+1
2021-03-27x86: coreboot: Don't setup MTRR when booting from corebootSimon Glass1-3/+3
2021-03-27x86: fsp: Don't notify if booted from corebootSimon Glass1-0/+4
2021-03-27x86: fsp: Don't enable FSP graphics if booted from corebootSimon Glass1-1/+1
2021-03-27x86: Allow installing an e820 when booting from corebootSimon Glass3-2/+53
2021-03-27x86: coreboot: Update parsing of the latest sysinfoSimon Glass1-22/+235
2021-03-27x86: Move coreboot sysinfo parsing into generic x86 codeSimon Glass3-0/+262
2021-03-27x86: coreboot: Sync up timestamp codesSimon Glass1-1/+1