Re: [edk2] [patch] MdeModulePkg/EmmcDxe: Don't expose BlockIo interface for RPMB partition

2016-06-30 Thread Wu, Hao A
ubject: [edk2] [patch] MdeModulePkg/EmmcDxe: Don't expose BlockIo > interface for RPMB partition > > This change is to avoid UEFI SCT failure as UEFI SCT has no knowledge > about how to accessing a EMMC RPMB partition. > > The user needs to access RPMB partition should get ac

[edk2] [patch] MdeModulePkg/EmmcDxe: Don't expose BlockIo interface for RPMB partition

2016-06-28 Thread Feng Tian
This change is to avoid UEFI SCT failure as UEFI SCT has no knowledge about how to accessing a EMMC RPMB partition. The user needs to access RPMB partition should get access through EFI_SD_MMC_PASS_THRU protocol with authentication key & mac. Cc: Hao Wu Contributed-under: TianoCore Contribution