mbox series

[0/5] J7200: Add HyperFlash boot support

Message ID 20200813092619.21027-1-vigneshr@ti.com
Headers show
Series J7200: Add HyperFlash boot support | expand

Message

Raghavendra, Vignesh Aug. 13, 2020, 9:26 a.m. UTC
Add support to boot from HyperFlash on J7200 SoC

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

 .../k3-j7200-common-proc-board-u-boot.dtsi    | 28 +++++++++++++
 .../arm/dts/k3-j7200-r5-common-proc-board.dts | 40 +++++++++++++++++++
 arch/arm/mach-k3/include/mach/j721e_spl.h     |  1 +
 board/ti/j721e/evm.c                          |  7 ++++
 configs/j7200_evm_a72_defconfig               |  3 ++
 configs/j7200_evm_r5_defconfig                | 13 ++++++
 include/configs/j721e_evm.h                   |  2 +
 7 files changed, 94 insertions(+)

Comments

Lokesh Vutla Sept. 15, 2020, 1:45 p.m. UTC | #1
On 13/08/20 2:56 pm, Vignesh Raghavendra wrote:
> Add support to boot from HyperFlash on J7200 SoC

Applied to u-boot-ti.

Thanks and regards,
Lokesh