X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FLibrary%2FPlatformBootManagerLib%2FBdsPlatform.c;h=b624b8f2253545171ee04a176091a8032da31108;hp=b155639f3c97096c3a80a40e0c82d1a867ed7f10;hb=5942ea61deb9b0373c597399e0a3f23e8c19690d;hpb=fe1b9e8e085bede968958f494cba0be5ab3add99 diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c index b155639f3c..b624b8f225 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c @@ -1359,8 +1359,6 @@ PlatformBdsConnectSequence ( DEBUG ((DEBUG_INFO, "EfiBootManagerConnectAll\n")); EfiBootManagerConnectAll (); } - - PciAcpiInitialization (); } /** @@ -1446,6 +1444,11 @@ PlatformBootManagerAfterConsole ( // BootLogoEnableLogo (); + // + // Set PCI Interrupt Line registers and ACPI SCI_EN + // + PciAcpiInitialization (); + // // Perform some platform specific connect sequence //