summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2021-01-20efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2-1/+9
2021-01-19efi_loader: move load options to new moduleHeinrich Schuchardt3-135/+150
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt3-0/+169
2021-01-13efi_loader: remove outdated TODO in efi_memory.cHeinrich Schuchardt1-2/+0
2021-01-13efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt1-3/+3
2021-01-13efi_loader: carve out efi_check_pe()Heinrich Schuchardt1-34/+46
2021-01-13efi_loader: print boot device and file path in helloworldHeinrich Schuchardt1-30/+137
2021-01-13efi_loader: implement non-blocking file servicesHeinrich Schuchardt1-51/+266
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu1-1/+35
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu3-2/+141
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu1-42/+61
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2-89/+89
2020-12-31efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu1-0/+41
2020-12-31efi_loader: event queueingHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2-5/+12
2020-12-31efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas1-5/+0
2020-12-31efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas1-5/+3
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt1-5/+12
2020-12-31efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt1-2/+2
2020-12-31efi_loader: avoid invalid freeHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: escape key handlingHeinrich Schuchardt1-0/+12
2020-12-31efi_loader: missing parentheses after ifHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas1-5/+15
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt1-0/+14
2020-12-23sandbox: implement runtime system resetHeinrich Schuchardt1-1/+2
2020-12-19dm: Avoid accessing seq directlySimon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-8/+8
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt1-0/+20
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt1-1/+1
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt1-1/+48
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt1-9/+36
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt1-7/+9
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt2-3/+3
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt1-82/+82
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt3-7/+8
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt1-4/+0
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro4-58/+194
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro4-1/+314
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro3-12/+252
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro3-0/+528
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro5-54/+291
2020-12-03efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas3-23/+551
2020-11-29efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt1-0/+1
2020-11-21efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt1-3/+8
2020-11-21efi_loader: tcg2 protocol updatesIlias Apalodimas1-68/+92
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas4-0/+549
2020-11-14efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt1-1/+1
2020-11-14efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara1-2/+2
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt1-4/+9