
Hi Tom, Please find the pull request for v2020.04-rc3 containing TI specific changes.
Travis-CI build: https://travis-ci.org/lokeshvutla/u-boot/builds/650270755
Thanks and regards, Lokesh
The following changes since commit 01e7a40e395aefea94e9fb943b9447f7d0fd7efa:
Merge tag 'arc-fixes-for-2020.04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc (2020-02-12 17:20:25 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2020.04-rc3
for you to fetch changes up to 96dd223c2933a9190411f52ab0654f50feca3005:
armV7R: K3: am654: Activate early console functionality (2020-02-13 21:39:18 +0530)
----------------------------------------------------------------
Below are the major changes in this PR:
K3 J721E/AM65X: - UART boot fixes for J721E - Enabling debug uart for AM65x
DRA7xx/AM57xx: - Preveinting boot from Invalid boot configuration for AM57xx
Keysonte2: - Linux Boot fixes for K2 platforms.
AM33/AM43/Davinci: - Ethernt boot fixes for AM43XX - USB Host boot fixes for AM43XX
---------------------------------------------------------------- Andreas Dannenberg (2): arm: K3: j721e: Fix boot parameter table index memory address armV7R: K3: am654: Activate early console functionality
Faiz Abbas (4): arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi configs: am43xx_evm: Enable SPL_ETH_SUPPORT configs: am43xx_evm_usbhost: Add configs for USB Host boot mode configs: am43xx_evm_usbhost_boot: Add device for environment
Lokesh Vutla (3): arm: dts: k3-j721e-r5-common-proc-board: Disable power-domains for mcu uart configs: j721e_evm_r5: Enable early cons arm: mach-k3: Fix nomenclature on Silicon Revisions
Roger Quadros (1): board: ti: am57xx-idk: Prevent boot for invalid configuation
Tero Kristo (1): ARM: keystone2: enable initrd fixup for LPAE addressing
arch/arm/dts/am437x-gp-evm-u-boot.dtsi | 16 ++++++++++++++++ arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 4 ++++ arch/arm/mach-k3/Kconfig | 2 +- arch/arm/mach-k3/am6_init.c | 10 ++++++++++ arch/arm/mach-k3/common.c | 2 +- board/ti/am57xx/board.c | 13 +++++++++++++ configs/am43xx_evm_defconfig | 1 + configs/am43xx_evm_usbhost_boot_defconfig | 12 ++++++++++++ configs/j721e_evm_r5_defconfig | 1 + include/configs/ti_armv7_keystone2.h | 1 + 10 files changed, 60 insertions(+), 2 deletions(-)