summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
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
2020-04-16efi_loader: add signature database parserAKASHI Takahiro
2020-04-16efi_loader: add signature verification functionsAKASHI Takahiro
2020-04-16efi_loader: add CONFIG_EFI_SECURE_BOOT config optionAKASHI Takahiro
2020-04-16efi_loader: function descriptions efi_watchdog.cHeinrich Schuchardt
2020-04-16efi_loader: add missing doc comments in efi_disk.cHeinrich Schuchardt
2020-04-16efi_loader: function descriptions efi_unicode_collation.cHeinrich Schuchardt
2020-04-16efi_loader: enable RNG if DM_RNG is enabledPeter Robinson
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt
2020-03-22efi_loader: fix freestanding memmove()Heinrich Schuchardt
2020-03-22efi_loader: description efi_convert_pointer()Heinrich Schuchardt
2020-03-22efi_loader: simplify logical expression in efi_disk_add_dev()Heinrich Schuchardt
2020-03-22efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt
2020-03-22efi_loader: fix function descriptions in efi_disk.cHeinrich Schuchardt
2020-03-22efi_loader: description of efi_variable.cHeinrich Schuchardt
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro
2020-03-11efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt
2020-03-11efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt
2020-02-19efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-15efi_loader: imply VIDEO_ANSIHeinrich Schuchardt
2020-01-15efi_loader: describe returning of controlHeinrich Schuchardt
2020-01-15efi_loader: document functions in efi_rng.cHeinrich Schuchardt
2020-01-07efi_rng_protocol: Install the efi_rng_protocol on the root nodeSughosh Ganu