search for: pcibusnoenumeration

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

2013 Nov 15
0
Re: [edk2] Passing Xen memory map and resource map to OVMF
...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/ > > Hope this helps, > Thanks for the pointer, I will see...
2013 Nov 17
6
Re: [edk2] [PATCH RFC 0/7] OvmfPkg: make OVMF fully working with Xen
...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. Just to make clear, you want to keep P...