commit | b7970d0897fcf2920056696c2883379fa7f2b534 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Tue Sep 20 18:45:50 2022 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Dec 04 11:21:21 2023 +0100 |
tree | 89e8a776a16609c63ffc7b902dfb1eaadfa7a0df | |
parent | d26e97e152c2f158eebe07b73fbe94c684ed3d0f [diff] |
stm32mp1: WITH_RPMB_TEST=y enables RPMB secure storage Add build config switch WITH_RPMB_TEST=y|n for stm32mp1 platforms for when RPMB support shall be enabled. This configuration switch is intended by test purpose and enables CFG_RPMB_TESTKEY and CFG_REE_FS_ALLOW_RESET. This means the eMMC device's RPMB partition should be programmed with OP-TEE's RPMB test key. Refer to OP-TEE OS config switch CFG_RPMB_WRITE_KEY for programming the RPMB key in the eMMC device. Refer to OP-TEE OS config switch CFG_RPMB_RESET_FAT to reset the RPMB secure storage content. Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.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