aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2020-07-03efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro1-59/+62
2020-07-03efi_loader: change efi objects initialization orderAKASHI Takahiro1-3/+4
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt1-1/+1
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt1-6/+6
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt1-1/+1
2020-06-14efi_loader: printf code in efi_image_parse()Heinrich Schuchardt1-1/+1
2020-06-05efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt1-9/+115
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro2-1/+1
2020-06-03efi_loader: simplify PE consistency checkHeinrich Schuchardt1-9/+6
2020-06-03efi_loader: function description cmp_pe_section()Heinrich Schuchardt1-6/+8
2020-06-03efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt1-4/+4
2020-06-03efi_loader: allow compiling with clangHeinrich Schuchardt1-5/+5
2020-06-03efi_loader: validate load optionHeinrich Schuchardt1-9/+39
2020-05-21efi_loader: check device path is not installed twiceHeinrich Schuchardt1-7/+18
2020-05-21efi_loader: device path for SATA devicesHeinrich Schuchardt2-0/+31
2020-05-21efi_loader: device path for virtio block devicesHeinrich Schuchardt1-0/+30
2020-05-21efi_loader: initialize root node firstHeinrich Schuchardt1-5/+5
2020-05-21efi_loader: Remove unnecessary debugPragnesh Patel1-2/+0
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass9-0/+9
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass2-0/+2
2020-05-18part: Drop disk_partition_t typedefSimon Glass3-6/+6
2020-05-18common: Drop net.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-05-17efi_loader: Implement EFI variable handling via OP-TEEIlias Apalodimas3-0/+675
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle2-16/+41
2020-05-09efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro1-1/+4
2020-05-09efi_loader: image_loader: fix a Coverity check against array accessAKASHI Takahiro1-3/+3
2020-05-07efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt1-1/+1
2020-05-07efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt1-1/+3
2020-05-07efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt1-2/+1
2020-05-07efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt1-15/+19
2020-05-07efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt1-1/+1
2020-05-07efi_loader: remove redundant assignment in dp_fill()Heinrich Schuchardt1-1/+1
2020-05-07kbuild: efi: Avoid rebuilding efi targetsJan Kiszka1-0/+1
2020-05-04efi_loader: change setup sequenceHeinrich Schuchardt1-5/+5
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt3-5/+5
2020-05-04efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt1-104/+37
2020-05-04efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt1-29/+3
2020-05-04efi_loader: disk: add efi_disk_is_system_part()AKASHI Takahiro1-0/+29
2020-05-04efi_loader: factor out the common code from efi_transfer_secure_state()AKASHI Takahiro1-130/+64
2020-05-04efi_loader: fix unreachable statement in efi_sigstore_parse_siglistAKASHI Takahiro1-1/+1
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro3-3/+3
2020-04-30efi_loader: identify EFI system partitionHeinrich Schuchardt1-0/+20
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini10-135/+2227
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-1/+1
2020-04-16efi_loader: set up secure bootAKASHI Takahiro1-0/+38
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro2-15/+457
2020-04-16efi_loader: variable: add VendorKeys variableAKASHI Takahiro1-6/+63