PciSioSerialDxe driver can manages UARTs on a SIO chip or a PCI/PCIE
card.

Ruiyu Ni (2):
  MdeModulePkg: Add PciSioSerialDxe driver
  MdeModulePkg: Add PciSioSerialDxe driver to DSC

 .../Bus/Pci/PciSioSerialDxe/ComponentName.c        |  288 +++++
 .../Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf    |   81 ++
 .../Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.uni    |  Bin 0 -> 1940 bytes
 .../Pci/PciSioSerialDxe/PciSioSerialDxeExtra.uni   |  Bin 0 -> 1380 bytes
 MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c      | 1206 +++++++++++++++++++
 MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h      |  787 +++++++++++++
 MdeModulePkg/Bus/Pci/PciSioSerialDxe/SerialIo.c    | 1243 ++++++++++++++++++++
 MdeModulePkg/MdeModulePkg.dec                      |   34 +
 MdeModulePkg/MdeModulePkg.dsc                      |    1 +
 9 files changed, 3640 insertions(+)
 create mode 100644 MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c
 create mode 100644 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
 create mode 100644 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.uni
 create mode 100644 
MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxeExtra.uni
 create mode 100644 MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c
 create mode 100644 MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h
 create mode 100644 MdeModulePkg/Bus/Pci/PciSioSerialDxe/SerialIo.c

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to