audk/MdeModulePkg/Universal/Disk/PartitionDxe
Ruiyu Ni 80c83a6995 Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implementation.
1. DiskIo2 shouldn't signal the event when the *Ex interface returns failure status per the UEFI spec.
2. PartitionDxe should close DiskIo2 protocol when error happens in DriverBindingStart() otherwise Fat driver cannot open the DiskIo2 BY_DRIVER.
3. PartitionDxe should create event using TPL_NOTIFY instead of TPL_CALLBACK otherwise asynchronous FileIo may be blocked.

Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14680 6f19259b-4bc3-4df7-8a09-765794883524
2013-09-17 05:11:30 +00:00
..
ComponentName.c Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
ElTorito.c Add DiskIo2 protocol definition to MdePkg. 2013-08-20 03:14:30 +00:00
Gpt.c Add DiskIo2 protocol definition to MdePkg. 2013-08-20 03:14:30 +00:00
Mbr.c Add DiskIo2 protocol definition to MdePkg. 2013-08-20 03:14:30 +00:00
Partition.c Fix 3 bugs in DiskIoDxe and PartitionDxe drivers introduced in DiskIo2 implementation. 2013-09-17 05:11:30 +00:00
Partition.h Add DiskIo2 protocol definition to MdePkg. 2013-08-20 03:14:30 +00:00
PartitionDxe.inf Add DiskIo2 protocol definition to MdePkg. 2013-08-20 03:14:30 +00:00