]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/EmmcDxe: Don't expose BlockIo interface for RPMB partition
authorFeng Tian <feng.tian@intel.com>
Wed, 29 Jun 2016 03:15:50 +0000 (11:15 +0800)
committerFeng Tian <feng.tian@intel.com>
Fri, 1 Jul 2016 06:44:51 +0000 (14:44 +0800)
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 <hao.a.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>

No differences found