summaryrefslogtreecommitdiff
path: root/tools/sptool/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* tools: Set the tool's default binary nameManish V Badarkhe2020-09-071-0/+1
| | | | | | | | | | | | This patch: fafd3ec9c assumes that tools must build from the main makefile folder. This assumption leads to the error when somebody wants to build a tool from the tool's folder. Hence changes are done to provide the default binary name in the tool's makefile. Change-Id: Iae570a7f8d322151376b6feb19e739300eecc3fc Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
* tools: Get the tool's binary name from the main makefileManish V Badarkhe2020-08-231-2/+2
| | | | | | | | | | Currently, the tool's makefile override the tool's binary name which is already been defined in the main makefile. Hence fix is provided so that the tool's makefile get the tool's binary name from the main makefile instead of overriding it. Change-Id: I8af2bd391a96bba2dbcddef711338a94ebf5f038 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
* SPM: sptool: Introduce tool to package SP and RDAntonio Nino Diaz2018-12-111-0/+49
This tool packages Secure Partitions and Resource Descriptor blobs into a simple file that can be loaded by SPM. Change-Id: If3800064f30bdc3d7fc6a15ffbb3007ef632bcaa Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>