Re: [U-Boot] [PATCH 03/10] mmc: rpmb: add mmc_rpmb_route_frames()

2018-08-22 Thread Jens Wiklander
Hi Igor, On Thu, Aug 16, 2018 at 2:13 PM, Igor Opaniuk wrote: > As I didn't have any available Hikey board, tested this on Poplar: > > Tested-by: Igor Opaniuk > > BTW, we've had it up for discussion already, but just to clarify and > summarize: > As ID of eMMC is hardcoded in the OP-TEE OS core

Re: [U-Boot] [PATCH 03/10] mmc: rpmb: add mmc_rpmb_route_frames()

2018-08-16 Thread Igor Opaniuk
As I didn't have any available Hikey board, tested this on Poplar: Tested-by: Igor Opaniuk BTW, we've had it up for discussion already, but just to clarify and summarize: As ID of eMMC is hardcoded in the OP-TEE OS core (CFG_RPMB_FS_DEV_ID), we will probably have issues on some platforms, where

[U-Boot] [PATCH 03/10] mmc: rpmb: add mmc_rpmb_route_frames()

2018-08-13 Thread Jens Wiklander
Adds mmc_rpmb_route_frames() to route RPMB data frames from/to an external entity. Signed-off-by: Jens Wiklander --- drivers/mmc/rpmb.c | 160 + include/mmc.h | 2 + 2 files changed, 162 insertions(+) diff --git a/drivers/mmc/rpmb.c b/drivers/m