aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: display RO attribute in printenv -eHeinrich Schuchardt2020-07-111-8/+16
* efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt2020-07-116-181/+193
* fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt2020-07-111-2/+7
* efi_loader: NULL dereference in efi_convert_pointerHeinrich Schuchardt2020-07-111-1/+2
* efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt2020-07-111-4/+8
* efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt2020-07-111-1/+1
* efi_loader: cleanup for tee backed variablesIlias Apalodimas2020-07-111-5/+3
* lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro2020-07-112-4/+7
* test: use virt-make-fs to build imageHeinrich Schuchardt2020-07-112-30/+4
* test/py: efi_secboot: add a test for verifying with digest of signed imageAKASHI Takahiro2020-07-112-0/+59
* test/py: efi_secboot: add a test for multiple signaturesAKASHI Takahiro2020-07-112-1/+59
* test/py: efi_secboot: add a test against certificate revocationAKASHI Takahiro2020-07-112-1/+31
* test/py: efi_secboot: split "signed image" test case-1 into two casesAKASHI Takahiro2020-07-111-28/+38
* test/py: efi_secboot: more fixes against pylintAKASHI Takahiro2020-07-114-83/+79
* test/py: efi_secboot: apply autopep8AKASHI Takahiro2020-07-115-60/+67
* efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro2020-07-113-75/+99
* efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro2020-07-113-156/+198
* efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro2020-07-111-29/+17
* efi_loader: signature: fix a size check against revocation listAKASHI Takahiro2020-07-111-2/+3
* efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro2020-07-111-8/+21
* efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro2020-07-111-12/+44
* lib/crypto: use qualified path for x509_parser.hHeinrich Schuchardt2020-07-111-1/+1
* Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-07-1095-313/+1030
|\
| * dtoc: add test for cd-gpiosWalter Lozano2020-07-092-0/+109
| * dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2020-07-092-7/+11
| * arm: dts: include gpio nodes for card detectWalter Lozano2020-07-095-1/+24
| * dm: doc: update of-plat with new phandle supportWalter Lozano2020-07-091-8/+16
| * dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-0910-65/+100
| * sandbox: Move section u_boot_list to make it RWWalter Lozano2020-07-091-1/+1
| * core: extend struct driver_info to point to deviceWalter Lozano2020-07-094-3/+56
| * core: drop const for struct driver_infoWalter Lozano2020-07-093-3/+3
| * dm: doc: update of-plat with the support for driver aliasesWalter Lozano2020-07-091-1/+13
| * dtoc: add option to disable warningsWalter Lozano2020-07-093-34/+85
| * dtoc: add support to scan driversWalter Lozano2020-07-093-4/+145
| * core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-0914-0/+35
| * dtoc: add missing code commentsWalter Lozano2020-07-091-0/+3
| * drivers: rename drivers to match compatible stringWalter Lozano2020-07-0945-120/+106
| * test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()Bin Meng2020-07-091-0/+69
| * test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()Bin Meng2020-07-091-1/+1
| * test/dm: fdtdec: Add the missing gd declarationBin Meng2020-07-091-0/+2
| * cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt2020-07-091-3/+8
| * log: use BIT() instead of 1 <<Heinrich Schuchardt2020-07-092-14/+14
| * log: don't show function by defaultHeinrich Schuchardt2020-07-096-10/+54
| * checkpatch: Don't warn about PREFER_IF in headers/DT filesSimon Glass2020-07-092-1/+3
| * patman: Add tests for the rest of the checkpatch checksSimon Glass2020-07-091-4/+43
| * patman: Decode output from the '--show-types' optionSimon Glass2020-07-092-11/+17
| * patman: Add a test for the 'possible new uclass' checkSimon Glass2020-07-091-0/+77
| * patman: Rename test.py to test_checkpatch.pySimon Glass2020-07-092-6/+5
| * dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass2020-07-091-1/+1
| * log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt2020-07-091-0/+4