summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
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
2020-05-07efi_loader: remove redundant assignment in dp_fill()Heinrich Schuchardt
2020-05-07kbuild: efi: Avoid rebuilding efi targetsJan Kiszka
2020-05-04efi_loader: change setup sequenceHeinrich Schuchardt
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt
2020-05-04efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt
2020-05-04efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt
2020-05-04efi_loader: disk: add efi_disk_is_system_part()AKASHI Takahiro
2020-05-04efi_loader: factor out the common code from efi_transfer_secure_state()AKASHI Takahiro
2020-05-04efi_loader: fix unreachable statement in efi_sigstore_parse_siglistAKASHI Takahiro
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro
2020-04-30efi_loader: identify EFI system partitionHeinrich Schuchardt
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-04-16efi_loader: set up secure bootAKASHI Takahiro
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro
2020-04-16efi_loader: variable: add VendorKeys variableAKASHI Takahiro
2020-04-16efi_loader: variable: add secure boot state transitionAKASHI Takahiro
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro