plat/arm: Introduce TC0 platform
This patch adds support for Total Compute (TC0) platform. It is an
initial port and additional features are expected to be added later.

TC0 has a SCP which brings the primary Cortex-A out of reset
which starts executing BL1. TF-A optionally authenticates the SCP
ram-fw available in FIP and makes it available for SCP to copy.

Some of the major features included and tested in this platform
port include TBBR, PSCI, MHUv2 and DVFS.

Change-Id: I1675e9d200ca7687c215009eef483d9b3ee764ef
Signed-off-by: Usama Arif <usama.arif@arm.com>
1 parent 69be915 commit f5c58af653b69687b17aac10da1d62179abe48ec
@Usama Arif Usama Arif authored on 17 Apr 2020
Showing 16 changed files
View
docs/plat/arm/index.rst
View
docs/plat/arm/tc0/index.rst 0 → 100644
View
fdts/tc0.dts 0 → 100644
View
plat/arm/board/tc0/fdts/tc0_fw_config.dts 0 → 100644
View
plat/arm/board/tc0/include/plat_macros.S 0 → 100644
View
plat/arm/board/tc0/include/platform_def.h 0 → 100644
View
plat/arm/board/tc0/include/tc0_helpers.S 0 → 100644
View
plat/arm/board/tc0/include/tc0_plat.h 0 → 100644
View
plat/arm/board/tc0/platform.mk 0 → 100644
View
plat/arm/board/tc0/tc0_bl31_setup.c 0 → 100644
View
plat/arm/board/tc0/tc0_err.c 0 → 100644
View
plat/arm/board/tc0/tc0_interconnect.c 0 → 100644
View
plat/arm/board/tc0/tc0_plat.c 0 → 100644
View
plat/arm/board/tc0/tc0_security.c 0 → 100644
View
plat/arm/board/tc0/tc0_topology.c 0 → 100644
View
plat/arm/board/tc0/tc0_trusted_boot.c 0 → 100644