audk/MdeModulePkg/Bus/Sd/SdDxe
Feng Tian 3b1d8241d0 MdeModulePkg/SdMmc: update TPL to notify to fix UEFI SCT hang
We have to upgrade the TPL level used by SdMmc stack because the
following flow:

DiskIo2ReadWriteDisk() in logical partition -> PartitionReadBlocksEx()
in logical partition at TPL callback level -> ProbeMediaStatusEx()
with sync request -> DiskIo2ReadWriteDisk() in physical partition ->
 waiting for async task completion.

if the low layer driver doesn't run at TPL_NOTIFY level, it will have
no time to trigger async task and cause system hang.

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>
2016-07-01 14:44:47 +08:00
..
ComponentName.c MdeModulePkg/SdMmc: Add EDKII SD/MMC stack 2016-03-30 11:27:41 +08:00
SdBlockIo.c MdeModulePkg/SdMmc: update TPL to notify to fix UEFI SCT hang 2016-07-01 14:44:47 +08:00
SdBlockIo.h MdeModulePkg/Sd: add Erase Block support on sd/emmc device 2016-05-09 16:18:01 +08:00
SdDxe.c MdeModulePkg/SdMmc: update TPL to notify to fix UEFI SCT hang 2016-07-01 14:44:47 +08:00
SdDxe.h MdeModulePkg/Sd: add Erase Block support on sd/emmc device 2016-05-09 16:18:01 +08:00
SdDxe.inf MdeModulePkg/Sd: add Erase Block support on sd/emmc device 2016-05-09 16:18:01 +08:00
SdDxe.uni MdeModulePkg/SdMmc: Add EDKII SD/MMC stack 2016-03-30 11:27:41 +08:00
SdDxeExtra.uni MdeModulePkg/SdMmc: Add EDKII SD/MMC stack 2016-03-30 11:27:41 +08:00