Age | Commit message (Expand) | Author |
2020-06-05 | efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL | Heinrich Schuchardt |
2020-06-03 | efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c | AKASHI Takahiro |
2020-06-03 | efi_loader: simplify PE consistency check | Heinrich Schuchardt |
2020-06-03 | efi_loader: function description cmp_pe_section() | Heinrich Schuchardt |
2020-06-03 | efi_loader: function descriptions efi_image_loader.c | Heinrich Schuchardt |
2020-06-03 | efi_loader: allow compiling with clang | Heinrich Schuchardt |
2020-06-03 | efi_loader: validate load option | Heinrich Schuchardt |
2020-05-21 | efi_loader: check device path is not installed twice | Heinrich Schuchardt |
2020-05-21 | efi_loader: device path for SATA devices | Heinrich Schuchardt |
2020-05-21 | efi_loader: device path for virtio block devices | Heinrich Schuchardt |
2020-05-21 | efi_loader: initialize root node first | Heinrich Schuchardt |
2020-05-21 | efi_loader: Remove unnecessary debug | Pragnesh Patel |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | command: Remove the cmd_tbl_t typedef | Simon Glass |
2020-05-18 | common: Drop part.h from common header | Simon Glass |
2020-05-18 | part: Drop disk_partition_t typedef | Simon Glass |
2020-05-18 | common: Drop net.h from common header | Simon Glass |
2020-05-18 | common: Drop uuid.h from common header | Simon Glass |
2020-05-17 | efi_loader: Implement EFI variable handling via OP-TEE | Ilias Apalodimas |
2020-05-17 | efi_loader: round the memory area in efi_add_memory_map() | Michael Walle |
2020-05-09 | efi_loader: variable: check a return value of uuid__str_to_bin() | AKASHI Takahiro |
2020-05-09 | efi_loader: image_loader: fix a Coverity check against array access | AKASHI Takahiro |
2020-05-07 | efi_loader: crypto/pkcs7_parser.h is not a local include | Heinrich Schuchardt |
2020-05-07 | efi_loader: pkcs7_parse_message() returns error pointer | Patrick Wildt |
2020-05-07 | efi_loader: efi_variable_parse_signature() returns NULL on error | Patrick Wildt |
2020-05-07 | efi_loader: do not unnecessarily use EFI_CALL() | Heinrich Schuchardt |
2020-05-07 | efi_loader: error handling in efi_set_variable_common(). | Heinrich Schuchardt |
2020-05-07 | efi_loader: remove redundant assignment in dp_fill() | Heinrich Schuchardt |
2020-05-07 | kbuild: efi: Avoid rebuilding efi targets | Jan Kiszka |
2020-05-04 | efi_loader: change setup sequence | Heinrich Schuchardt |
2020-05-04 | efi_loader: correct comments for efi_status_t | Heinrich Schuchardt |
2020-05-04 | efi_loader: eliminate efi_set_(non)volatile_variable | Heinrich Schuchardt |
2020-05-04 | efi_loader: eliminate efi_get_(non)volatile_variable | Heinrich Schuchardt |
2020-05-04 | efi_loader: disk: add efi_disk_is_system_part() | AKASHI Takahiro |
2020-05-04 | efi_loader: factor out the common code from efi_transfer_secure_state() | AKASHI Takahiro |
2020-05-04 | efi_loader: fix unreachable statement in efi_sigstore_parse_siglist | AKASHI Takahiro |
2020-05-04 | lib/crypto, efi_loader: move some headers to include/crypto | AKASHI Takahiro |
2020-04-30 | efi_loader: identify EFI system partition | Heinrich Schuchardt |
2020-04-16 | Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo... | Tom Rini |
2020-04-16 | x86: Move acpi_table header to main include/ directory | Simon Glass |
2020-04-16 | efi_loader: set up secure boot | AKASHI Takahiro |
2020-04-16 | efi_loader: image_loader: support image authentication | AKASHI Takahiro |
2020-04-16 | efi_loader: variable: add VendorKeys variable | AKASHI Takahiro |
2020-04-16 | efi_loader: variable: add secure boot state transition | AKASHI Takahiro |
2020-04-16 | efi_loader: variable: support variable authentication | AKASHI Takahiro |
2020-04-16 | efi_loader: add signature database parser | AKASHI Takahiro |
2020-04-16 | efi_loader: add signature verification functions | AKASHI Takahiro |
2020-04-16 | efi_loader: add CONFIG_EFI_SECURE_BOOT config option | AKASHI Takahiro |
2020-04-16 | efi_loader: function descriptions efi_watchdog.c | Heinrich Schuchardt |