aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-15github: azure: Update our GitHub template to note for CITom Rini1-0/+3
2020-07-14Merge tag 'ti-v2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini26-690/+929
2020-07-13Merge tag 'efi-2020-10-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini28-1284/+1864
2020-07-13arm: k3: use correct weak function name spl_board_prepare_for_linuxPatrick Delaunay1-1/+1
2020-07-13mmc: omap_hsmmc: Set 3.3V for IO voltage on all placesPali Rohár1-1/+1
2020-07-13arm: k3: Consolidate and silence k3_fit_atf.sh callJan Kiszka1-8/+9
2020-07-13omap3_beagle: Finish current outstanding DM migrationsTom Rini2-70/+3
2020-07-13ARM: da850-evm: Unify config options with KconfigAdam Ford4-24/+8
2020-07-13README: davinci: Clarify when SPL is used and the target devices.Adam Ford1-3/+7
2020-07-13arm: dts: k3-am65: Sync CPSW DT node from kernelVignesh Raghavendra2-53/+85
2020-07-13arm: dts: k3-j721e: Sync CPSW DT node from kernelVignesh Raghavendra2-73/+75
2020-07-13net: ti: am65-cpsw-nuss: Update driver to use kernel DTVignesh Raghavendra1-1/+1
2020-07-13net: ti: am65-cpsw-nuss: Set ALE default thread enableVignesh Raghavendra1-0/+6
2020-07-13net: ti: am65-cpsw-nuss: Remove dead codeVignesh Raghavendra1-7/+0
2020-07-13dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pairVignesh Raghavendra1-37/+15
2020-07-13dma: ti: k3-udma: Move RX descriptor ring entries to rflow structVignesh Raghavendra1-24/+28
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