- 555e05d efi_loader: Extra checks while opening an OPTEE session by Ilias Apalodimas · 4 years ago
- c8fa8d3 efi_loader: make variable store size customizable by Heinrich Schuchardt · 4 years ago
- 8da4625 efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM by Heinrich Schuchardt · 4 years ago
- cd9f860 efi_loader: parameter check in GetNextVariableName() by Heinrich Schuchardt · 4 years ago
- c67fef6 efi_loader: tcg2 protocol updates by Ilias Apalodimas · 4 years ago
- 590fef6 efi_loader: Add basic EFI_TCG2_PROTOCOL support by Ilias Apalodimas · 4 years, 1 month ago
- 344bc07 efi_loader: incorrect buffer size in efi_file_setinfo() by Heinrich Schuchardt · 4 years, 1 month ago
- 77794eb efi_loader: Add missing newline to log_{err,warning} by Paulo Alcantara · 4 years, 1 month ago
- 628dbd7 efi_selftest: keep devices in ExitBootServices() by Heinrich Schuchardt · 4 years, 1 month ago
- 0f7a680 efi_loader: non-volatile variable not deleted from file by Heinrich Schuchardt · 4 years, 1 month ago
- 9407468 efi_loader: add efi_create_indexed_name() by AKASHI Takahiro · 4 years, 1 month ago
- 87942ac efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · 4 years, 1 month ago
- c7ce404 efi_loader: fix DisconnectController() for sole child by Heinrich Schuchardt · 4 years, 1 month ago
- 6846c57 efi_loader: daylight saving time by Heinrich Schuchardt · 4 years, 1 month ago
- c539fb8 efi_loader: Disable devices before handing over control by Ilias Apalodimas · 4 years, 1 month ago
- 4cc0632 efi_loader: Sort header file ordering by Ilias Apalodimas · 4 years, 1 month ago
- c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
- fab8910 efi_loader: fix use after free in receive path by Patrick Wildt · 4 years, 2 months ago
- 3354233 efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n by Heinrich Schuchardt · 4 years, 2 months ago
- 988b0f5 efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · 4 years, 2 months ago
- d1d8933 efi_loader: description EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · 4 years, 2 months ago
- c63f68f efi_loader: installation of EFI_RNG_PROTOCOL by Heinrich Schuchardt · 4 years, 2 months ago
- ec631ea efi_memory: refine overlap_only_ram description by Maxim Uvarov · 4 years, 3 months ago
- f277d94 efi_loader: save global data pointer on RISC-V by Heinrich Schuchardt · 4 years, 3 months ago
- 6dc6428 efi_loader: efi_var_mem_notify_exit_boot_services by Heinrich Schuchardt · 4 years, 3 months ago
- 70bc8dd efi_loader: remove duplicate image size check by Heinrich Schuchardt · 4 years, 3 months ago
- 74a8414 efi_loader: error message if image not authenticated by Heinrich Schuchardt · 4 years, 3 months ago
- eb67657 efi_loader: log function in image loader by Heinrich Schuchardt · 4 years, 3 months ago
- 55a6112 efi_loader: validate device path length in boot manager by Heinrich Schuchardt · 4 years, 3 months ago
- 22c8e08 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · 4 years, 3 months ago
- 7b66fcc efi_loader: ResetSystem() should not hang by Heinrich Schuchardt · 4 years, 3 months ago
- 1641180 efi_loader: signature: correct a behavior against multiple signatures by AKASHI Takahiro · 4 years, 4 months ago
- 2e0d94a efi_loader: variable: fix secure state initialization by AKASHI Takahiro · 4 years, 4 months ago
- 14afd06 efi_loader: signature: rework for intermediate certificates support by AKASHI Takahiro · 4 years, 4 months ago
- 1bb6edf efi_loader: variable: keep temporary buffer during the authentication by AKASHI Takahiro · 4 years, 4 months ago
- a7647a7 efi_loader: set load options in boot manager by Heinrich Schuchardt · 4 years, 4 months ago
- 25c6be5 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · 4 years, 4 months ago
- 200647a efi_loader: add copyright notice by AKASHI Takahiro · 4 years, 4 months ago
- c6dcbe1 efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · 4 years, 4 months ago
- a4d1b1b efi_loader: Enable run-time variable support for tee based variables by Ilias Apalodimas · 4 years, 4 months ago
- 91b218d efi_loader: Trim output buffer size correctly for tee variables by Ilias Apalodimas · 4 years, 4 months ago
- 3724057 efi_loader: use logging for block device messages by Heinrich Schuchardt · 4 years, 5 months ago
- c594941 efi_loader: document efi_save_gd(), efi_restore_gd() by Heinrich Schuchardt · 4 years, 4 months ago
- 6b398d0 efi_loader: loosen buffer parameter check in efi_file_read by Stefan Sørensen · 4 years, 4 months ago
- fe7c1fc efi_loader: Check for the native OP-TEE result on mm_communicate calls by Ilias Apalodimas · 4 years, 4 months ago
- 128a3c5 efi_loader: Rename and correct values for ARM_SMC_MM_* by Ilias Apalodimas · 4 years, 5 months ago
- 447753e efi_loader: don't use memmove() in efi_var_mem_del() by Heinrich Schuchardt · 4 years, 4 months ago
- eb7dbe8 efi_loader: efi_current_var after SetVirtualAddressMap by Heinrich Schuchardt · 4 years, 4 months ago
- 4b7d5c1 efi_loader: pre-seed UEFI variables by Heinrich Schuchardt · 4 years, 5 months ago
- 3a28033 efi_loader: identify PK, KEK, db, dbx correctly by Heinrich Schuchardt · 4 years, 5 months ago
- 41bc601 efi_loader: configuration of variables store by Heinrich Schuchardt · 4 years, 5 months ago
- 730e229 efi_loader: update secure state by Heinrich Schuchardt · 4 years, 5 months ago
- 0f2c333 efi_loader: restructure code for TEE variables by Heinrich Schuchardt · 4 years, 5 months ago
- 5f1bce9 efi_loader: display RO attribute with TEE-backed variables by Ilias Apalodimas · 4 years, 5 months ago
- 5be5971 efi_loader: enable UEFI variables at runtime by Heinrich Schuchardt · 4 years, 8 months ago
- 047276c efi_loader: use memory based variable storage by Heinrich Schuchardt · 4 years, 5 months ago
- 29ef99c efi_loader: memory buffer for variables by Heinrich Schuchardt · 4 years, 8 months ago
- 8cd9975 efi_loader: new function efi_memcpy_runtime() by Heinrich Schuchardt · 4 years, 5 months ago
- dabe54a efi_loader: optional pointer for ConvertPointer by Heinrich Schuchardt · 4 years, 8 months ago
- 699b7c6 efi_loader: export efi_convert_pointer() by Heinrich Schuchardt · 4 years, 8 months ago
- 09a8d50 efi_loader: UEFI variable persistence by Heinrich Schuchardt · 4 years, 9 months ago
- 40fbdd8 efi_loader: secure boot flag by Heinrich Schuchardt · 4 years, 5 months ago
- 93f9625 efi_loader: read-only AuditMode and DeployedMode by Heinrich Schuchardt · 4 years, 5 months ago
- 6a288f7 efi_loader: value of VendorKeys by Heinrich Schuchardt · 4 years, 5 months ago
- 10bd8de efi_loader: keep attributes in efi_set_variable_int by Heinrich Schuchardt · 4 years, 6 months ago
- f625fed efi_loader: simplify boot manager by Heinrich Schuchardt · 4 years, 5 months ago
- ee3565f efi_loader: OsIndicationsSupported, PlatformLangCodes by Heinrich Schuchardt · 4 years, 5 months ago
- 276c61d efi_loader: separate UEFI variable API from implemementation by Heinrich Schuchardt · 4 years, 5 months ago
- 9827e84 efi_loader: prepare for read only OP-TEE variables by Heinrich Schuchardt · 4 years, 5 months ago
- b0818b7 efi_loader: NULL dereference in efi_convert_pointer by Heinrich Schuchardt · 4 years, 5 months ago
- 0f321b6 efi_loader: fix efi_get_child_controllers() by Heinrich Schuchardt · 4 years, 5 months ago
- d054aec efi_loader: wrong printf format in efi_image_parse by Heinrich Schuchardt · 4 years, 5 months ago
- 24105b8 efi_loader: cleanup for tee backed variables by Ilias Apalodimas · 4 years, 5 months ago
- de92407 efi_loader: image_loader: add digest-based verification for signed image by AKASHI Takahiro · 4 years, 5 months ago
- 4154b64 efi_loader: image_loader: verification for all signatures should pass by AKASHI Takahiro · 4 years, 5 months ago
- ddbfa61 efi_loader: signature: make efi_hash_regions more generic by AKASHI Takahiro · 4 years, 5 months ago
- 903120c efi_loader: signature: fix a size check against revocation list by AKASHI Takahiro · 4 years, 5 months ago
- 0d5eba4 efi_loader: image_loader: retrieve authenticode only if it exists by AKASHI Takahiro · 4 years, 5 months ago
- eab1275 efi_loader: image_loader: add a check against certificate type of authenticode by AKASHI Takahiro · 4 years, 5 months ago
- 6c46aaa efi_loader: imply FAT, FAT_WRITE by Heinrich Schuchardt · 4 years, 8 months ago
- de9bdc6 efi_loader: export initialization state by Heinrich Schuchardt · 4 years, 9 months ago
- 5106dc7 efi_loader: rtc_mktime() called twice by Heinrich Schuchardt · 4 years, 5 months ago
- 273df96 efi_loader: use log function in boot manager by Heinrich Schuchardt · 4 years, 6 months ago
- 2db39ef efi_loader: time based authentication by Heinrich Schuchardt · 4 years, 5 months ago
- 7a76a3f efi_loader: add missing validation of timestamp by Heinrich Schuchardt · 4 years, 5 months ago
- 623e5e5 efi_loader: fix efi_image_region_add() by Heinrich Schuchardt · 4 years, 5 months ago
- cb0b411 efi_loader: image_loader: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
- 3712373 efi_loader: variable: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
- 10a9fa8 efi_loader: signature: replace debug to EFI_PRINT by AKASHI Takahiro · 4 years, 6 months ago
- 9b31c63 efi_loader: change efi objects initialization order by AKASHI Takahiro · 4 years, 6 months ago
- 563e552 efi_loader: fix incorrect use of EFI_EXIT() by Heinrich Schuchardt · 4 years, 5 months ago
- bae548c efi_loader: size of secure boot variables by Heinrich Schuchardt · 4 years, 5 months ago
- e422dcc efi_loader: type of efi_secure_mode by Heinrich Schuchardt · 4 years, 5 months ago
- 8d2472c efi_loader: printf code in efi_image_parse() by Heinrich Schuchardt · 4 years, 6 months ago
- 8bc44ed efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL by Heinrich Schuchardt · 4 years, 6 months ago
- 5ed9ada efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c by AKASHI Takahiro · 4 years, 6 months ago
- 5605e66 efi_loader: simplify PE consistency check by Heinrich Schuchardt · 4 years, 6 months ago
- 72bc714 efi_loader: function description cmp_pe_section() by Heinrich Schuchardt · 4 years, 6 months ago
- da6d607 efi_loader: function descriptions efi_image_loader.c by Heinrich Schuchardt · 4 years, 6 months ago
- 1a3732c efi_loader: allow compiling with clang by Heinrich Schuchardt · 4 years, 6 months ago