aboutsummaryrefslogtreecommitdiff
path: root/environments/opteesp/sp_pkg.json.in
diff options
context:
space:
mode:
authorBalint Dobszay <balint.dobszay@arm.com>2021-03-29 18:47:50 +0200
committerBalint Dobszay <balint.dobszay@arm.com>2021-04-13 18:52:10 +0200
commit35c6d643b5f0c0387702e22bf742dd4878ca5ddd (patch)
tree8bcebacc781994ce792595ce51a422b43c7963dc /environments/opteesp/sp_pkg.json.in
parent0fdceeabdc4d29317dbcd2607ea2b5e78179e1f5 (diff)
downloadtrusted-services-35c6d643b5f0c0387702e22bf742dd4878ca5ddd.tar.gz
Create and export SP layout JSON
Configure a JSON file for each SP and export it to the install dir. The individual files should be merged by the integrator to form the SP_LAYOUT_FILE JSON used by TF-A to create the SP packages. Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: I63674e8e584dd3285490f3be51c228718f39a998
Diffstat (limited to 'environments/opteesp/sp_pkg.json.in')
-rw-r--r--environments/opteesp/sp_pkg.json.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/environments/opteesp/sp_pkg.json.in b/environments/opteesp/sp_pkg.json.in
new file mode 100644
index 000000000..c7bfb4c6d
--- /dev/null
+++ b/environments/opteesp/sp_pkg.json.in
@@ -0,0 +1,6 @@
+{
+ "@EXPORT_SP_NAME@": {
+ "image": "../bin/@EXPORT_SP_UUID@.stripped.elf",
+ "pm": "../manifest/@EXPORT_SP_UUID@.dts"
+ }
+} \ No newline at end of file