aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
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
2023-09-22efi: Use the installed SMBIOS tablesSimon Glass
2023-09-22efi: x86: Correct the condition for installing ACPI tablesSimon Glass
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu
2023-08-27efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas
2023-08-15efi_loader: fix efi_add_known_memory()Heinrich Schuchardt
2023-08-08arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi
2023-08-03efi_loader: check uuid_str_to_bin return valueMasahisa Kojima
2023-08-03efi_loader: catch out of memory in file_openHeinrich Schuchardt
2023-08-03efi_loader: error handling in efi_disk_add_devHeinrich Schuchardt
2023-08-03efi_loader: memory leak efi_add_memory_map_pgHeinrich Schuchardt
2023-08-03efi_loader: out of memory in efi_mem_carve_outHeinrich Schuchardt
2023-08-03efi_loader: overflow in efi_allocate_pagesHeinrich Schuchardt
2023-08-03efi_loader: error handling in tcg2_hash_pe_image()Heinrich Schuchardt
2023-08-03efi_loader: out of memory in efi_add_memory_map_pgHeinrich Schuchardt
2023-08-03efi_loader: fix an IS_ERR() vs NULL checkDan Carpenter
2023-08-03efi_loader: capsule: enforce guid check in api and capsule_on_diskAKASHI Takahiro
2023-08-03efi_loader: Fix memory corruption on 32bit systemsDan Carpenter
2023-07-28efi_loader: fix uninitialized variable bug in efi_set_load_options()Dan Carpenter
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas
2023-07-28efi_loader: simplify dp_fill()Heinrich Schuchardt
2023-07-28efi_loader: device paths for special block devicesHeinrich Schuchardt
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini
2023-07-24arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas