aboutsummaryrefslogtreecommitdiff
path: root/environments/opteesp/sp.mk.in
AgeCommit message (Collapse)Author
2021-04-13Create and export SP layout JSONBalint Dobszay
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
2021-04-13Add example SP manifestsBalint Dobszay
Add manifest DTS for crypto and secure-storage SPs. The manifests contain the minimal required set of fields. The files are exported to the install directory (along with the executables, etc). Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: Ifb42e4fb8e7f8e4a97cc46f51f0ffc670f490ae9
2021-02-16Fix: output binary path for opteesp environmentBalint Dobszay
Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> Change-Id: Idc0ab4d1e22cdec369530259bc2a6cd385cba42a
2020-11-25libsp: Add build system files.Gyorgy Szing
- Add opteesp deployment. This deployment builds libsp as a static library targeting aarch64 SPs running under OP-TEE. - Add inport and export interfaces for OP TEE-OS. - Add opteesp environment files. - Add shared CMake scripts including GCC compiler support. Change-Id: Ie8643756d45d0d96822fd98c4c37e7264a7378a1 Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com>