Rollback the enhancement of Pcibus in r4844 for more investigation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5292 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -593,13 +593,6 @@ CreateResourceNode (
|
||||
Node->PciDev = PciDev;
|
||||
Node->Length = Length;
|
||||
Node->Alignment = Alignment;
|
||||
if(((ResType == PciBarTypeIo16) || (ResType == PciBarTypeIo32)) && ( Alignment == 0x0FFF))
|
||||
{
|
||||
if((PciDev->Decodes & EFI_BRIDGE_IOEN1K_DECODE_SUPPORTED) == EFI_BRIDGE_IOEN1K_DECODE_SUPPORTED)
|
||||
Node->Alignment = 0x3FF;
|
||||
else
|
||||
Node->Alignment = 0xFFF;
|
||||
}
|
||||
Node->Bar = Bar;
|
||||
Node->ResType = ResType;
|
||||
Node->Reserved = FALSE;
|
||||
|
Reference in New Issue
Block a user