On Mon, 2023-06-12 at 11:20 +0200, Corvin Köhne wrote: > bhyve supports adding a ROM to PCI devices. It was added to support > GPU > passthrough of dedicated AMD GPUs. At the moment, this ROM file is > mostly useless as it's not shadowed and executed by firmware. Change > that by enabling bus enumeration. > > Signed-off-by: Corvin Köhne > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Cc: Rebecca Cran > Cc: Peter Grehan > --- >  OvmfPkg/Bhyve/BhyveX64.dsc | 1 - >  1 file changed, 1 deletion(-) > > diff --git a/OvmfPkg/Bhyve/BhyveX64.dsc b/OvmfPkg/Bhyve/BhyveX64.dsc > index e5167daa20a7..df7508d7c36d 100644 > --- a/OvmfPkg/Bhyve/BhyveX64.dsc > +++ b/OvmfPkg/Bhyve/BhyveX64.dsc > @@ -427,7 +427,6 @@ [PcdsFeatureFlag] >  !endif >   >  [PcdsFixedAtBuild] > -  gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE >    gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE >    gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE >    gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1 Hi, any comments on this? -- Kind regards, Corvin