aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2024-02-28efi_driver: provide SBI based runtime system resetHeinrich Schuchardt
2024-02-12efi_loader: simplify error message in efi_disk_create_raw()Heinrich Schuchardt
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt
2024-01-29efi_loader: check efi_get_variable_int return valueMasahisa Kojima
2024-01-29efi_loader: replace find_smbios_table by library functionHeinrich Schuchardt
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima
2024-01-21efi_loader: return immediately in UCLASS_EFI_LOADER removalMasahisa Kojima
2024-01-21efi_loader: create common function to free struct efi_disk_objMasahisa Kojima
2024-01-21efi_loader: avoid pointer access after calling efi_delete_handleMasahisa Kojima
2024-01-21efi_loader: auto-generate removable media boot option firstMasahisa Kojima
2024-01-21efi_loader: auto-generate boot option for each blkio deviceMasahisa Kojima
2024-01-21efi_loader: rename check_disk_has_default_file functionMasahisa Kojima
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt
2024-01-13efi_loader: support fmp versioning for multi bank updateMasahisa Kojima
2024-01-13fwu: fix fwu_get_image_index interfaceMasahisa Kojima
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas
2024-01-13efi_loader: remove unused members from struct efi_disk_objMasahisa Kojima
2024-01-13efi_loader: fix iteration of FMP protocolsMasahisa Kojima
2024-01-09efi_loader: provide tool to dump SMBIOS tableHeinrich Schuchardt
2024-01-09smbios: smbios.h should not import ofnode.hHeinrich Schuchardt
2024-01-07efi: Correct smbios-table installationSimon Glass
2024-01-07efi: smbios: Drop support for SMBIOS2 tablesSimon Glass
2024-01-07efi: Use the correct GUID for the SMBIOS tableSimon Glass
2024-01-07smbios: Correct gd_smbios_start()Simon Glass
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-12-18Merge tag 'v2024.01-rc5' into nextTom Rini
2023-12-17cmd: bootefi: move library interfaces under lib/efi_loaderAKASHI Takahiro
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini
2023-12-05efi_loader: Make DisconnectController follow the EFI specIlias Apalodimas
2023-12-05efi_loader: create memory reservations in ACPI caseHeinrich Schuchardt
2023-12-04efi_loader: generated SMBIOS table below 4 GiBHeinrich Schuchardt
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini
2023-11-20efi_loader: improve efi_var_from_file() descriptionHeinrich Schuchardt
2023-11-20efi_loader: Correctly account the SCRTM event creationIlias Apalodimas
2023-11-20efi_loader: Increase default variable store size to 128KIlias Apalodimas
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-18efi_loader: support boot from URI device pathMasahisa Kojima
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima
2023-11-18efi_loader: Boot var automatic managementRaymond Mao
2023-11-14efi: Correct handling of frame bufferSimon Glass
2023-11-07efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass
2023-10-27efi_loader: fix EFI_ENTRY point on get_active_pcr_banksIlias Apalodimas
2023-10-27tpm: Support boot measurementsEddie James
2023-10-27tpm: sandbox: Update for needed TPM2 capabilitiesEddie James