commit | b0c8fc2edb2336dfffabe7fc3ab9dc4626037ab5 | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Wed Nov 30 12:24:38 2022 +0000 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jan 26 14:20:57 2023 +0100 |
tree | e07c19e2db05efa4c4cba40b86c4a90dfe2f599e | |
parent | 0980530ab3d5a8de96eaaa46800d95803494cb32 [diff] |
Add block_storage SP to reference TS build configuration Adds the block_storage SP to the set of TS secure partitions included in the reference build configuration. To reduce the memory impact of adding an additional SP, the load addresses of SPs have been adjusted to reduce the unecessarily large amount of secure memory assigned to each SP. Because of its larger memory footprint, the Crypto SP memory is left unmodified. To enable multiple build configurations to coexist for SP deployments defined in the Trusted Services project, the directory structure has been modified to allow for any number of different configurations. This change modifies the reference OP-TEE build for compatibility with the TS changes. Signed-off-by: Julian Hall <julian.hall@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