commit | a8d2eccd8c9b2d329170087d7a4c27ffa1d008f5 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Thu Jun 13 18:34:46 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Jun 14 09:32:16 2024 +0200 |
tree | e1e6c4e4ed3d46ccebbef8ba610b7c006e249029 | |
parent | a56e9304d84807807250e33c3f5e9bf2a632ef32 [diff] |
stm32mp1: retrieve unique eMMC CID for tee-supplicant Retrieve the eMMC CID if only one eMMC device is found. We expect it to be used for OP-TEE RPMB secure storage. This change allows OS based on Linux kernel v6.2 or later to be more reliable on identifying the eMMC mmcblk device as since Linux kernel v6.2 the device index assigned by the kernel may change from one cold boot to another when they are several mmcblk devices on the platform, for example a plugged SD card and a soldered eMMC device. 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