commit | 874a2dd4bcc8990935654bdc5a6c5d22c8014a49 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Mon Jan 09 17:01:22 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jan 26 14:20:57 2023 +0100 |
tree | 2f806a2190c4831ea52d7e60093b5b3a7449dd21 | |
parent | b0c8fc2edb2336dfffabe7fc3ab9dc4626037ab5 [diff] |
fvp: Add support for selecting TS SP configurations Add DEFAULT_SP_CONFIG variable for setting the default SP configuration for all SPs. Also add SP_*_CONFIG variables for selecting separate configuration for each SP separately. This change introduces support for the generic binary format 'sp' configurations. While 'opteesp' environment uses a similar ELF format as GP TAs in OP-TEE, the 'sp' format is a flat binary which doesn't require the presence of an ELF loader and it doesn't have any SPMC specific ties. These properties make the 'sp' format the one that can be used across different SPMC implementations. Signed-off-by: Imre Kis <imre.kis@arm.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
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