]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Sd: add Erase Block support on sd/emmc device
authorFeng Tian <feng.tian@intel.com>
Tue, 3 May 2016 06:07:38 +0000 (14:07 +0800)
committerFeng Tian <feng.tian@intel.com>
Mon, 9 May 2016 08:18:01 +0000 (16:18 +0800)
commit275d51369a55952c7d75399752c7269a16ff03de
tree7f67f2be16146e2275fa2ad3a5050e4d88088fd6
parent140cc8000f74258a7e3985452538415b77b66b94
MdeModulePkg/Sd: add Erase Block support on sd/emmc device

It's done by producing EFI_ERASE_BLOCK_PROTOCOL protocol instance.

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>
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.h
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h
MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c
MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.h
MdeModulePkg/Bus/Sd/SdDxe/SdDxe.c
MdeModulePkg/Bus/Sd/SdDxe/SdDxe.h
MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf