commit | 5d06141f3fd48cdf1f0ae628b7f12145ac9f49c4 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Feb 12 11:44:39 2019 +0100 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Apr 12 16:09:13 2019 +0200 |
tree | d084a4a8f8708d49e7dbb82ad90c6d8e880eb9ff | |
parent | e9f03d7bce9b109c1d07f59835b7768c358793f7 [diff] |
stm32mp1: add trusted boot with TF-A Add support of trusted boot, using TF-A as first stage bootloader, The boot sequence is BootRom >=> TF-A.stm32 (clock & DDR) >=> U-Boot.stm32 The TF-A monitor provides secure monitor with support of SMC - proprietary to manage secure devices (BSEC for example) - PSCI for power The same device tree is used for STMicroelectronics boards with basic boot and with trusted boot. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>