summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2023-08-09x86: spl: Drop unwanted debug()Simon Glass
2023-08-09treewide: unify the linker symbol reference formatShiji Yang
2023-08-01x86: Add a little more info to cbsysinfoSimon Glass
2023-08-01x86: fsp: Use mtrr_set_next_var() for graphics memoryBin Meng
2023-08-01x86: Change testing logic of mtrr commitBin Meng
2023-07-17x86: Make sure that the LPC is active before SDRAM initSimon Glass
2023-07-17x86: Convert some debug statements to use loggingSimon Glass
2023-07-17x86: Record the start and end of the tablesSimon Glass
2023-07-17x86: Refactor table-writing code a littleSimon Glass
2023-07-17x86: Allow logging to be used in SPL reliablySimon Glass
2023-07-17x86: Init video in SPL if enabledSimon Glass
2023-07-17x86: Ensure SPL banner is only shown onceSimon Glass
2023-07-17x86: Allow video-BIOS code to be built for SPLSimon Glass
2023-07-17x86: Show an error when a BIOS exception occursSimon Glass
2023-07-17x86: Correct get_sp() implementation for 64-bitSimon Glass
2023-07-17x86: Show the CPU physical address size with bdinfoSimon Glass
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass
2023-07-17x86: zimage: Export the function to obtain the cmdlineSimon Glass
2023-07-17x86: Add a function to boot a zimageSimon Glass
2023-05-11spl: Commit MTRRs only in board_init_f_r()Simon Glass
2023-05-11x86: spl: Avoid using init_cache_f_r() from SPLSimon Glass
2023-05-11x86: Tidy up address for loading U-Boot from SPLSimon Glass
2023-05-11x86: spl: Show debugging for BSSSimon Glass
2023-05-11x86: mrc: Correct SPL debug messageSimon Glass
2023-05-11x86: Tidy up availability of string functionsSimon Glass
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass
2023-05-11x86: coreboot: Show unimplemented sysinfo tagsSimon Glass
2023-05-11x86: coreboot: Collect the address of the ACPI tablesSimon Glass
2023-03-25x86: Exit EFI boot services before starting kernelSimon Glass
2023-03-25x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass
2023-03-25x86: Adjust bootparam.h to be more like linuxSimon Glass
2023-03-13x86: Add a few more items to bdinfoSimon Glass
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass
2023-02-10Correct SPL uses of LMBSimon Glass
2023-02-09Correct SPL uses of BOOTSTAGE_REPORTSimon Glass
2023-02-09x86: Correct Chrromebook typoSimon Glass
2023-01-18x86: Fix saying arch_cpu_init_dm in debug/docsTom Rini
2022-12-09x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabledSean Anderson
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2022-08-12video: Rename structs and functions to avoid VBESimon Glass
2022-08-12video: Renname vbe.h to vesa.hSimon Glass
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull
2022-04-04Merge branch 'next'Tom Rini
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko