]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciSioSerialDxe / PciSioSerialDxe.inf
1 ## @file
2 # Serial driver for standard UARTS on a SIO chip or PCI/PCIE card.
3 #
4 # Produces the Serial I/O protocol for standard UARTS using Super I/O or PCI I/O.
5 #
6 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = PciSioSerialDxe
15 MODULE_UNI_FILE = PciSioSerialDxe.uni
16 FILE_GUID = E2775B47-D453-4EE3-ADA7-391A1B05AC17
17 MODULE_TYPE = UEFI_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = InitializePciSioSerial
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26 # DRIVER_BINDING = gSerialControllerDriver
27 # COMPONENT_NAME = gPciSioSerialComponentName
28 # COMPONENT_NAME2 = gPciSioSerialComponentName2
29 #
30
31 [Sources]
32 ComponentName.c
33 SerialIo.c
34 Serial.h
35 Serial.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 PcdLib
43 ReportStatusCodeLib
44 UefiBootServicesTableLib
45 MemoryAllocationLib
46 BaseMemoryLib
47 DevicePathLib
48 UefiLib
49 UefiDriverEntryPoint
50 DebugLib
51 IoLib
52
53 [Guids]
54 gEfiUartDevicePathGuid ## SOMETIMES_CONSUMES ## GUID
55
56 [Protocols]
57 gEfiSioProtocolGuid ## TO_START
58 gEfiDevicePathProtocolGuid ## TO_START
59 gEfiPciIoProtocolGuid ## TO_START
60 gEfiSerialIoProtocolGuid ## BY_START
61 gEfiDevicePathProtocolGuid ## BY_START
62
63 [FeaturePcd]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHalfHandshake|FALSE ## CONSUMES
65
66 [Pcd]
67 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200 ## CONSUMES
68 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8 ## CONSUMES
69 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1 ## CONSUMES
70 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1 ## CONSUMES
71 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialClockRate|1843200 ## CONSUMES
72 gEfiMdeModulePkgTokenSpaceGuid.PcdPciSerialParameters ## CONSUMES
73
74 [UserExtensions.TianoCore."ExtraFiles"]
75 PciSioSerialDxeExtra.uni