summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2023-11-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L4-0/+77
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta1-17/+23
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass4-47/+3
2021-09-13Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-13/+10
2021-09-11efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt1-2/+1
2021-09-11efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas1-9/+6
2021-09-11efi_loader: require CONFIG_BLKHeinrich Schuchardt1-0/+1
2021-09-11efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima1-2/+2
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-04efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima1-1/+1
2021-09-04efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL apiMasahisa Kojima1-0/+19
2021-09-04efi_loader: correct determination of secure boot stateHeinrich Schuchardt1-8/+31
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt2-2/+4
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt3-19/+26
2021-09-04efi_loader: rounding of image sizeHeinrich Schuchardt1-2/+2
2021-09-04efi_loader: sections with zero VirtualSizeHeinrich Schuchardt1-4/+27
2021-08-17efi_loader: use EfiBootServicesData for DP to textHeinrich Schuchardt1-1/+1
2021-08-17efi_loader: use EfiBootServicesData for device pathHeinrich Schuchardt1-1/+1
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt1-2/+3
2021-08-14efi_loader: refactor efi_append_scrtm_version()Masahisa Kojima1-13/+1
2021-08-14efi_loader: add ExitBootServices() measurementMasahisa Kojima2-0/+75
2021-08-14efi_loader: add boot variable measurementMasahisa Kojima2-0/+141
2021-08-14efi_loader: add secure boot variable measurementMasahisa Kojima1-0/+165
2021-08-14efi_loader: Uri() device path nodeHeinrich Schuchardt1-0/+13
2021-08-02efi_loader: typo cerificateHeinrich Schuchardt1-1/+1
2021-07-24efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro1-0/+1
2021-07-24efi_loader: capsule: remove authentication dataAKASHI Takahiro1-13/+57
2021-07-24efi_loader: capsule: remove unused guidAKASHI Takahiro1-3/+0
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt1-7/+8
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas4-3/+47
2021-07-18efi_loader: increase eventlog buffer sizeMasahisa Kojima1-1/+1
2021-07-18efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu1-5/+1
2021-07-18efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato2-2/+9
2021-07-12efi_loader: Fix to set bootdev_root correctly if bootdev foundMasami Hiramatsu1-1/+2
2021-07-12efi_loader: set CapsuleLast after each capsuleHeinrich Schuchardt1-12/+13
2021-07-12efi_loader: missing EFI_CALL() in set_capsule_resultHeinrich Schuchardt1-5/+5
2021-07-12efi_loader: rework messages for capsule updatesHeinrich Schuchardt1-13/+15
2021-07-12efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()Heinrich Schuchardt1-0/+15
2021-07-02efi_loader: Allow capsule update on-disk without checking OsIndicationsIlias Apalodimas2-8/+38
2021-07-02efi_loader: clear OsIndicationsHeinrich Schuchardt1-1/+39
2021-07-02efi_loader: Improve the parameter check for QueryVariableInfo()Masami Hiramatsu1-0/+13
2021-07-02efi_loader: missing parentheses in query_console_sizeHeinrich Schuchardt1-1/+1
2021-07-02efi_loader: Always install FMPsIlias Apalodimas2-8/+9
2021-07-02efi_loader: Force a single FMP instance per hardware storeIlias Apalodimas1-23/+22
2021-07-02efi: Fix to use null handle to create new handle for efi_fmp_rawMasami Hiramatsu1-1/+1
2021-06-28efi_loader: TPL_HIGH_LEVEL not allowed for CreateEventHeinrich Schuchardt1-1/+0
2021-06-09efi_loader: fix Sphinx warningHeinrich Schuchardt1-1/+1
2021-06-09efi_loader: efi_capsule_delete_file() NULL dereferenceHeinrich Schuchardt1-1/+2
2021-06-09efi_loader: partition numbers are hexadecimalHeinrich Schuchardt2-3/+3