aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Correct get_sp() implementation for 64-bitSimon Glass1-1/+1
2023-07-17x86: Show the CPU physical address size with bdinfoSimon Glass1-0/+1
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass1-0/+7
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass1-3/+8
2023-07-17x86: Add a function to boot a zimageSimon Glass1-11/+71
2023-05-11spl: Commit MTRRs only in board_init_f_r()Simon Glass1-1/+0
2023-05-11x86: spl: Avoid using init_cache_f_r() from SPLSimon Glass1-1/+2
2023-05-11x86: Tidy up address for loading U-Boot from SPLSimon Glass1-10/+3
2023-05-11x86: spl: Show debugging for BSSSimon Glass1-0/+2
2023-05-11x86: mrc: Correct SPL debug messageSimon Glass1-1/+1
2023-05-11x86: Tidy up availability of string functionsSimon Glass1-1/+3
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass1-1/+1
2023-05-11x86: coreboot: Show unimplemented sysinfo tagsSimon Glass1-0/+2
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass1-0/+11
2023-03-25x86: Exit EFI boot services before starting kernelSimon Glass1-0/+18
2023-03-25x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass2-10/+30
2023-03-25x86: Adjust bootparam.h to be more like linuxSimon Glass1-1/+1
2023-03-13x86: Add a few more items to bdinfoSimon Glass1-0/+6
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass1-1/+1
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-09Correct SPL uses of BOOTSTAGE_REPORTSimon Glass1-1/+1
2023-02-09x86: Correct Chrromebook typoSimon Glass1-1/+1
2023-01-18x86: Fix saying arch_cpu_init_dm in debug/docsTom Rini1-1/+1
2022-12-09x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabledSean Anderson1-0/+2
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2-6/+6
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-3/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-3/+3
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár2-2/+2
2022-08-12video: Rename structs and functions to avoid VBESimon Glass2-6/+6
2022-08-12video: Renname vbe.h to vesa.hSimon Glass3-3/+3
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-3/+2
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull2-4/+4
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