With updated TIFS version tag v11.02.06, the background firewall for DDR firewalls are applied by the TIFS. This removes the dependency of applying firewalls through binman.
Remove background firewall on the whole DDR, as this background firewall is applied by the TIFS init for j7200 and j784s4. Modify for j7200 only, as there are no firewalls applied for j784s4 from SPL. Signed-off-by: Prasanth Babu Mantena <[email protected]> --- arch/arm/dts/k3-j7200-binman.dtsi | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/arch/arm/dts/k3-j7200-binman.dtsi b/arch/arm/dts/k3-j7200-binman.dtsi index b4e0ce8bfcf..81be4d69187 100644 --- a/arch/arm/dts/k3-j7200-binman.dtsi +++ b/arch/arm/dts/k3-j7200-binman.dtsi @@ -294,12 +294,11 @@ region = <2>; }; - firewall-4762-0 { - /* nb_slv2__mem0 Background Firewall - 0 */ - insert-template = <&firewall_bg_3>; - id = <4762>; - region = <0>; - }; + /* firewall-4762-0 { + * nb_slv2__mem0 Background Firewall - 0 + * Already configured by security entity + * }; + */ firewall-4762-1 { /* nb_slv2__mem0 Foreground Firewall */ @@ -308,12 +307,11 @@ region = <1>; }; - firewall-4763-0 { - /* nb_slv3__mem0 Background Firewall - 0 */ - insert-template = <&firewall_bg_3>; - id = <4763>; - region = <0>; - }; + /* firewall-4763-0 { + * nb_slv3__mem0 Background Firewall - 0 + * Already configured by security entity + * }; + */ firewall-4763-1 { /* nb_slv3__mem0 Foreground Firewall */ -- 2.34.1

