summaryrefslogtreecommitdiff
path: root/lib/efi_loader/Kconfig
AgeCommit message (Expand)Author
2021-03-16efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt
2021-01-20efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt
2021-01-20efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurableHeinrich Schuchardt
2021-01-20efi_loader: make EFI_DT_FIXUP_PROTOCOL configurableHeinrich Schuchardt
2021-01-20efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro
2020-12-03efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas
2020-11-29efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro
2020-10-06efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro
2020-07-16efi_loader: pre-seed UEFI variablesHeinrich Schuchardt
2020-07-16efi_loader: configuration of variables storeHeinrich Schuchardt
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt
2020-07-03efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt
2020-05-17efi_loader: Implement EFI variable handling via OP-TEEIlias Apalodimas
2020-04-16efi_loader: add CONFIG_EFI_SECURE_BOOT config optionAKASHI Takahiro
2020-04-16efi_loader: enable RNG if DM_RNG is enabledPeter Robinson
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas
2020-02-19efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt
2020-01-15efi_loader: imply VIDEO_ANSIHeinrich Schuchardt
2020-01-07efi: qemu: arm64: Add efi_rng_protocol implementation for the platformSughosh Ganu
2020-01-07efi_loader: imply USB_KEYBOARD_FN_KEYSHeinrich Schuchardt
2019-11-23efi_loader: default EFI_LOADER=n on ARM11Heinrich Schuchardt
2019-11-19efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt
2019-11-19efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt
2019-07-30efi_loader: re-enable GRUB workaround on 32bit ARMHeinrich Schuchardt
2019-07-06efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEMHeinrich Schuchardt
2019-06-01efi_loader: Kconfig entries for GetTime(), SetTime()Heinrich Schuchardt
2019-05-19efi_loader: implement deprecated Unicode collation protocolHeinrich Schuchardt
2019-05-19efi_loader: rename Unicode collation protocol 2 variablesHeinrich Schuchardt
2019-05-12efi_loader: make device path to text protocol customizableHeinrich Schuchardt
2019-05-12efi_loader: make Unicode collation protocol customizableHeinrich Schuchardt
2019-05-12efi_loader: reword the EFI_LOADER config optionHeinrich Schuchardt
2019-05-12efi_loader: format KconfigHeinrich Schuchardt
2019-04-12efi_loader: fix setting PlatformLangHeinrich Schuchardt
2019-04-12efi_loader: enable HII protocols by defaultHeinrich Schuchardt
2019-02-13efi_loader: Make HII a config optionAlexander Graf
2019-02-13efi_loader: GetNextVariableName() relies on REGEXHeinrich Schuchardt
2018-09-23efi: sandbox: Enable EFI loader build for sandboxSimon Glass
2018-09-23lib: charset: upper/lower case conversionHeinrich Schuchardt
2018-07-25Revert "efi_loader: no support for ARMV7_NONSEC=y"Mark Kettenis