summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOlivier Deprez <olivier.deprez@arm.com>2020-12-16 15:46:14 +0100
committerDaniel Boulby <daniel.boulby@arm.com>2021-06-28 14:31:10 +0100
commit2765ebfbb6ef85e19958db6a9a6698d87f549175 (patch)
treef1f18563a0aa53db7834d19203a922e96ddad5b7 /tools
parent1925b2ae11fb13a7d32891b8b76ed4047cb58293 (diff)
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/generate_json/generate_json.sh7
1 files changed, 4 insertions, 3 deletions
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 @@ if [ "$1" == "cactus" ]; then
\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