aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-11-30 10:51:26 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-12-12 13:28:05 +0000
commit1451f6142c9d03af844d0bc77dace24eca5ff81f (patch)
tree96c7720a3a83f26a341e61662d37ce9dd2ed1c28 /Makefile
parent855b0b22d0e87441a06e227d7970774c491447e7 (diff)
downloadtf-a-tests-1451f6142c9d03af844d0bc77dace24eca5ff81f.tar.gz
SPM: Makefile: Add targets to build resource description blobs
The targets cactus and ivy now also build the resource description blobs used by Cactus and Ivy. This is done through a new shell script: generate_dtb.sh Example command line to build a package with Cactus and Ivy: CROSS_COMPILE=aarch64-linux-gnu- make PLAT=fvp \ DEBUG=1 LOG_LEVEL=50 TESTS=spm \ tftf cactus ivy trusted_firmware/tools/sptool/sptool \ -o sp_package.bin \ -i cactus.bin:cactus.dtb \ -i ivy.bin:ivy.dtb Also, add a disclaimer to explain that the current implementation of SPM is a prototype that is going to undergo a lot of rework. Change-Id: Iebc3ac28d20019b59f07f70f96fefc030f1a79ce Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c0d135402..9c4ae7eb7 100644
--- a/Makefile
+++ b/Makefile
@@ -459,8 +459,8 @@ help:
@echo " tftf Build the TFTF image"
@echo " ns_bl1u Build the NS_BL1U image"
@echo " ns_bl2u Build the NS_BL2U image"
- @echo " cactus Build the Cactus image (Test S-EL0 payload)."
- @echo " ivy Build the Ivy image (Test S-EL0 payload)."
+ @echo " cactus Build the Cactus image (Test S-EL0 payload) and resource description."
+ @echo " ivy Build the Ivy image (Test S-EL0 payload) and resource description."
@echo " el3_payload Build the EL3 test payload"
@echo " checkcodebase Check the coding style of the entire source tree"
@echo " checkpatch Check the coding style on changes in the current"