summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/10Jul2020Tom Rini2020-07-1028-1257/+1867
|\
| * efi_selftest: adjust runtime test for variablesHeinrich Schuchardt2020-07-091-7/+6
| * efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt2020-07-093-5/+17
| * efi_loader: use memory based variable storageHeinrich Schuchardt2020-07-091-463/+93
| * efi_loader: memory buffer for variablesHeinrich Schuchardt2020-07-093-0/+321
| * efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt2020-07-092-0/+22
| * efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt2020-07-092-0/+8
| * efi_loader: export efi_convert_pointer()Heinrich Schuchardt2020-07-092-5/+6
| * efi_loader: UEFI variable persistenceHeinrich Schuchardt2020-07-095-1/+319
| * efi_loader: secure boot flagHeinrich Schuchardt2020-07-091-6/+2
| * efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt2020-07-091-9/+13
| * efi_loader: value of VendorKeysHeinrich Schuchardt2020-07-091-60/+15
| * efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt2020-07-091-12/+12
| * efi_loader: simplify boot managerHeinrich Schuchardt2020-07-091-16/+12
| * efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt2020-07-091-28/+31
| * efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt2020-07-094-79/+133
| * efi_loader: display RO attribute in printenv -eHeinrich Schuchardt2020-07-091-8/+16
| * efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt2020-07-096-181/+193
| * fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt2020-07-091-2/+7
| * efi_loader: NULL dereference in efi_convert_pointerHeinrich Schuchardt2020-07-091-1/+2
| * efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt2020-07-091-4/+8
| * efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt2020-07-091-1/+1
| * efi_loader: cleanup for tee backed variablesIlias Apalodimas2020-07-091-5/+3
| * lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro2020-07-092-4/+7
| * test/py: efi_secboot: add a test for verifying with digest of signed imageAKASHI Takahiro2020-07-092-0/+59
| * test/py: efi_secboot: add a test for multiple signaturesAKASHI Takahiro2020-07-092-1/+59
| * test/py: efi_secboot: add a test against certificate revocationAKASHI Takahiro2020-07-092-1/+31
| * test/py: efi_secboot: split "signed image" test case-1 into two casesAKASHI Takahiro2020-07-091-28/+38
| * test/py: efi_secboot: more fixes against pylintAKASHI Takahiro2020-07-094-83/+79
| * test/py: efi_secboot: apply autopep8AKASHI Takahiro2020-07-095-60/+67
| * efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro2020-07-093-75/+99
| * efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro2020-07-093-156/+198
| * efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro2020-07-091-29/+17
| * efi_loader: signature: fix a size check against revocation listAKASHI Takahiro2020-07-091-2/+3
| * efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro2020-07-091-8/+21
| * efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro2020-07-091-12/+44
| * lib/crypto: use qualified path for x509_parser.hHeinrich Schuchardt2020-07-091-1/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/09Jul2020Tom Rini2020-07-0932-165/+655
|\ \
| * | x86: apl: Re-enable loading of SPLSimon Glass2020-07-091-1/+1
| * | spi: Remove unnecessary #ifdefs in header fileSimon Glass2020-07-091-7/+6
| * | bootstage: Fix 'stacked' typoSimon Glass2020-07-091-1/+1
| * | linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLEDRasmus Villemoes2020-07-091-3/+45
| * | linux/kconfig.h: remove unused helper macrosRasmus Villemoes2020-07-092-37/+5
| * | linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*Rasmus Villemoes2020-07-091-19/+8
| * | arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng2020-07-091-1/+1
| * | x86: minnowmax: Drop screen resolution to 1024x768Simon Glass2020-07-091-1/+1
| * | minnowmax: Enable the copy framebufferSimon Glass2020-07-092-2/+30
| * | chromebook_link: Enable the copy framebufferSimon Glass2020-07-092-7/+21
| * | chromebook_samus: Enable the copy framebufferSimon Glass2020-07-092-2/+16
| * | x86: video: Support copy framebuffer with probed devicesSimon Glass2020-07-092-0/+24