plat/arm: Introduce corstone700 platform.
This patch adds support for Corstone-700 foundation IP, which integrates
both Cortex-M0+ and Cortex-A(Host) processors in one handy, flexible
subsystem.
This is an example implementation of Corstone-700 IP host firmware.

Cortex-M0+ will take care of boot stages 1 and 2(BL1/BL2) as well as
bringing Host out RESET. Host will start execution directly from BL32 and
then will jump to Linux.

It is an initial port and additional features are expected to be added
later.

Change-Id: I7b5c0278243d574284b777b2408375d007a7736e
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
1 parent 5119fa7 commit 7bdc469895b694670643e2acbf2ad2318992bab6
@Manish Pandey Manish Pandey authored on 28 Nov 2018
Showing 10 changed files
View
fdts/corstone700.dts 0 → 100644
View
plat/arm/board/corstone700/corstone700_helpers.S 0 → 100644
View
plat/arm/board/corstone700/corstone700_plat.c 0 → 100644
View
plat/arm/board/corstone700/corstone700_pm.c 0 → 100644
View
plat/arm/board/corstone700/corstone700_security.c 0 → 100644
View
plat/arm/board/corstone700/corstone700_topology.c 0 → 100644
View
plat/arm/board/corstone700/include/platform_def.h 0 → 100644
View
plat/arm/board/corstone700/platform.mk 0 → 100644
View
plat/arm/board/corstone700/sp_min/corstone700_sp_min_setup.c 0 → 100644
View
plat/arm/board/corstone700/sp_min/sp_min-corstone700.mk 0 → 100644