Skip to content

Commit

Permalink
OvmfPkg/BhyveBhfPkg: enable bus enumeration
Browse files Browse the repository at this point in the history
Neccessary for GPU Passthrough of dedicated AMD GPUs. For Linux
guests, AMD GPUs require that their PCI ROM is processed by UEFI.
The easiest way to achieve this is by enabling bus enumeration.

Signed-off-by: Corvin Köhne <c.koehne@beckhoff.com>
Reviewed-by: Patrick Bruenn <p.bruenn@beckhoff.com>
  • Loading branch information
ckoehne committed May 25, 2022
1 parent aeaa9c4 commit a7b0139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OvmfPkg/Bhyve/BhyveBhfX64.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE

[PcdsFixedAtBuild]
gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
Expand Down

0 comments on commit a7b0139

Please sign in to comment.