X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FIsa%2FIsaSerialDxe%2FIsaSerialDxe.inf;h=b47023d149ab260e87cd776f3b3432cfdad0088c;hp=4c8c08fd539370a3b1408edb89e3f02b62222b63;hb=6b008b74fbc9fdef1359c3807fc5d043f34a2046;hpb=fa70a2c4cc9607f38e49a389f64ac32c600d47d2 diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf index 4c8c08fd53..b47023d149 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf @@ -1,7 +1,7 @@ -#/** @file +## @file # Serial driver for standard UARTS on an ISA bus. # -# Copyright (c) 2007 - 2009, Intel Corporation +# Copyright (c) 2007 - 2010, Intel Corporation # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -11,7 +11,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -19,7 +19,6 @@ FILE_GUID = 93B80003-9FB3-11d4-9A3A-0090273FC14D MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - EFI_SPECIFICATION_VERSION = 0x00020000 ENTRY_POINT = InitializeIsaSerial # @@ -32,14 +31,13 @@ # COMPONENT_NAME2 = gIsaSerialComponentName2 # -[Sources.common] +[Sources] ComponentName.c Serial.h Serial.c [Packages] MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec @@ -51,18 +49,23 @@ BaseMemoryLib DevicePathLib UefiLib - BaseLib UefiDriverEntryPoint DebugLib +[Guids] + gEfiUartDevicePathGuid + [Protocols] gEfiIsaIoProtocolGuid ## TO_START gEfiDevicePathProtocolGuid ## TO_START gEfiSerialIoProtocolGuid ## BY_START -[FixedPcd.common] +[FeaturePcd] + gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE + +[FixedPcd] gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1 - gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE +