summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu
2020-12-31efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu
2020-12-31efi_loader: event queueingHeinrich Schuchardt
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas
2020-12-31efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas
2020-12-31efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt
2020-12-31efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt
2020-12-31efi_loader: avoid invalid freeHeinrich Schuchardt
2020-12-31efi_loader: escape key handlingHeinrich Schuchardt
2020-12-31efi_loader: missing parentheses after ifHeinrich Schuchardt
2020-12-31efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich 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-21efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt
2020-11-21efi_loader: tcg2 protocol updatesIlias Apalodimas
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas
2020-11-14efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt
2020-11-14efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt
2020-11-09efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt
2020-10-27efi_loader: daylight saving timeHeinrich Schuchardt
2020-10-27efi_loader: Disable devices before handing over controlIlias Apalodimas
2020-10-27efi_loader: Sort header file orderingIlias Apalodimas
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt