[GIT PULL] TI changes for v2021.01 next

Hi Tom, Please find the PR for next branch targeted for v2021.01. Details about the PR are updated in the tag message.
Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/727363752
The following changes since commit 96d66a9b8ce11aae9f8bef5244b83b4740b37644:
Prepare v2020.10-rc4 (2020-09-07 14:17:33 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-next
for you to fetch changes up to 5ba2883160d15b669957dcc50be2733a9b4abe94:
configs: Add spiboot support for am335x (2020-09-15 18:51:53 +0530)
---------------------------------------------------------------- - Hyperflash boot for J7200 - Update Main R5FSS lockstep mode - R5F remoteproc support for J7200 - Minor env fixes - Add SPI boot support for am335x-icev2
---------------------------------------------------------------- Faiz Abbas (5): arm: dts: am335x-icev2: Add spi node spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failures arm: mach-omap2: am33xx: Add device structure for spi spi: omap3_spi: Read platform data in ofdata_to_platdata() configs: Add spiboot support for am335x
Matwey V. Kornilov (2): ti: Use devtype=mmc instead of setenv devtype mmc am335x_evm: Allow booting from usb-storage device
Suman Anna (14): arm: dts: k3-j721e-main: Configure MAIN R5FSS1 for Split-mode configs: j721e_evm: Add Main R5FSS1 Core1 to default rproc boot list env: ti: j721e-evm: Limit scope of rproc env variables used by R5 SPL dt-bindings: remoteproc: k3-r5f: Update bindings for J7200 SoCs remoteproc: k3-r5: Add support for J7200 R5Fs armv8: K3: j7200: Add custom MMU support arm: dts: k3-j7200-mcu: Add MCU domain R5F cluster node arm: dts: k3-j7200-main: Add MAIN domain R5F cluster nodes env: ti: j721e-evm: Update rproc_fw_binaries env variable for J7200 configs: j7200_evm_a72: Enable R5F remoteproc driver configs: j7200_evm_a72: Enhance bootcmd to start remoteprocs env: ti: j721e-evm: Update R5 SPL rproc env variables for J7200 arm: dts: k3-j7200-r5: Add fs_loader node configs: j7200_evm_r5: Enable FS_LOADER
Vignesh Raghavendra (5): arm: mach-k3: Add HyperFlash boot mode support board: ti: j721e: Add support for HyperFlash detection ARM: dts: k3-j7200-r5-common-proc-board: Enable HyperFlash configs: j7200_evm_*_defconfig: Enable HyperFlash boot related configs configs: j721e_evm.h: Add U-Boot image address for HyperFlash boot
arch/arm/dts/am335x-icev2.dts | 50 ++++++++++ .../arm/dts/k3-j7200-common-proc-board-u-boot.dtsi | 28 ++++++ arch/arm/dts/k3-j7200-common-proc-board.dts | 7 ++ arch/arm/dts/k3-j7200-main.dtsi | 40 ++++++++ arch/arm/dts/k3-j7200-mcu-wakeup.dtsi | 40 ++++++++ arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 46 +++++++++ arch/arm/dts/k3-j721e-main.dtsi | 2 +- arch/arm/mach-k3/arm64-mmu.c | 59 +++++++++++- arch/arm/mach-k3/include/mach/j721e_spl.h | 1 + arch/arm/mach-omap2/am33xx/board.c | 18 ++++ board/ti/am335x/MAINTAINERS | 1 + board/ti/j721e/evm.c | 7 ++ configs/am335x_evm_spiboot_defconfig | 93 ++++++++++++++++++ configs/j7200_evm_a72_defconfig | 7 +- configs/j7200_evm_r5_defconfig | 14 +++ .../remoteproc/ti,k3-r5f-rproc.txt | 5 +- drivers/remoteproc/ti_k3_r5f_rproc.c | 99 +++++++++++++++++-- drivers/spi/omap3_spi.c | 107 ++++++--------------- drivers/spi/spi-uclass.c | 2 +- include/configs/am335x_evm.h | 9 +- include/configs/j721e_evm.h | 38 +++++++- include/environment/ti/mmc.h | 2 +- include/omap3_spi.h | 78 +++++++++++++++ 23 files changed, 650 insertions(+), 103 deletions(-) create mode 100644 configs/am335x_evm_spiboot_defconfig create mode 100644 include/omap3_spi.h

On Tue, Sep 15, 2020 at 11:31:13PM +0530, Lokesh Vutla wrote:
Hi Tom, Please find the PR for next branch targeted for v2021.01. Details about the PR are updated in the tag message.
Travis CI build: https://travis-ci.org/github/lokeshvutla/u-boot/builds/727363752
The following changes since commit 96d66a9b8ce11aae9f8bef5244b83b4740b37644:
Prepare v2020.10-rc4 (2020-09-07 14:17:33 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git tags/ti-v2021.01-next
for you to fetch changes up to 5ba2883160d15b669957dcc50be2733a9b4abe94:
configs: Add spiboot support for am335x (2020-09-15 18:51:53 +0530)
Applied to u-boot/next, thanks!
participants (2)
-
Lokesh Vutla
-
Tom Rini