public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/9] j721e: Add HyperFlash boot support
@ 2022-05-09  6:20 Vaishnav Achath
  2022-05-09  6:20 ` [PATCH 1/9] arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller node Vaishnav Achath
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Vaishnav Achath @ 2022-05-09  6:20 UTC (permalink / raw)
  To: u-boot, a-govindraju, vigneshr, s-anna, kishon, kristo, j-keerthy,
	p.yadav
  Cc: vaishnav.a

This series adds support for Hyperflash boot for J721E, the changeset
includes the missing pieces from:
https://lore.kernel.org/all/20191010055207.26831-1-vigneshr@ti.com/T/#r2f1578fff04474473c82261670b88d2af16841ef
and minor changes to support both OSPI and HyperFlash boot based on
the Hypermux selection state similar to as done for J7200.

Changes were tested on J721E SR1.1 for Hyperflash and OSPI boot.

Thanks and Regards,
Vaishnav

Vaishnav Achath (9):
  arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller node
  arm: dts: k3-j721e-som-p0: Add HyperFlash node
  arm: dts: k3-j721e-r5-common-proc-board: Add HyperFlash node
  arm: dts: k3-j721e-common-proc-board-u-boot: enable HyperFlash in SPL
  arm: dts: k3-j721e-common-proc-board: enable  hyperflash mux sel GPIO
  arm: k3: sysfw-loader: add hyperflash support
  configs: j721e_evm.h: define CONFIG_SYS_FLASH_BASE
  ti: j721e: enable hyperflash spl fixup for j721e
  configs: j721e_evm_defconfig: Add HBMC related configs

 .../k3-j721e-common-proc-board-u-boot.dtsi    | 24 ++++++++
 arch/arm/dts/k3-j721e-common-proc-board.dts   | 11 ++++
 arch/arm/dts/k3-j721e-mcu-wakeup.dtsi         | 20 ++++++-
 .../arm/dts/k3-j721e-r5-common-proc-board.dts | 45 +++++++++++++++
 arch/arm/dts/k3-j721e-som-p0.dtsi             | 32 +++++++++++
 arch/arm/mach-k3/sysfw-loader.c               | 28 +++++++++
 board/ti/j721e/evm.c                          | 57 ++++++++++++++++++-
 configs/j721e_evm_a72_defconfig               |  5 ++
 configs/j721e_evm_r5_defconfig                | 14 +++++
 include/configs/j721e_evm.h                   |  2 +
 10 files changed, 234 insertions(+), 4 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-06-10 21:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09  6:20 [PATCH 0/9] j721e: Add HyperFlash boot support Vaishnav Achath
2022-05-09  6:20 ` [PATCH 1/9] arm: dts: k3-j721e-mcu-wakeup: Add HyperBus Controller node Vaishnav Achath
2022-06-10 21:39   ` Tom Rini
2022-05-09  6:20 ` [PATCH 2/9] arm: dts: k3-j721e-som-p0: Add HyperFlash node Vaishnav Achath
2022-05-09  6:20 ` [PATCH 3/9] arm: dts: k3-j721e-r5-common-proc-board: " Vaishnav Achath
2022-05-09  6:20 ` [PATCH 4/9] arm: dts: k3-j721e-common-proc-board-u-boot: enable HyperFlash in SPL Vaishnav Achath
2022-05-09  6:20 ` [PATCH 5/9] arm: dts: k3-j721e-common-proc-board: enable hyperflash mux sel GPIO Vaishnav Achath
2022-05-09  6:20 ` [PATCH 6/9] arm: k3: sysfw-loader: add hyperflash support Vaishnav Achath
2022-05-09  6:20 ` [PATCH 7/9] configs: j721e_evm.h: define CONFIG_SYS_FLASH_BASE Vaishnav Achath
2022-05-09  6:20 ` [PATCH 8/9] ti: j721e: enable hyperflash spl fixup for j721e Vaishnav Achath
2022-05-09  6:20 ` [PATCH 9/9] configs: j721e_evm_defconfig: Add HBMC related configs Vaishnav Achath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox