summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Azure/GitLab: Update to latest containerWIP/14Jul2020Tom Rini2020-07-142-2/+2
* Merge tag 'ti-v2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-07-1426-690/+929
|\
| * arm: k3: use correct weak function name spl_board_prepare_for_linuxPatrick Delaunay2020-07-131-1/+1
| * mmc: omap_hsmmc: Set 3.3V for IO voltage on all placesPali Rohár2020-07-131-1/+1
| * arm: k3: Consolidate and silence k3_fit_atf.sh callJan Kiszka2020-07-131-8/+9
| * omap3_beagle: Finish current outstanding DM migrationsTom Rini2020-07-132-70/+3
| * ARM: da850-evm: Unify config options with KconfigAdam Ford2020-07-134-24/+8
| * README: davinci: Clarify when SPL is used and the target devices.Adam Ford2020-07-131-3/+7
| * arm: dts: k3-am65: Sync CPSW DT node from kernelVignesh Raghavendra2020-07-132-53/+85
| * arm: dts: k3-j721e: Sync CPSW DT node from kernelVignesh Raghavendra2020-07-132-73/+75
| * net: ti: am65-cpsw-nuss: Update driver to use kernel DTVignesh Raghavendra2020-07-131-1/+1
| * net: ti: am65-cpsw-nuss: Set ALE default thread enableVignesh Raghavendra2020-07-131-0/+6
| * net: ti: am65-cpsw-nuss: Remove dead codeVignesh Raghavendra2020-07-131-7/+0
| * dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pairVignesh Raghavendra2020-07-131-37/+15
| * dma: ti: k3-udma: Move RX descriptor ring entries to rflow structVignesh Raghavendra2020-07-131-24/+28
| * dma: ti: k3-udma: Introduce udma_chan_config structVignesh Raghavendra2020-07-131-89/+108
| * soc: ti: k3-ringacc: Separate soc specific initializationVignesh Raghavendra2020-07-131-9/+40
| * soc: ti: k3-ringacc: Add an API to request pair of ringsVignesh Raghavendra2020-07-132-0/+27
| * soc: ti: k3-ringacc: Move state tracking variables under a structVignesh Raghavendra2020-07-131-43/+46
| * arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DTVignesh Raghavendra2020-07-135-245/+112
| * dma: ti: k3-udma: Update driver to use static endpoint DataVignesh Raghavendra2020-07-132-43/+103
| * dma: ti: Add static PSIL endpoint informationVignesh Raghavendra2020-07-137-0/+295
* | Merge tag 'efi-2020-10-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/13Jul2020Tom Rini2020-07-1328-1284/+1864
|\ \ | |/ |/|
| * efi_selftest: adjust runtime test for variablesHeinrich Schuchardt2020-07-111-7/+6
| * efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt2020-07-113-5/+17
| * efi_loader: use memory based variable storageHeinrich Schuchardt2020-07-111-468/+94
| * efi_loader: memory buffer for variablesHeinrich Schuchardt2020-07-113-0/+321
| * efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt2020-07-112-0/+22
| * efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt2020-07-112-0/+8
| * efi_loader: export efi_convert_pointer()Heinrich Schuchardt2020-07-112-5/+6
| * efi_loader: UEFI variable persistenceHeinrich Schuchardt2020-07-115-1/+319
| * efi_loader: secure boot flagHeinrich Schuchardt2020-07-111-6/+2
| * efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt2020-07-111-9/+13
| * efi_loader: value of VendorKeysHeinrich Schuchardt2020-07-111-60/+15
| * efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt2020-07-111-12/+12
| * efi_loader: simplify boot managerHeinrich Schuchardt2020-07-111-16/+12
| * efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt2020-07-111-28/+31
| * efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt2020-07-114-79/+133
| * 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