summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2024-09-12include: export uuid.hCaleb Connolly
2024-09-12efi: add a helper to generate dynamic UUIDsCaleb Connolly
2024-09-12Kconfig: clean up the efi configuration statusIlias Apalodimas
2024-09-12efi_loader: return the correct error in efi_bootmgr_release_uridp()Ilias Apalodimas
2024-09-12efi_loader: rename efi_bootmgr_image_return_notifyIlias Apalodimas
2024-09-12efi_loader: shorten efi_bootmgr_release_uridp_resource()Ilias Apalodimas
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-24efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architecturesHeinrich Schuchardt
2024-08-24efi_loader: fix memory freeing in efi_get_dp_from_boot()Ilias Apalodimas
2024-08-11efi_loader: correct description of efi_get_distro_fdt_nameHeinrich Schuchardt
2024-08-11efi_loader: use list_count_nodes() in efi_protocols_per_handle()Heinrich Schuchardt
2024-07-31efi_memory: get the efi_mem_list node directlySughosh Ganu
2024-07-31efi_memory: avoid possible null pointer dereferenceSughosh Ganu
2024-07-31efi_memory: use list_count_nodes() to count list entriesSughosh Ganu
2024-07-31efi_loader: correct check in efi_load_option_dp_join()Heinrich Schuchardt
2024-07-31efi_loader: add /dtbs search pathCaleb Connolly
2024-07-31efi_loader: require EFI boot manager for EBBR complianceHeinrich Schuchardt
2024-07-31efi_loader: adjust config options for capsule updatesIlias Apalodimas
2024-07-19efi_loader: Fix typo in EFI_RT_VOLATILE_STORE descriptionMichal Simek
2024-07-19efi_loader: find distro device-path for media devicesHeinrich Schuchardt
2024-07-15Merge patch series "api: Remove duplicate newlines"Tom Rini
2024-07-15lib: Remove duplicate newlinesMarek Vasut
2024-07-14efi_loader: print device-tree in dtbdump.efiHeinrich Schuchardt
2024-07-14scripts/Makefile.lib: EFI: Use capsule CRT instead of ESL fileJonathan Humphreys
2024-07-03Merge patch series "m68k: Implement a default flush_dcache_all"Tom Rini
2024-06-30tpm: Untangle tpm2_get_pcr_info()Ilias Apalodimas
2024-06-30efi_loader: remove unneeded header filesIlias Apalodimas
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini
2024-06-24efi_loader: fix the return values on efi_tcgIlias Apalodimas
2024-06-19efi_loader: avoid duplicate weak invalidate_icache_all()Heinrich Schuchardt
2024-06-16tpm: measure DTB in PCR1 instead of PCR0Ilias Apalodimas
2024-06-14Merge patch series "efi_loader: select BLK not depends on BLK"Tom Rini
2024-06-14efi_loader: select BLK not depends on BLKTom Rini
2024-06-10efi_loader: Fix capsule_esl.dtsi.in comment styleMichal Simek
2024-06-10efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash checkWeizhao Ouyang
2024-06-10efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefixHeinrich Schuchardt
2024-06-10efi_loader: load distro dtb in bootmgrHeinrich Schuchardt
2024-06-10efi_loader: export efi_load_image_from_pathHeinrich Schuchardt
2024-06-10efi_loader: return binary from efi_dp_from_lo()Heinrich Schuchardt
2024-06-10efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt
2024-06-10efi_loader: load device-tree specified in boot optionHeinrich Schuchardt
2024-06-10cmd: eficonfig: add support for setting fdtHeinrich Schuchardt
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt
2024-06-04Merge tag 'v2024.07-rc4' into nextTom Rini
2024-05-27tpm-v2: add support for mapping algorithm names to algosTim Harvey
2024-05-24Merge patch series "FWU: Add support for FWU metadata version 2"Tom Rini
2024-05-24capsule: fwu: transition the platform state on a successful updateSughosh Ganu
2024-05-22efi_loader: remove redundant hash includesRaymond Mao
2024-05-01efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt