SPM: S-EL0 partitions support build for TC0
Add support for building Ivy for the TC0 platform. To do this
extend the Ivy build system to support building for multiple
platforms.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I47298f00ba91f498826dd3ddd690309df01cc13e
diff --git a/tools/generate_json/generate_json.sh b/tools/generate_json/generate_json.sh
index 30d901e..3a3c04f 100755
--- a/tools/generate_json/generate_json.sh
+++ b/tools/generate_json/generate_json.sh
@@ -28,10 +28,11 @@
\t\"pm\": \"$1-secondary.dts\",\n \
\t\"owner\": \"Plat\"\n\t},\n\n\t\"$1-tertiary\" : {\n \
\t\"image\": \"$1.bin\",\n \
- \t\"pm\": \"$1-tertiary.dts\" \n \
- },\n\n\t\"ivy\" : {\n \
+ \t\"pm\": \"$1-tertiary.dts\", \n \
+ \t\"owner\": \"Plat\"\n\t},\n\n\t\"ivy\" : {\n \
\t\"image\": \"ivy.bin\",\n \
- \t\"pm\": \"ivy.dts\" \n \
+ \t\"pm\": \"ivy.dts\", \n \
+ \t\"owner\": \"Plat\"\n \
}\n}" \
> "$GENERATED_JSON"
else