audk/MdeModulePkg/Universal/Disk/PartitionDxe
niruiyu c86b273d90 Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindingStart() of the Fat driver gets run before that of Partition driver only the first partition can be recognized.
Let the driver binding version of Partition driver be higher than that of Fat driver to make sure the DriverBindingStart() of the Partition driver gets run before that of Fat driver so that all the partitions can be recognized.

Signed-off-by: niruiyu
Reviewed-by: erictian

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12528 6f19259b-4bc3-4df7-8a09-765794883524
2011-10-12 02:45:02 +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 BlockIO2 Protocol. 2011-05-03 10:31:41 +00:00
Gpt.c Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Partition drivers) to make them be consistent with the code. 2011-05-19 06:12:58 +00:00
Mbr.c Add BlockIO2 Protocol. 2011-05-03 10:31:41 +00:00
Partition.c Grub4Dos copies the BPB of the first partition to the MBR. If the DriverBindingStart() of the Fat driver gets run before that of Partition driver only the first partition can be recognized. 2011-10-12 02:45:02 +00:00
Partition.h Add BlockIO2 Protocol. 2011-05-03 10:31:41 +00:00
PartitionDxe.inf Add BlockIO2 Protocol. 2011-05-03 10:31:41 +00:00