summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2026-02-03x86: boot: fix unreachable else branch in boot_prep_linuxGuillaume Ranquet
2026-02-03x86: Fix TCPA bloblist sizeEric Schikschneit
2025-11-06acpi: use U-Boot ACPI vendor IDHeinrich Schuchardt
2025-06-13spl: Rename jump_to_image_no_args()Simon Glass
2025-06-02Merge patch series "Audit include list for include/[a-m]*.h"Tom Rini
2025-06-02include/bios_emul.h: Audit include listTom Rini
2025-05-27binman: x86: Write skip-at-start when end-at-4gb is usedSimon Glass
2025-05-25x86: efi_loader: Ensure the SMBIOS tables are sent via EFISimon Glass
2025-05-09x86: Correct usage of IS_ENABLED() macro in arch/x86/lib/spl.cTom Rini
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-08Merge patch series "acpi: simplify updating ACPI table header checksum"Tom Rini
2025-04-08x86/acpi: simplify updating header checksumHeinrich Schuchardt
2025-04-07Revert "Merge patch series "pxe: Precursor series for supporting read_all() i...Tom Rini
2025-04-04arch/x86/lib: Fix CONFIG_X86_64 usage in zimage.cJeremy Compostella
2025-04-03x86: Support a 64-bit ramdisk addressSimon Glass
2025-04-03x86: emulation: Support BLOBLIST_TABLES properlySimon Glass
2025-04-03x86: Add a new API for e820Simon Glass
2025-04-03x86: e820: Add a function to dump the e820 tableSimon Glass
2025-04-03x86: Drop the message about features missing in 64-bitSimon Glass
2025-04-03x86: spl: Drop duplicate CPU initSimon Glass
2025-04-03x86: Avoid clearing the VESA displaySimon Glass
2025-04-03x86: Drop use of CONFIG_REALMODE_DEBUGSimon Glass
2025-04-03x86: Add some log categoriesSimon Glass
2025-04-03x86: Drop mpspec from the SPL buildSimon Glass
2025-03-18Merge patch series "pxe: Precursor series for supporting read_all() in extlin...Tom Rini
2025-03-18boot: pxe: Refactor label_run_boot() to avoid cmdlineSimon Glass
2025-03-18x86: Drop the unnecessary base_ptr argument to zboot_dump()Simon Glass
2025-03-18bootstd: Correct display of kernel versionSimon Glass
2025-03-18x86: Move the bootm state for zimage into cmd/Simon Glass
2025-03-18x86: Rename state to bmiSimon Glass
2025-03-18x86: Move x86 zboot state into struct bootm_infoSimon Glass
2025-03-18x86: Rename zboot_run() to zboot_run_args()Simon Glass
2025-03-04x86: Stop working around skip-at-startSimon Glass
2025-01-22x86: Align the SMBIOS table to a 4K boundarySimon Glass
2025-01-22x86: Move tables to use SZ macrosSimon Glass
2025-01-22x86: Enable UPL handoff for SPLSimon Glass
2025-01-22x86: Support jumping to a UPL imageSimon Glass
2025-01-22x86: Show an error if video failsSimon Glass
2025-01-22emulation: Use bloblist to hold tablesSimon Glass
2025-01-22boot: Use fit_image_get_data() to get dataSimon Glass
2025-01-22boot: Rename fit_image_get_data()Simon Glass
2025-01-22x86: Show the timestamp counter with bdinfoSimon Glass
2025-01-22cpu: Provide a way to get the physical-address sizeSimon Glass
2024-12-18arch: x86: lib: Add support of legacy 64-bit entry point at 0x200Paul HENRYS
2024-12-02Revert "global_data: Drop spl_handoff"Simon Glass
2024-11-24dm: Add dm_remove_devices_active() for ordered device removalJanne Grunau
2024-10-27x86: Missed removal of CMD_BOOTEFI_HELLO_COMPILEAndrew Goodbody
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27acpi: x86: Move MADT to common codePatrick Rudolph