u-boot-brain/drivers/tee
Jorge Ramirez-Ortiz 2464b229b5 drivers: optee: rpmb: fix returning CID to TEE
The mmc CID value is one of the input parameters used to provision the
RPMB key. The trusted execution environment expects this value to be
specified in big endian format.

Before this fix, on little endian systems, the value returned by the
linux kernel mmc driver differed from the one returned by u-boot.
This meant that if linux provisioned the RPMB key, u-boot would not
have access to the partition (and the other way around).

Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
2019-12-05 10:28:38 -05:00
..
optee drivers: optee: rpmb: fix returning CID to TEE 2019-12-05 10:28:38 -05:00
Kconfig tee: add sandbox driver 2018-10-07 11:04:01 -04:00
Makefile tee: add sandbox driver 2018-10-07 11:04:01 -04:00
sandbox.c env: Drop the ACTION typedef 2019-08-11 16:43:41 -04:00
tee-uclass.c tee: optee: support AVB trusted application 2018-10-07 10:47:38 -04:00