aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-13dma: ti: k3-udma: Introduce udma_chan_config structVignesh Raghavendra1-89/+108
2020-07-13soc: ti: k3-ringacc: Separate soc specific initializationVignesh Raghavendra1-9/+40
2020-07-13soc: ti: k3-ringacc: Add an API to request pair of ringsVignesh Raghavendra2-0/+27
2020-07-13soc: ti: k3-ringacc: Move state tracking variables under a structVignesh Raghavendra1-43/+46
2020-07-13arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DTVignesh Raghavendra5-245/+112
2020-07-13dma: ti: k3-udma: Update driver to use static endpoint DataVignesh Raghavendra2-43/+103
2020-07-13dma: ti: Add static PSIL endpoint informationVignesh Raghavendra7-0/+295
2020-07-11Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini101-7887/+107
2020-07-11efi_selftest: adjust runtime test for variablesHeinrich Schuchardt1-7/+6
2020-07-11efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt3-5/+17
2020-07-11efi_loader: use memory based variable storageHeinrich Schuchardt1-468/+94
2020-07-11efi_loader: memory buffer for variablesHeinrich Schuchardt3-0/+321
2020-07-11efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt2-0/+22
2020-07-11efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt2-0/+8
2020-07-11efi_loader: export efi_convert_pointer()Heinrich Schuchardt2-5/+6
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt5-1/+319
2020-07-11efi_loader: secure boot flagHeinrich Schuchardt1-6/+2
2020-07-11efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt1-9/+13
2020-07-11efi_loader: value of VendorKeysHeinrich Schuchardt1-60/+15
2020-07-11efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt1-12/+12
2020-07-11efi_loader: simplify boot managerHeinrich Schuchardt1-16/+12
2020-07-11efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt1-28/+31
2020-07-11efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt4-79/+133
2020-07-11efi_loader: display RO attribute in printenv -eHeinrich Schuchardt1-8/+16
2020-07-11efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt6-181/+193
2020-07-11fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt1-2/+7
2020-07-11efi_loader: NULL dereference in efi_convert_pointerHeinrich Schuchardt1-1/+2
2020-07-11efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt1-4/+8
2020-07-11efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt1-1/+1
2020-07-11efi_loader: cleanup for tee backed variablesIlias Apalodimas1-5/+3
2020-07-11lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro2-4/+7
2020-07-11test: use virt-make-fs to build imageHeinrich Schuchardt2-30/+4
2020-07-11test/py: efi_secboot: add a test for verifying with digest of signed imageAKASHI Takahiro2-0/+59
2020-07-11test/py: efi_secboot: add a test for multiple signaturesAKASHI Takahiro2-1/+59
2020-07-11test/py: efi_secboot: add a test against certificate revocationAKASHI Takahiro2-1/+31
2020-07-11test/py: efi_secboot: split "signed image" test case-1 into two casesAKASHI Takahiro1-28/+38
2020-07-11test/py: efi_secboot: more fixes against pylintAKASHI Takahiro4-83/+79
2020-07-11test/py: efi_secboot: apply autopep8AKASHI Takahiro5-60/+67
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro3-75/+99
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro3-156/+198
2020-07-11efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro1-29/+17
2020-07-11efi_loader: signature: fix a size check against revocation listAKASHI Takahiro1-2/+3
2020-07-11efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro1-8/+21
2020-07-11efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro1-12/+44
2020-07-11lib/crypto: use qualified path for x509_parser.hHeinrich Schuchardt1-1/+1
2020-07-11Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini47-593/+432
2020-07-11ARM: uniphier: remove NAND reset codeMasahiro Yamada4-55/+0
2020-07-11mtd: nand: raw: denali: Wait for reset completion statusLey Foon Tan3-1/+17
2020-07-11mtd: nand: raw: denali: Assert reset before deassertLey Foon Tan1-0/+2
2020-07-11serial: uniphier: enable FIFOMasahiro Yamada1-0/+7