
12 Jul
2019
12 Jul
'19
2:41 p.m.
Hi,
From: Patrick DELAUNAY patrick.delaunay@st.com Sent: mardi 2 juillet 2019 13:26
Add support of Trusted boot chain with OP-TEE
- reserved 32MB at the end of the DDR for OP-TEE
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
arch/arm/mach-stm32mp/Kconfig | 12 ++++- board/st/stm32mp1/MAINTAINERS | 1 + board/st/stm32mp1/README | 29 ++++++++--- board/st/stm32mp1/stm32mp1.c | 4 +- configs/stm32mp15_optee_defconfig | 103 ++++++++++++++++++++++++++++++++++++++ include/configs/stm32mp1.h | 13 +++++ 6 files changed, 153 insertions(+), 9 deletions(-) create mode 100644 configs/stm32mp15_optee_defconfig
Applied to u-boot-stm32/master, thanks!
Patrick