| commit | 88d374e56e611163de47dabe1bfc5c39ac5a107d | [log] [tgz] |
|---|---|---|
| author | Jerome Forissier <jerome.forissier@linaro.org> | Fri Mar 18 11:14:19 2022 +0100 |
| committer | Jérôme Forissier <jerome@forissier.org> | Wed Mar 30 09:32:26 2022 +0200 |
| tree | 6611ed1776576aae5d89972d9aa8aa5f6d381222 | |
| parent | ba0ed67e1a066736d88f08bc99d73b5c40617c46 [diff] |
tee-supplicant: rpmb: read CID in one go Introduce read_cid_str() to read the whole eMMC CID from sysfs in one go rather than doing it two bytes at a time. This function will come in handy in the next commit. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers