* [PATCH] imx: imx8mn_beacon: Enable TrustZone
@ 2022-01-24 15:24 Adam Ford
2022-02-05 16:42 ` sbabic
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2022-01-24 15:24 UTC (permalink / raw)
To: u-boot; +Cc: sbabic, festevam, aford, Adam Ford
When the board was added, enabling tzc380 was left off by
mistake.
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/board/beacon/imx8mn/spl.c b/board/beacon/imx8mn/spl.c
index b5263ccfd7..bb51be01c5 100644
--- a/board/beacon/imx8mn/spl.c
+++ b/board/beacon/imx8mn/spl.c
@@ -122,6 +122,8 @@ void board_init_f(ulong dummy)
hang();
}
+ enable_tzc380();
+
/* DDR initialization */
spl_dram_init();
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] imx: imx8mn_beacon: Enable TrustZone
2022-01-24 15:24 [PATCH] imx: imx8mn_beacon: Enable TrustZone Adam Ford
@ 2022-02-05 16:42 ` sbabic
0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2022-02-05 16:42 UTC (permalink / raw)
To: Adam Ford, u-boot
> When the board was added, enabling tzc380 was left off by
> mistake.
> Signed-off-by: Adam Ford <aford173@gmail.com>
> diff --git a/board/beacon/imx8mn/spl.c b/board/beacon/imx8mn/spl.c
> index b5263ccfd7..bb51be01c5 100644
> --- a/board/beacon/imx8mn/spl.c
> +++ b/board/beacon/imx8mn/spl.c
> @@ -122,6 +122,8 @@ void board_init_f(ulong dummy)
> hang();
> }
>
> + enable_tzc380();
> +
> /* DDR initialization */
> spl_dram_init();
>
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@denx.de
=====================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-05 16:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 15:24 [PATCH] imx: imx8mn_beacon: Enable TrustZone Adam Ford
2022-02-05 16:42 ` sbabic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox