audk/MdeModulePkg/Bus
Ruiyu Ni 5c13180cfc MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0
According to the PCI spec, when software writes all-one to BAR for size probing,
the value read back should be 0b1...10...0 after masking the BAR type bits.
But in real world, it's possible that certain device returns 0b0...01...10...0
for MEM64 BAR size probing: some bits in the high 32bit may be 0.
PciBus driver has the code to handle such case. However, it doesn't handle the
case that the high 32bit is totally 0. The patch is to handle the special case.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18114 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-30 06:40:36 +00:00
..
Ata MdeModulePkg/AtaBus: remove TPer Reset operation in DriverBindingStart 2015-06-26 08:42:17 +00:00
I2c/I2cDxe MdePkg, MdeModulePkg: Remove EFI_ABORTED from I2C protocols per PI spec 1.4. 2015-05-08 07:30:45 +00:00
Isa/IsaBusDxe MdeModulePkg: Refine the format of INF file. 2015-06-05 03:22:08 +00:00
Pci MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0 2015-07-30 06:40:36 +00:00
Scsi MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stack 2015-04-29 02:44:42 +00:00
Ufs MdeModulePkg/UfsPassThru: Fix wrong GLOBAL_REMOVE_IF_UNREFERENCED usage 2015-07-28 02:47:52 +00:00
Usb MdeModulePkg/UsbBotPei: Add RecoveryBlockIo2Ppi support 2015-05-20 06:31:28 +00:00