summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSuhaas Joshi <[email protected]>2026-01-27 13:46:51 +0530
committerTom Rini <[email protected]>2026-02-07 11:50:06 -0600
commit31d5d1b378b204f2743e317c44496a3869d0a83c (patch)
treedea08608f7670d7dd6a416d779c5f23422088b67 /arch
parent3c6c2f3f5c228a869ec9d342852e201a7a662968 (diff)
arm: dts: k3-am64x-binman: Configure firewall for ATF/OPTEE
Add firewall configurations to protect ATF and OP-TEE memory regions from non-secure reads and writes in AM64x. Signed-off-by: Suhaas Joshi <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/k3-am64x-binman.dtsi31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am64x-binman.dtsi b/arch/arm/dts/k3-am64x-binman.dtsi
index 32e47a3f688..f3c7f2c939d 100644
--- a/arch/arm/dts/k3-am64x-binman.dtsi
+++ b/arch/arm/dts/k3-am64x-binman.dtsi
@@ -139,6 +139,37 @@
#address-cells = <1>;
images {
+ atf {
+ ti-secure {
+ auth-in-place = <0xa02>;
+
+ firewall-24-5 {
+ insert-template = <&firewall_armv8_atf_fg>;
+ id = <24>;
+ region = <5>;
+ };
+ };
+ };
+
+ tee {
+ ti-secure {
+ auth-in-place = <0xa02>;
+
+ firewall-1-0 {
+ insert-template = <&firewall_bg_3>;
+ id = <1>;
+ region = <0>;
+ };
+
+
+ firewall-1-1 {
+ insert-template = <&firewall_armv8_optee_fg>;
+ id = <1>;
+ region = <1>;
+ };
+ };
+ };
+
dm {
blob-ext {
filename = "/dev/null";