aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-14efi: Correct handling of frame bufferSimon Glass1-5/+7
2023-11-07efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass2-4/+4
2023-10-27efi_loader: fix EFI_ENTRY point on get_active_pcr_banksIlias Apalodimas1-2/+2
2023-10-27tpm: Support boot measurementsEddie James1-976/+77
2023-10-27tpm: sandbox: Update for needed TPM2 capabilitiesEddie James1-2/+0
2023-09-22efi: Use the installed SMBIOS tablesSimon Glass3-32/+52
2023-09-22efi: x86: Correct the condition for installing ACPI tablesSimon Glass2-6/+6
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-24/+65
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu2-0/+19
2023-08-27efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas1-24/+65
2023-08-15efi_loader: fix efi_add_known_memory()Heinrich Schuchardt1-1/+1
2023-08-08arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi2-6/+303
2023-08-03efi_loader: check uuid_str_to_bin return valueMasahisa Kojima1-2/+6
2023-08-03efi_loader: catch out of memory in file_openHeinrich Schuchardt1-0/+2
2023-08-03efi_loader: error handling in efi_disk_add_devHeinrich Schuchardt2-10/+17
2023-08-03efi_loader: memory leak efi_add_memory_map_pgHeinrich Schuchardt1-0/+2
2023-08-03efi_loader: out of memory in efi_mem_carve_outHeinrich Schuchardt1-0/+6
2023-08-03efi_loader: overflow in efi_allocate_pagesHeinrich Schuchardt1-1/+6
2023-08-03efi_loader: error handling in tcg2_hash_pe_image()Heinrich Schuchardt1-4/+2
2023-08-03efi_loader: out of memory in efi_add_memory_map_pgHeinrich Schuchardt1-0/+2
2023-08-03efi_loader: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+1