]> git.baikalelectronics.ru Git - uboot.git/commit
stm32mp1: add trusted boot with TF-A
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 12 Feb 2019 10:44:39 +0000 (11:44 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 12 Apr 2019 14:09:13 +0000 (16:09 +0200)
commite5155d0752f21511582c28e6abfcbf3f53d7636c
treed084a4a8f8708d49e7dbb82ad90c6d8e880eb9ff
parent30f4768020f97262763f549dead90f33bf362c53
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>
arch/arm/Kconfig
arch/arm/mach-stm32mp/Kconfig
arch/arm/mach-stm32mp/config.mk
arch/arm/mach-stm32mp/cpu.c
board/st/stm32mp1/MAINTAINERS
board/st/stm32mp1/README
configs/stm32mp15_trusted_defconfig [new file with mode: 0644]
drivers/clk/clk_stm32mp1.c
drivers/ram/stm32mp1/stm32mp1_ram.c
include/configs/stm32mp1.h