| Commit message (Expand) | Author | Age | Files | Lines |
* | spl: Commit MTRRs only in board_init_f_r() | Simon Glass | 2023-05-11 | 1 | -1/+0 |
* | x86: spl: Avoid using init_cache_f_r() from SPL | Simon Glass | 2023-05-11 | 1 | -1/+2 |
* | x86: Tidy up address for loading U-Boot from SPL | Simon Glass | 2023-05-11 | 1 | -10/+3 |
* | x86: spl: Show debugging for BSS | Simon Glass | 2023-05-11 | 1 | -0/+2 |
* | x86: mrc: Correct SPL debug message | Simon Glass | 2023-05-11 | 1 | -1/+1 |
* | x86: Tidy up availability of string functions | Simon Glass | 2023-05-11 | 1 | -1/+3 |
* | dm: Emit the arch_cpu_init_dm() even only before relocation | Simon Glass | 2023-05-11 | 1 | -1/+1 |
* | x86: coreboot: Show unimplemented sysinfo tags | Simon Glass | 2023-05-11 | 1 | -0/+2 |
* | x86: coreboot: Collect the address of the ACPI tables | Simon Glass | 2023-05-11 | 1 | -0/+11 |
* | x86: Exit EFI boot services before starting kernel | Simon Glass | 2023-03-25 | 1 | -0/+18 |
* | x86: Support booting a 64-bit kernel from 64-bit U-Boot | Simon Glass | 2023-03-25 | 2 | -10/+30 |
* | x86: Adjust bootparam.h to be more like linux | Simon Glass | 2023-03-25 | 1 | -1/+1 |
* | x86: Add a few more items to bdinfo | Simon Glass | 2023-03-13 | 1 | -0/+6 |
* | efi: Support a 64-bit frame buffer address | Simon Glass | 2023-03-13 | 1 | -1/+1 |
* | Correct SPL uses of LMB | Simon Glass | 2023-02-10 | 1 | -1/+1 |
* | Correct SPL uses of BOOTSTAGE_REPORT | Simon Glass | 2023-02-09 | 1 | -1/+1 |
* | x86: Correct Chrromebook typo | Simon Glass | 2023-02-09 | 1 | -1/+1 |
* | x86: Fix saying arch_cpu_init_dm in debug/docs | Tom Rini | 2023-01-18 | 1 | -1/+1 |
* | x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabled | Sean Anderson | 2022-12-09 | 1 | -0/+2 |
* | global: Move remaining CONFIG_SYS_* to CFG_SYS_* | Tom Rini | 2022-12-05 | 1 | -1/+1 |
* | Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE | Simon Glass | 2022-10-31 | 2 | -6/+6 |
* | dm: treewide: Use uclass_first_device_err when accessing one device | Michal Suchanek | 2022-10-17 | 1 | -3/+1 |
* | treewide: Drop image_header_t typedef | Simon Glass | 2022-09-29 | 1 | -1/+1 |
* | treewide: Drop bootm_headers_t typedef | Simon Glass | 2022-09-29 | 1 | -3/+3 |
* | board_f: Fix types for board_get_usable_ram_top() | Pali Rohár | 2022-09-23 | 2 | -2/+2 |
* | video: Rename structs and functions to avoid VBE | Simon Glass | 2022-08-12 | 2 | -6/+6 |
* | video: Renname vbe.h to vesa.h | Simon Glass | 2022-08-12 | 3 | -3/+3 |
* | zynqmp: Run board_get_usable_ram_top() only on main U-Boot | Ashok Reddy Soma | 2022-07-26 | 1 | -3/+2 |
* | linker_lists: Rename sections to remove . prefix | Andrew Scull | 2022-06-23 | 2 | -4/+4 |
* | Merge branch 'next' | Tom Rini | 2022-04-04 | 3 | -13/+6 |
|\ |
|
| * | event: Convert arch_cpu_init_dm() to use events | Simon Glass | 2022-03-10 | 3 | -13/+6 |
* | | Revert "x86: Move FACP table into separate functions" | Andy Shevchenko | 2022-03-31 | 1 | -0/+15 |
|/ |
|
* | acpi: Move MCFG implementation to common lib | Moritz Fischer | 2022-02-09 | 1 | -54/+0 |
* | arch: x86: lib: acpi_table: Fix MCFG entries | Moritz Fischer | 2022-02-09 | 1 | -0/+2 |
* | x86: Move acpi_get_rsdp_addr() ACPI tables to the writer | Simon Glass | 2022-01-25 | 1 | -21/+0 |
* | x86: Move device-specific ACPI tables to a writer function | Simon Glass | 2022-01-25 | 1 | -2/+0 |
* | x86: Move CSRT table to a writer function | Simon Glass | 2022-01-25 | 1 | -49/+13 |
* | x86: Move TCPA table to a writer function | Simon Glass | 2022-01-25 | 1 | -22/+16 |
* | x86: Move MADT table to a writer function | Simon Glass | 2022-01-25 | 1 | -11/+14 |
* | x86: Move TPM2 table to a writer function | Simon Glass | 2022-01-25 | 1 | -21/+18 |
* | x86: Move SSDT table to a writer function | Simon Glass | 2022-01-25 | 1 | -63/+30 |
* | x86: Move FACP table into separate functions | Simon Glass | 2022-01-25 | 1 | -15/+0 |
* | x86: Move FADT table to a writer function | Simon Glass | 2022-01-25 | 1 | -7/+15 |
* | x86: Move GNVS table to a writer function | Simon Glass | 2022-01-25 | 1 | -37/+36 |
* | x86: Move DSDT table to a writer function | Simon Glass | 2022-01-25 | 1 | -42/+7 |
* | x86: Move FACS table to a writer function | Simon Glass | 2022-01-25 | 1 | -24/+2 |
* | x86: Move base tables to a writer function | Simon Glass | 2022-01-25 | 1 | -2/+0 |
* | x86: Use the ACPI table writer | Simon Glass | 2022-01-25 | 1 | -17/+4 |
* | x86: acpi: Split out context creation from base tables | Simon Glass | 2022-01-25 | 1 | -3/+3 |
* | acpi: Use finer-grained control of ACPI-table generation | Simon Glass | 2022-01-25 | 1 | -1/+1 |