u-boot-brain/arch/arm/mach-stm32mp
Patrick Delaunay abf2678f0f 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>
2019-04-12 16:09:13 +02:00
..
include/mach gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.h 2018-12-07 08:13:47 -05:00
bsec.c arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag 2018-11-14 09:16:28 -08:00
config.mk stm32mp1: add trusted boot with TF-A 2019-04-12 16:09:13 +02:00
cpu.c stm32mp1: add trusted boot with TF-A 2019-04-12 16:09:13 +02:00
dram_init.c SPDX: Convert all of our multiple license tags to Linux Kernel style 2018-05-07 10:24:31 -04:00
Kconfig stm32mp1: add trusted boot with TF-A 2019-04-12 16:09:13 +02:00
Makefile stm32mp1: add bsec driver 2018-05-26 18:19:18 -04:00
psci.c arm: stm32mp1: add PSCI support 2018-05-07 11:52:48 -04:00
pwr_regulator.c stm32mp: regulator: add SoC pwr regulator support 2018-05-08 09:07:38 -04:00
spl.c stm32mp1: remove the second TAMP_BOOT_CONTEXT update 2018-05-26 18:19:18 -04:00
syscon.c stm32mp: regulator: add SoC pwr regulator support 2018-05-08 09:07:38 -04:00