summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass9-0/+9
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass2-0/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass3-6/+6
2020-05-19common: 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
2020-04-16efi_loader: variable: add secure boot state transitionAKASHI Takahiro1-3/+228
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro1-104/+562
2020-04-16efi_loader: add signature database parserAKASHI Takahiro1-0/+226
2020-04-16efi_loader: add signature verification functionsAKASHI Takahiro2-0/+579
2020-04-16efi_loader: add CONFIG_EFI_SECURE_BOOT config optionAKASHI Takahiro1-0/+18
2020-04-16efi_loader: function descriptions efi_watchdog.cHeinrich Schuchardt1-7/+11
2020-04-16efi_loader: add missing doc comments in efi_disk.cHeinrich Schuchardt1-3/+49
2020-04-16efi_loader: function descriptions efi_unicode_collation.cHeinrich Schuchardt1-4/+2
2020-04-16efi_loader: enable RNG if DM_RNG is enabledPeter Robinson1-0/+1
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt1-2/+2
2020-03-22efi_loader: fix freestanding memmove()Heinrich Schuchardt1-1/+1
2020-03-22efi_loader: description efi_convert_pointer()Heinrich Schuchardt1-2/+2
2020-03-22efi_loader: simplify logical expression in efi_disk_add_dev()Heinrich Schuchardt1-1/+1
2020-03-22efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt1-5/+6
2020-03-22efi_loader: fix function descriptions in efi_disk.cHeinrich Schuchardt1-22/+30
2020-03-22efi_loader: description of efi_variable.cHeinrich Schuchardt1-2/+2
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro1-8/+8
2020-03-11efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt1-1/+1
2020-03-11efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro1-6/+6