search for: pcirootbridgenoenumeration

Displaying 2 results from an estimated 2 matches for "pcirootbridgenoenumeration".

2013 Nov 17
6
Re: [edk2] [PATCH RFC 0/7] OvmfPkg: make OVMF fully working with Xen
...proved. ;-) >> >> Any advice is welcomed. I''m particular interested in comments such as how to >> organize code, what to refactor, how to achieve wider benifit for other use >> cases. >> >> Wei. >> >> Wei Liu (7): >> HACK: Use DeutPkg/PciRootBridgeNoEnumeration and >> PciBusNoEnumerationDxe > > These modules would need to move to PcAtChipsetPkg in the non-hack version. > > Actually, it would be even better if the generic version of these > modules could be tweaked with a PCD to not do enumeration. > OK. I will look into it. J...
2013 Nov 15
0
Re: [edk2] Passing Xen memory map and resource map to OVMF
...> > There are other examples in the edk2 where PCI enumeration is not required: > 1) DUET, as the PCI enumeration has already been done. You can see in https://svn.code.sf.net/p/edk2/code/trunk/edk2/DuetPkg/DuetPkgX64.dsc that the UEFI required protocols for PCI are implemented in DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf and DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf > 2) The BeagleBoard does not have PCI, but it produces a fake set of PCI interfaces to reuse some of the EFI PCI drivers. See https://svn.code.sf.net/p/edk2/code/trunk/edk2/Omap35xxPkg/PciEmulation/ &gt...