]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
3429b8f8b80a6a1e21b7547e9b1408f500efac38
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaSerialDxe / IsaSerialDxe.inf
1 #/** @file
2 # Serial driver for standard UARTS on an ISA bus.
3 #
4 # Copyright (c) 2007 - 2009, Intel Corporation
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = IsaSerialDxe
19 FILE_GUID = 93B80003-9FB3-11d4-9A3A-0090273FC14D
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 EFI_SPECIFICATION_VERSION = 0x00020000
23 ENTRY_POINT = InitializeIsaSerial
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30 # DRIVER_BINDING = gSerialControllerDriver
31 # COMPONENT_NAME = gIsaSerialComponentName
32 # COMPONENT_NAME2 = gIsaSerialComponentName2
33 #
34
35 [Sources.common]
36 ComponentName.c
37 Serial.h
38 Serial.c
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 IntelFrameworkPkg/IntelFrameworkPkg.dec
44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
45
46 [LibraryClasses]
47 PcdLib
48 ReportStatusCodeLib
49 UefiBootServicesTableLib
50 MemoryAllocationLib
51 BaseMemoryLib
52 DevicePathLib
53 UefiLib
54 BaseLib
55 UefiDriverEntryPoint
56 DebugLib
57
58 [Protocols]
59 gEfiIsaIoProtocolGuid ## TO_START
60 gEfiDevicePathProtocolGuid ## TO_START
61 gEfiSerialIoProtocolGuid ## BY_START
62
63 [FixedPcd.common]
64 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
65 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
66 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
67 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
68
69 [FeaturePcd.common]
70 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE