OvmfPkg: PlatformBdsLib: the balloon device (RAM Memory) is in slot 5

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13626 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2012-08-13 15:41:31 +00:00
parent 9388fd3d3a
commit a5595b1e0e

View File

@ -752,10 +752,10 @@ PciInitialization (
PciWrite8 (PCI_LIB_ADDRESS (0, 3, 0, 0x3d), 0x01);
//
// Bus 0, Device 4, Function 0 - RAM Memory
// Bus 0, Device 5, Function 0 - RAM Memory
//
PciWrite8 (PCI_LIB_ADDRESS (0, 4, 0, 0x3c), 0x09);
PciWrite8 (PCI_LIB_ADDRESS (0, 4, 0, 0x3d), 0x01);
PciWrite8 (PCI_LIB_ADDRESS (0, 5, 0, 0x3c), 0x09);
PciWrite8 (PCI_LIB_ADDRESS (0, 5, 0, 0x3d), 0x01);
}