commit | b35567da6ac608e7ac9aee137e01226d54c31d7d | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Wed Mar 02 13:52:34 2022 +0100 |
committer | György Szing <gyorgy.szing@arm.com> | Mon Apr 11 14:33:00 2022 +0200 |
tree | 3601799eeff79b66274d248c243a224f74c702c2 | |
parent | 1bc55903e6e0d43283d333f4f90a580b46c50ba8 [diff] |
Add support for building generic format SPs Introduce SP_DEPLOYMENT_TYPE for selecting OP-TEE specific legacy ELF format SPs (opteesp) or generic format binary SPs (sp). If 'sp' deployment type is selected, the fip based packaging method is forced by the build system. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: Ide91ad7093cff8795dbc5c6abcf384e0b532bb6e
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers