summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2020-07-11efi_loader: cleanup for tee backed variablesIlias Apalodimas
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro
2020-07-11efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro
2020-07-11efi_loader: signature: fix a size check against revocation listAKASHI Takahiro
2020-07-11efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro
2020-07-11efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro
2020-07-03efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt
2020-07-03efi_loader: rtc_mktime() called twiceHeinrich Schuchardt
2020-07-03efi_loader: use log function in boot managerHeinrich Schuchardt
2020-07-03efi_loader: time based authenticationHeinrich Schuchardt
2020-07-03efi_loader: add missing validation of timestampHeinrich Schuchardt
2020-07-03efi_loader: fix efi_image_region_add()Heinrich Schuchardt
2020-07-03efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro
2020-07-03efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro
2020-07-03efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro
2020-07-03efi_loader: change efi objects initialization orderAKASHI Takahiro
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt
2020-06-14efi_loader: printf code in efi_image_parse()Heinrich Schuchardt
2020-06-05efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro
2020-06-03efi_loader: simplify PE consistency checkHeinrich Schuchardt
2020-06-03efi_loader: function description cmp_pe_section()Heinrich Schuchardt
2020-06-03efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt
2020-06-03efi_loader: allow compiling with clangHeinrich Schuchardt
2020-06-03efi_loader: validate load optionHeinrich Schuchardt
2020-05-21efi_loader: check device path is not installed twiceHeinrich Schuchardt
2020-05-21efi_loader: device path for SATA devicesHeinrich Schuchardt
2020-05-21efi_loader: device path for virtio block devicesHeinrich Schuchardt
2020-05-21efi_loader: initialize root node firstHeinrich Schuchardt
2020-05-21efi_loader: Remove unnecessary debugPragnesh Patel
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-17efi_loader: Implement EFI variable handling via OP-TEEIlias Apalodimas
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-05-09efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro
2020-05-09efi_loader: image_loader: fix a Coverity check against array accessAKASHI Takahiro
2020-05-07efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt
2020-05-07efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt
2020-05-07efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt
2020-05-07efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt
2020-05-07efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt