aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-03efi_loader: capsule: enforce guid check in api and capsule_on_diskAKASHI Takahiro1-9/+8
2023-08-03efi_loader: Fix memory corruption on 32bit systemsDan Carpenter1-2/+3
2023-07-28efi_loader: fix uninitialized variable bug in efi_set_load_options()Dan Carpenter1-1/+1
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas2-7/+20
2023-07-28efi_loader: simplify dp_fill()Heinrich Schuchardt1-27/+18
2023-07-28efi_loader: device paths for special block devicesHeinrich Schuchardt1-93/+21
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini2-296/+7
2023-07-24arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi2-7/+296
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt1-31/+25
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt1-9/+3
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas1-3/+3
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas1-4/+4