u-boot/board/bsh/imx8mn_smm_s2
Michael Trimarchi 35461fe94e imx: imx8mn_smm_s2/s2pro: Enable TrustZone
When the board was added, enabling tzc380 was left off by
mistake. The optee was tested with the following configuration
in s2pro

+	firmware {
+		optee {
+			compatible = "linaro,optee-tz";
+			method = "smc";
+		};
+	};
+
+	reserved-memory {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		ranges;
+
+		/* 6MiB */
+		optee_core@5f800000 {
+			reg = <0x00 0x5f800000 0x00 0x600000>;
+		};
+
+		/* 2MiB */
+		optee_shm@5fe00000 {
+			reg = <0x00 0x5fe00000 0x00 0x200000>;
+		};
+	};
+

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
2022-05-20 12:36:48 +02:00
..
ddr3l_timing_256m.c bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards 2022-04-12 19:10:44 +02:00
ddr3l_timing_512m.c bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards 2022-04-12 19:10:44 +02:00
imx8mn_smm_s2.c bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards 2022-04-12 19:10:44 +02:00
imximage-8mn-ddr3.cfg bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards 2022-04-12 19:10:44 +02:00
Kconfig bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards 2022-04-12 19:10:44 +02:00
MAINTAINERS bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards 2022-04-12 19:10:44 +02:00
Makefile bsh: imx8mn-smm-s2/pro: Add iMX8MN BSH SMM S2 boards 2022-04-12 19:10:44 +02:00
spl.c imx: imx8mn_smm_s2/s2pro: Enable TrustZone 2022-05-20 12:36:48 +02:00