public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Firewall ATF and OP-TEE memory regions in Sitara
@ 2026-01-21  5:47 Suhaas Joshi
  2026-01-21  5:47 ` [PATCH v2 1/5] arm: dts: k3-binman: Use configs for ATF/OPTEE addresses Suhaas Joshi
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Suhaas Joshi @ 2026-01-21  5:47 UTC (permalink / raw)
  To: u-boot
  Cc: vigneshr, trini, n-francis, s-tripathi1, k-malarvizhi, kamlesh,
	vishalm

This series starts by replacing the hard-coded addresses in firewall templates that are defined in
k3-binman.dtsi, by Kconfigs. Using Kconfigs would make it easier for someone to move ATF and OP-TEE
to another location, since they wouldn't have to fiddle with the firewall configs in the dtsi files.

The rest of the commits in this series add firewall configs to each device's dtsi file.

To test this, I used `k3conf read|write <atf and optee addresses> <val>`. These operations were
disallowed when the patches of this series were applied, expectedly.

Changes v1 -> v2:
    * Removed some un-required empty lines in accordance with Neha's review.
    * Link to v1: https://lore.kernel.org/u-boot/20260112093643.885903-1-s-joshi@ti.com/

Suhaas Joshi (5):
  arm: dts: k3-binman: Use configs for ATF/OPTEE addresses
  arm: dts: k3-am625-binman: Configure firewall for ATF/OPTEE
  arm: dts: k3-am62p-binman: Configure firewall for ATF/OPTEE
  arm: dts: k3-am62a-binman: Configure firewall for ATF/OPTEE
  arm: dts: k3-am64x-binman: Configure firewall for ATF/OPTEE

 arch/arm/dts/k3-am625-sk-binman.dtsi | 29 +++++++++++++++++++++++++
 arch/arm/dts/k3-am62a-sk-binman.dtsi | 30 ++++++++++++++++++++++++++
 arch/arm/dts/k3-am62p-sk-binman.dtsi | 32 ++++++++++++++++++++++++++++
 arch/arm/dts/k3-am64x-binman.dtsi    | 31 +++++++++++++++++++++++++++
 arch/arm/dts/k3-binman.dtsi          |  8 +++----
 5 files changed, 126 insertions(+), 4 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-01-21 15:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21  5:47 [PATCH v2 0/5] Firewall ATF and OP-TEE memory regions in Sitara Suhaas Joshi
2026-01-21  5:47 ` [PATCH v2 1/5] arm: dts: k3-binman: Use configs for ATF/OPTEE addresses Suhaas Joshi
2026-01-21  5:47 ` [PATCH v2 2/5] arm: dts: k3-am625-binman: Configure firewall for ATF/OPTEE Suhaas Joshi
2026-01-21  5:47 ` [PATCH v2 3/5] arm: dts: k3-am62p-binman: " Suhaas Joshi
2026-01-21  5:47 ` [PATCH v2 4/5] arm: dts: k3-am62a-binman: " Suhaas Joshi
2026-01-21  5:47 ` [PATCH v2 5/5] arm: dts: k3-am64x-binman: " Suhaas Joshi
2026-01-21 14:07 ` [PATCH v2 0/5] Firewall ATF and OP-TEE memory regions in Sitara Francesco Dolcini
2026-01-21 15:44   ` Bryan Brattlof

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