summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-10-rc1-4' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/16Jul2020Tom Rini2020-07-1621-339/+552
|\
| * efi_loader: simplify 'printenv -e'Heinrich Schuchardt2020-07-162-90/+23
| * efi_loader: describe EFI_VAR_FILE_MAGICHeinrich Schuchardt2020-07-161-1/+5
| * efi_loader: pre-seed UEFI variablesHeinrich Schuchardt2020-07-167-10/+73
| * efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt2020-07-163-13/+60
| * efi_loader: configuration of variables storeHeinrich Schuchardt2020-07-161-12/+18
| * doc: provide links to Microsoft UEFI certificatesHeinrich Schuchardt2020-07-161-0/+9
| * efi_loader: update secure stateHeinrich Schuchardt2020-07-161-0/+10
| * efi_loader: restructure code for TEE variablesHeinrich Schuchardt2020-07-163-159/+162
| * efi_loader: display RO attribute with TEE-backed variablesIlias Apalodimas2020-07-162-6/+179
| * efi_loader: skip warnings for network configurationHeinrich Schuchardt2020-07-161-5/+11
| * efi_selftest: enable 'bootefi hello'Heinrich Schuchardt2020-07-161-0/+1
| * cmd: fix lsblk commandHeinrich Schuchardt2020-07-162-0/+3
| * cmd: drop fitupd commandHeinrich Schuchardt2020-07-165-45/+0
* | Merge tag 'mmc-7-24-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/15Jul2020Tom Rini2020-07-152-8/+49
|\ \ | |/ |/|
| * mmc_spi: generate R1b response for erase and stop transmission commandPragnesh Patel2020-07-141-4/+28
| * mmc: mmc_spi: Generate R1 response for erase block start and end addressPragnesh Patel2020-07-141-0/+2
| * mmc: mmc_spi: Read R2 response for send status command - CMD13Pragnesh Patel2020-07-141-3/+8
| * mmc: read ssr for SD spiPragnesh Patel2020-07-142-0/+6
| * mmc: mmc_spi: generate R1 response for different mmc SPI commandsPragnesh Patel2020-07-141-0/+2
| * mmc: mmc_spi: correct the while conditionPragnesh Patel2020-07-141-1/+3
* | Merge branch '2020-07-15-ci-updates'Tom Rini2020-07-153-8/+15
|\ \
| * | Azure: copy GRUB to correct build pathHeinrich Schuchardt2020-07-151-4/+6
| * | .gitlab-ci.yml: copy GRUB to correct build pathHeinrich Schuchardt2020-07-151-4/+6
| * | github: azure: Update our GitHub template to note for CITom Rini2020-07-151-0/+3
|/ /
* | 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