feat: specify the secure partition package for an SP

Specify the Transfer List format for the partitions:
- cactus-secondary
- cactus-tertiary
- Ivy

The entrypoint offset changed when using TL as the package
for SPs.

Change-Id: I044e3575861876ce108f0e65822d56d68bfdb427
Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/tools/generate_json/generate_json.sh b/tools/generate_json/generate_json.sh
index 5867700..9d51ba5 100755
--- a/tools/generate_json/generate_json.sh
+++ b/tools/generate_json/generate_json.sh
@@ -59,14 +59,16 @@
 	"image": "cactus.bin",
 	"pm": "cactus-secondary.dts",
 	"physical-load-address": "0x7100000",
-	"owner": "Plat"
+	"owner": "Plat",
+	"package": "tl_pkg"
 },
 
 "cactus-tertiary" : {
 	"image": "cactus.bin",
 	"pm": "cactus-tertiary.dts",
 	"physical-load-address": "0x7200000",
-	"owner": "Plat"
+	"owner": "Plat",
+	"package": "tl_pkg"
 EOF
 	PARTITION_ALREADY_PRESENT=true
 fi
@@ -81,7 +83,8 @@
 	"image": "ivy.bin",
 	"pm": "ivy-sel0.dts",
 	"physical-load-address": "0x7600000",
-	"owner": "Plat"
+	"owner": "Plat",
+	"package": "tl_pkg"
 }
 EOF
 
@@ -95,7 +98,8 @@
 	"image": "ivy.bin",
 	"pm": "ivy-sel1.dts",
 	"physical-load-address": "0x7600000",
-	"owner": "Plat"
+	"owner": "Plat",
+	"package":"tl_pkg"
 }
 EOF