public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Vaishnav Achath <vaishnav.a@ti.com>
To: <u-boot@lists.denx.de>, <a-govindraju@ti.com>, <vigneshr@ti.com>,
	<s-anna@ti.com>, <kishon@ti.com>, <kristo@kernel.org>,
	<j-keerthy@ti.com>, <p.yadav@ti.com>
Cc: <vaishnav.a@ti.com>
Subject: [PATCH 0/9] j721e: Add HyperFlash boot support
Date: Mon, 9 May 2022 11:50:08 +0530	[thread overview]
Message-ID: <20220509062017.27623-1-vaishnav.a@ti.com> (raw)

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


             reply	other threads:[~2022-05-09 12:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09  6:20 Vaishnav Achath [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220509062017.27623-1-vaishnav.a@ti.com \
    --to=vaishnav.a@ti.com \
    --cc=a-govindraju@ti.com \
    --cc=j-keerthy@ti.com \
    --cc=kishon@ti.com \
    --cc=kristo@kernel.org \
    --cc=p.yadav@ti.com \
    --cc=s-anna@ti.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox