summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* spl: Commit MTRRs only in board_init_f_r()Simon Glass2023-05-111-1/+0
* x86: spl: Avoid using init_cache_f_r() from SPLSimon Glass2023-05-111-1/+2
* x86: Tidy up address for loading U-Boot from SPLSimon Glass2023-05-111-10/+3
* x86: spl: Show debugging for BSSSimon Glass2023-05-111-0/+2
* x86: mrc: Correct SPL debug messageSimon Glass2023-05-111-1/+1
* x86: Tidy up availability of string functionsSimon Glass2023-05-111-1/+3
* dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-111-1/+1
* x86: coreboot: Show unimplemented sysinfo tagsSimon Glass2023-05-111-0/+2
* x86: coreboot: Collect the address of the ACPI tablesSimon Glass2023-05-111-0/+11
* x86: Exit EFI boot services before starting kernelSimon Glass2023-03-251-0/+18
* x86: Support booting a 64-bit kernel from 64-bit U-BootSimon Glass2023-03-252-10/+30
* x86: Adjust bootparam.h to be more like linuxSimon Glass2023-03-251-1/+1
* x86: Add a few more items to bdinfoSimon Glass2023-03-131-0/+6
* efi: Support a 64-bit frame buffer addressSimon Glass2023-03-131-1/+1
* Correct SPL uses of LMBSimon Glass2023-02-101-1/+1
* Correct SPL uses of BOOTSTAGE_REPORTSimon Glass2023-02-091-1/+1
* x86: Correct Chrromebook typoSimon Glass2023-02-091-1/+1
* x86: Fix saying arch_cpu_init_dm in debug/docsTom Rini2023-01-181-1/+1
* x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabledSean Anderson2022-12-091-0/+2
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-1/+1
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-312-6/+6
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-171-3/+1
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-1/+1
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-3/+3
* board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-232-2/+2
* video: Rename structs and functions to avoid VBESimon Glass2022-08-122-6/+6
* video: Renname vbe.h to vesa.hSimon Glass2022-08-123-3/+3
* zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma2022-07-261-3/+2
* linker_lists: Rename sections to remove . prefixAndrew Scull2022-06-232-4/+4
* Merge branch 'next'Tom Rini2022-04-043-13/+6
|\
| * event: Convert arch_cpu_init_dm() to use eventsSimon Glass2022-03-103-13/+6
* | Revert "x86: Move FACP table into separate functions"Andy Shevchenko2022-03-311-0/+15
|/
* acpi: Move MCFG implementation to common libMoritz Fischer2022-02-091-54/+0
* arch: x86: lib: acpi_table: Fix MCFG entriesMoritz Fischer2022-02-091-0/+2
* x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass2022-01-251-21/+0
* x86: Move device-specific ACPI tables to a writer functionSimon Glass2022-01-251-2/+0
* x86: Move CSRT table to a writer functionSimon Glass2022-01-251-49/+13
* x86: Move TCPA table to a writer functionSimon Glass2022-01-251-22/+16
* x86: Move MADT table to a writer functionSimon Glass2022-01-251-11/+14
* x86: Move TPM2 table to a writer functionSimon Glass2022-01-251-21/+18
* x86: Move SSDT table to a writer functionSimon Glass2022-01-251-63/+30
* x86: Move FACP table into separate functionsSimon Glass2022-01-251-15/+0
* x86: Move FADT table to a writer functionSimon Glass2022-01-251-7/+15
* x86: Move GNVS table to a writer functionSimon Glass2022-01-251-37/+36
* x86: Move DSDT table to a writer functionSimon Glass2022-01-251-42/+7
* x86: Move FACS table to a writer functionSimon Glass2022-01-251-24/+2
* x86: Move base tables to a writer functionSimon Glass2022-01-251-2/+0
* x86: Use the ACPI table writerSimon Glass2022-01-251-17/+4
* x86: acpi: Split out context creation from base tablesSimon Glass2022-01-251-3/+3
* acpi: Use finer-grained control of ACPI-table generationSimon Glass2022-01-251-1/+1