commit | db9b8f09aeeb3e43c46a95328d86aaad42585632 | [log] [tgz] |
---|---|---|
author | Balint Dobszay <balint.dobszay@arm.com> | Thu Sep 01 11:20:23 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Sep 12 00:28:39 2022 +0200 |
tree | 26d186ee067b2bd6ac4e485288c1c65e7a4509e4 | |
parent | 5914639cb690f57a3ce8ba0277ddc6eea2fc3985 [diff] |
fvp: add support for Secure Partitions in the FIP This commit introduces a new packaging option for Secure Partitions. Instead of embedding the images into the OP-TEE binary, TF-A offers a mechanism to encapsulate an SP image and its manifest into an SP package and add that to the FIP [1]. TF-A needs two config options to enable this: - SP_LAYOUT_FILE: This json file contains the path of the SP images and their corresponding manifests. It's generated by Trusted Services. - ARM_BL2_SP_LIST_DTS: This dts snippet describes where each SP package should be loaded by BL2. Link: [1] https://trustedfirmware-a.readthedocs.io/en/v2.6/components/secure-partition-manager.html#secure-partition-packages Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Balint Dobszay <balint.dobszay@arm.com>
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