mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
arm: dts: k3-am625-phycore-binman: Configure firewall for ATF/OPTEE
Add firewall configurations to protect ATF and OP-TEE from non-secure reads and writes in Phycore AM625 SOM. Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
This commit is contained in:
parent
27f105fbbd
commit
0cee13fe86
@ -215,6 +215,36 @@
|
||||
fit {
|
||||
|
||||
images {
|
||||
atf {
|
||||
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_atf_fg>;
|
||||
id = <1>;
|
||||
region = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
tee {
|
||||
ti-secure {
|
||||
auth-in-place = <0xa02>;
|
||||
|
||||
firewall-1-2 {
|
||||
insert-template = <&firewall_armv8_optee_fg>;
|
||||
id = <1>;
|
||||
region = <2>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
tifsstub-hs {
|
||||
description = "TIFSSTUB";
|
||||
type = "firmware";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user