aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Merge tag 'v2024.04-rc5' into nextWIP/25Mar2024-nextTom Rini1-5/+11
2024-03-21efi_loader: correct handling of EFI binary return codeHeinrich Schuchardt1-5/+11
2024-03-21lib/charset: Map Unicode code points to CP437 code points 1-31Janne Grunau1-1/+1
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...WIP/19Mar2024-nextTom Rini1-4/+7
2024-03-13efi_loader: Don't carve out memory reservations too earlyMark Kettenis1-4/+7
2024-02-28efi_driver: provide SBI based runtime system resetHeinrich Schuchardt1-1/+1
2024-02-12efi_loader: simplify error message in efi_disk_create_raw()Heinrich Schuchardt1-1/+2
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt2-5/+5
2024-01-29efi_loader: check efi_get_variable_int return valueMasahisa Kojima1-5/+5
2024-01-29efi_loader: replace find_smbios_table by library functionHeinrich Schuchardt1-18/+1
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt1-3/+3
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima1-7/+12
2024-01-21efi_loader: return immediately in UCLASS_EFI_LOADER removalMasahisa Kojima1-6/+10
2024-01-21efi_loader: create common function to free struct efi_disk_objMasahisa Kojima1-7/+19
2024-01-21efi_loader: avoid pointer access after calling efi_delete_handleMasahisa Kojima1-6/+14
2024-01-21efi_loader: auto-generate removable media boot option firstMasahisa Kojima1-7/+26
2024-01-21efi_loader: auto-generate boot option for each blkio deviceMasahisa Kojima1-26/+75
2024-01-21efi_loader: rename check_disk_has_default_file functionMasahisa Kojima1-5/+8
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini6-491/+511
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro2-2/+2
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro6-489/+509
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt1-1/+3
2024-01-13efi_loader: support fmp versioning for multi bank updateMasahisa Kojima1-15/+60
2024-01-13fwu: fix fwu_get_image_index interfaceMasahisa Kojima1-2/+9
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas4-54/+26
2024-01-13efi_loader: remove unused members from struct efi_disk_objMasahisa Kojima1-12/+3
2024-01-13efi_loader: fix iteration of FMP protocolsMasahisa Kojima1-6/+12
2024-01-09efi_loader: provide tool to dump SMBIOS tableHeinrich Schuchardt2-0/+629
2024-01-09smbios: smbios.h should not import ofnode.hHeinrich Schuchardt1-0/+3
2024-01-07efi: Correct smbios-table installationSimon Glass1-9/+7
2024-01-07efi: smbios: Drop support for SMBIOS2 tablesSimon Glass1-3/+1
2024-01-07efi: Use the correct GUID for the SMBIOS tableSimon Glass1-2/+10
2024-01-07smbios: Correct gd_smbios_start()Simon Glass1-1/+1
2023-12-21efi_loader: Remove <common.h>Tom Rini42-42/+1
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini3-34/+20
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro1-0/+530
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass1-1/+1
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini1-7/+9
2023-12-05efi_loader: Make DisconnectController follow the EFI specIlias Apalodimas1-17/+10
2023-12-05efi_loader: create memory reservations in ACPI caseHeinrich Schuchardt1-2/+0
2023-12-04efi_loader: generated SMBIOS table below 4 GiBHeinrich Schuchardt1-7/+9
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini3-9/+17
2023-11-20efi_loader: improve efi_var_from_file() descriptionHeinrich Schuchardt1-2/+5
2023-11-20efi_loader: Correctly account the SCRTM event creationIlias Apalodimas1-1/+4
2023-11-20efi_loader: Increase default variable store size to 128KIlias Apalodimas1-6/+8
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini1-5/+7
2023-11-18efi_loader: support boot from URI device pathMasahisa Kojima2-0/+395
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima1-0/+3
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima1-2/+2
2023-11-18efi_loader: Boot var automatic managementRaymond Mao2-0/+25