| Commit message (Expand) | Author | Age | Files | Lines |
* | efi_loader: imply FAT, FAT_WRITE | Heinrich Schuchardt | 2020-07-03 | 1 | -0/+2 |
* | efi_loader: export initialization state | Heinrich Schuchardt | 2020-07-03 | 1 | -1/+1 |
* | efi_loader: rtc_mktime() called twice | Heinrich Schuchardt | 2020-07-03 | 1 | -1/+1 |
* | efi_loader: use log function in boot manager | Heinrich Schuchardt | 2020-07-03 | 1 | -11/+15 |
* | efi_loader: time based authentication | Heinrich Schuchardt | 2020-07-03 | 1 | -6/+11 |
* | efi_loader: add missing validation of timestamp | Heinrich Schuchardt | 2020-07-03 | 1 | -1/+5 |
* | efi_loader: fix efi_image_region_add() | Heinrich Schuchardt | 2020-07-03 | 1 | -16/+19 |
* | efi_loader: image_loader: replace debug to EFI_PRINT | AKASHI Takahiro | 2020-07-03 | 1 | -31/+33 |
* | efi_loader: variable: replace debug to EFI_PRINT | AKASHI Takahiro | 2020-07-03 | 1 | -13/+14 |
* | efi_loader: signature: replace debug to EFI_PRINT | AKASHI Takahiro | 2020-07-03 | 1 | -59/+62 |
* | efi_loader: change efi objects initialization order | AKASHI Takahiro | 2020-07-03 | 1 | -3/+4 |
* | efi_loader: fix incorrect use of EFI_EXIT() | Heinrich Schuchardt | 2020-06-29 | 1 | -1/+1 |
* | efi_loader: size of secure boot variables | Heinrich Schuchardt | 2020-06-24 | 1 | -6/+6 |
* | efi_loader: type of efi_secure_mode | Heinrich Schuchardt | 2020-06-24 | 1 | -1/+1 |
* | efi_loader: printf code in efi_image_parse() | Heinrich Schuchardt | 2020-06-14 | 1 | -1/+1 |
* | efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL | Heinrich Schuchardt | 2020-06-05 | 1 | -9/+115 |
* | efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c | AKASHI Takahiro | 2020-06-03 | 2 | -1/+1 |
* | efi_loader: simplify PE consistency check | Heinrich Schuchardt | 2020-06-03 | 1 | -9/+6 |
* | efi_loader: function description cmp_pe_section() | Heinrich Schuchardt | 2020-06-03 | 1 | -6/+8 |
* | efi_loader: function descriptions efi_image_loader.c | Heinrich Schuchardt | 2020-06-03 | 1 | -4/+4 |
* | efi_loader: allow compiling with clang | Heinrich Schuchardt | 2020-06-03 | 1 | -5/+5 |
* | efi_loader: validate load option | Heinrich Schuchardt | 2020-06-03 | 1 | -9/+39 |
* | efi_loader: check device path is not installed twice | Heinrich Schuchardt | 2020-05-21 | 1 | -7/+18 |
* | efi_loader: device path for SATA devices | Heinrich Schuchardt | 2020-05-21 | 2 | -0/+31 |
* | efi_loader: device path for virtio block devices | Heinrich Schuchardt | 2020-05-21 | 1 | -0/+30 |
* | efi_loader: initialize root node first | Heinrich Schuchardt | 2020-05-21 | 1 | -5/+5 |
* | efi_loader: Remove unnecessary debug | Pragnesh Patel | 2020-05-21 | 1 | -2/+0 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 9 | -0/+9 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop part.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | part: Drop disk_partition_t typedef | Simon Glass | 2020-05-18 | 3 | -6/+6 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | common: Drop uuid.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | efi_loader: Implement EFI variable handling via OP-TEE | Ilias Apalodimas | 2020-05-17 | 3 | -0/+675 |
* | efi_loader: round the memory area in efi_add_memory_map() | Michael Walle | 2020-05-17 | 2 | -16/+41 |
* | efi_loader: variable: check a return value of uuid__str_to_bin() | AKASHI Takahiro | 2020-05-09 | 1 | -1/+4 |
* | efi_loader: image_loader: fix a Coverity check against array access | AKASHI Takahiro | 2020-05-09 | 1 | -3/+3 |
* | efi_loader: crypto/pkcs7_parser.h is not a local include | Heinrich Schuchardt | 2020-05-07 | 1 | -1/+1 |
* | efi_loader: pkcs7_parse_message() returns error pointer | Patrick Wildt | 2020-05-07 | 1 | -1/+3 |
* | efi_loader: efi_variable_parse_signature() returns NULL on error | Patrick Wildt | 2020-05-07 | 1 | -2/+1 |
* | efi_loader: do not unnecessarily use EFI_CALL() | Heinrich Schuchardt | 2020-05-07 | 1 | -15/+19 |
* | efi_loader: error handling in efi_set_variable_common(). | Heinrich Schuchardt | 2020-05-07 | 1 | -1/+1 |
* | efi_loader: remove redundant assignment in dp_fill() | Heinrich Schuchardt | 2020-05-07 | 1 | -1/+1 |
* | kbuild: efi: Avoid rebuilding efi targets | Jan Kiszka | 2020-05-07 | 1 | -0/+1 |
* | efi_loader: change setup sequence | Heinrich Schuchardt | 2020-05-04 | 1 | -5/+5 |
* | efi_loader: correct comments for efi_status_t | Heinrich Schuchardt | 2020-05-04 | 3 | -5/+5 |
* | efi_loader: eliminate efi_set_(non)volatile_variable | Heinrich Schuchardt | 2020-05-04 | 1 | -104/+37 |
* | efi_loader: eliminate efi_get_(non)volatile_variable | Heinrich Schuchardt | 2020-05-04 | 1 | -29/+3 |
* | efi_loader: disk: add efi_disk_is_system_part() | AKASHI Takahiro | 2020-05-04 | 1 | -0/+29 |