summaryrefslogtreecommitdiff
path: root/lib/efi_loader/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-08-08arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi1-1/+38
2023-07-25Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini1-44/+2
2023-07-24arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi1-2/+44
2023-07-09efi_loader: Increase default variable store size to 64KiBAlper Nebi Yasak1-2/+3
2023-02-19efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAXEtienne Carriere1-0/+8
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere1-0/+11
2023-01-20efi_loader: Avoid overwriting previous outputs on console screen clearingJan Kiszka1-0/+9
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-1/+1
2022-12-17efi: adjust ebbr to v2.1 in conformance profileVincent Stehlé1-3/+3
2022-11-06efi_loader: remove CONFIG_EFI_SETUP_EARLYAKASHI Takahiro1-5/+0
2022-11-06efi_loader: Let networking support depend on NETDEVICESJan Kiszka1-1/+0
2022-09-19Merge branch 'master' into nextTom Rini1-0/+17
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass1-1/+0
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-1/+1
2022-09-03efi: ECPT add EBBRv2.0 conformance profileJose Marinho1-0/+11
2022-09-03efi: Create ECPT tableJose Marinho1-0/+6
2022-08-12bootstd: Allow bootmeths to be marked as globalSimon Glass1-0/+1
2022-07-05efi_loader: image_loader: add a missing digest verification for signed PE imageAKASHI Takahiro1-0/+1
2022-05-08efi_loader: Select EVENT as wellJan Kiszka1-0/+1
2022-05-03lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt1-0/+1
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro1-0/+3
2022-04-23efi_loader: PARTITION_UUIDS should be optionalAKASHI Takahiro1-1/+1
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu1-0/+2
2022-04-09efi_loader: Use sysreset instead of reset commandMasami Hiramatsu1-0/+1
2022-04-09efi_loader: optional persistence of variablesTom Saeger1-1/+8
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass1-1/+0
2022-01-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L1-0/+10
2021-12-09efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima1-0/+2
2021-11-07efi: Create a 64-bit appSimon Glass1-0/+1
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima1-0/+1
2021-10-21efi_loader: Drop code that doesn't work with driver modelSimon Glass1-0/+1
2021-10-08efi: Correct dependency on FIT_SIGNATURESimon Glass1-1/+1
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-7/+0
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass1-7/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-1/+1
2021-09-13Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-0/+1
2021-09-11efi_loader: require CONFIG_BLKHeinrich Schuchardt1-0/+1
2021-09-09Kconfig: Drop duplicate 'select SHA512' instancesTom Rini1-1/+0
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc1-1/+1
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-10/+0
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas1-0/+7
2021-07-18efi_loader: increase eventlog buffer sizeMasahisa Kojima1-1/+1
2021-07-18efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato1-0/+1
2021-07-02efi_loader: Allow capsule update on-disk without checking OsIndicationsIlias Apalodimas1-0/+10
2021-07-02efi_loader: Force a single FMP instance per hardware storeIlias Apalodimas1-23/+22
2021-05-28efi_loader: add PE/COFF image measurementMasahisa Kojima1-0/+1
2021-05-28efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc1-0/+2
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc1-2/+0
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima1-0/+5
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima1-0/+2