On 22 December 2017 at 12:16, Meenakshi Aggarwal <[email protected]> wrote: > Following patches add support for pci emulation layer > and SATA on NXP boards. > > Null Library for USB is also present to give completeness > to Pci Emulation layer. > > Meenakshi Aggarwal (3): > USB: Added Support of DWC3 USB controller. > PciEmulation : Add support for Pci Emulation layer. > SATA : Added SATA controller initialization driver. >
Please don't add PCI emulation drivers. Instead, we have NonDiscoverablePciDeviceDxe that supports AHCI, XHCI, EHCI, OHCI, UHCI, UFS, NVME and SDHCI platform devices. > Platform/NXP/Drivers/PciEmulation/PciEmulation.c | 624 > +++++++++++++++++++++ > Platform/NXP/Drivers/PciEmulation/PciEmulation.h | 306 ++++++++++ > Platform/NXP/Drivers/PciEmulation/PciEmulation.inf | 54 ++ > .../NXP/Drivers/PciEmulation/PciRootBridgeIo.c | 286 ++++++++++ > Platform/NXP/Drivers/SataInitDxe/SataInit.c | 122 ++++ > Platform/NXP/Drivers/SataInitDxe/SataInit.h | 32 ++ > Platform/NXP/Drivers/SataInitDxe/SataInitDxe.inf | 43 ++ > .../NXP/Library/UsbHcdNullLibrary/UsbHcdLibNull.c | 25 + > .../NXP/Library/UsbHcdNullLibrary/UsbHcdNull.inf | 28 + > Platform/NXP/NxpQoriqLs.dec | 14 +- > Platform/NXP/NxpQoriqLs.dsc | 15 + > 11 files changed, 1547 insertions(+), 2 deletions(-) > create mode 100644 Platform/NXP/Drivers/PciEmulation/PciEmulation.c > create mode 100755 Platform/NXP/Drivers/PciEmulation/PciEmulation.h > create mode 100644 Platform/NXP/Drivers/PciEmulation/PciEmulation.inf > create mode 100644 Platform/NXP/Drivers/PciEmulation/PciRootBridgeIo.c > create mode 100644 Platform/NXP/Drivers/SataInitDxe/SataInit.c > create mode 100644 Platform/NXP/Drivers/SataInitDxe/SataInit.h > create mode 100644 Platform/NXP/Drivers/SataInitDxe/SataInitDxe.inf > create mode 100644 Platform/NXP/Library/UsbHcdNullLibrary/UsbHcdLibNull.c > create mode 100644 Platform/NXP/Library/UsbHcdNullLibrary/UsbHcdNull.inf > > -- > 1.9.1 > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

