aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2024-05-06x86: Remove <common.h> and add needed includesTom Rini53-53/+7
2024-04-20x86: all firmware tables must be paragraph alignedHeinrich Schuchardt1-0/+2
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2-2/+2
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2-2/+2
2024-04-10x86: Drop message about features being missing with 64-bitSimon Glass1-1/+1
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass1-1/+1
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini2-238/+31
2024-04-10x86: zboot: Use zboot_start() in zboot_run()Simon Glass1-13/+1
2024-04-10x86: zboot: Separate logic functions from commandsSimon Glass1-0/+23
2024-04-10x86: zboot: Rename zboot_start() to zboot_run()Simon Glass1-3/+3
2024-04-10x86: zboot: Move environment setting into zboot_load()Simon Glass1-0/+7
2024-04-10x86: zboot: Create a separate ZBOOT option for zboot logicSimon Glass1-1/+1
2024-04-10x86: zboot: Move command code into its own fileSimon Glass1-195/+4
2024-04-10x86: zboot: Move zimage definitions to the header fileSimon Glass1-35/+1
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt2-5/+5
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt1-1/+1
2024-01-07acpi: use 64-bit addresses in FADT tableHeinrich Schuchardt1-7/+2
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass1-3/+3
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass1-1/+2
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-2/+4
2023-09-22x86: coreboot: Record the position of the SMBIOS tablesSimon Glass1-0/+1
2023-09-22Record the position of the SMBIOS tablesSimon Glass1-0/+3
2023-09-22x86: dm: Mark driver model as dead when disabling CARSimon Glass1-0/+3
2023-09-22x86: broadwell: Set up MTRRsSimon Glass1-4/+3
2023-09-22x86: spl: Change the condition for copying U-Boot to RAMSimon Glass1-1/+1
2023-09-22x86: Add some log categoriesSimon Glass1-0/+2
2023-09-22Reland "x86: Move FACP table into separate functions""Simon Glass1-15/+0
2023-08-31x86: Convert arch_fsp_init() to use eventsSimon Glass2-5/+1
2023-08-31event: Convert existing spy records to simpleSimon Glass1-2/+2
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini6-5/+9
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt2-2/+2
2023-08-10bootstd: Allow display of the x86 setup informationSimon Glass1-4/+4
2023-08-09x86: i8254: Include required ibmpc.h headerSimon Glass1-0/+1
2023-08-09x86: Drop CFG_SYS_STACK_SIZESimon Glass1-1/+2
2023-08-09x86: Correct copying of BIOS mode informationSimon Glass1-1/+1
2023-08-09x86: Run QEMU machine setup in SPLSimon Glass1-0/+3
2023-08-09x86: spl: Drop unwanted debug()Simon Glass1-1/+0
2023-08-09treewide: unify the linker symbol reference formatShiji Yang2-10/+10
2023-08-01x86: Add a little more info to cbsysinfoSimon Glass1-0/+4
2023-08-01x86: fsp: Use mtrr_set_next_var() for graphics memoryBin Meng1-2/+1
2023-08-01x86: Change testing logic of mtrr commitBin Meng1-4/+2
2023-07-17x86: Make sure that the LPC is active before SDRAM initSimon Glass1-0/+9
2023-07-17x86: Convert some debug statements to use loggingSimon Glass2-10/+18
2023-07-17x86: Record the start and end of the tablesSimon Glass2-1/+23
2023-07-17x86: Refactor table-writing code a littleSimon Glass1-14/+14
2023-07-17x86: Allow logging to be used in SPL reliablySimon Glass1-0/+13
2023-07-17x86: Init video in SPL if enabledSimon Glass1-0/+9
2023-07-17x86: Ensure SPL banner is only shown onceSimon Glass1-1/+7
2023-07-17x86: Allow video-BIOS code to be built for SPLSimon Glass2-4/+5
2023-07-17x86: Show an error when a BIOS exception occursSimon Glass1-1/+1