[PATCH] imx: imx8mn_smm_s2/s2pro: Enable TrustZone
sbabic at denx.de
sbabic at denx.de
Fri May 20 15:43:21 CEST 2022
> 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 at 5f800000 {
> + reg = <0x00 0x5f800000 0x00 0x600000>;
> + };
> +
> + /* 2MiB */
> + optee_shm at 5fe00000 {
> + reg = <0x00 0x5fe00000 0x00 0x200000>;
> + };
> + };
> +
> Signed-off-by: Michael Trimarchi <michael at amarulasolutions.com>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list