## @file # Serial driver for standard UARTS on an ISA bus. # # 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 # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php # # 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 BASE_NAME = Uart16550SerialDxe FILE_GUID = 0D275C72-10C6-4d8c-8B2C-6610E69E3403 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = Uart16550SerialDriverEntry # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # [Sources] ComponentName.c Uart16550Serial.h Uart16550Serial.c [Packages] InsydeCrPkg/InsydeCrPkg.dec MdePkg/MdePkg.dec InsydeModulePkg/InsydeModulePkg.dec [LibraryClasses] PcdLib ReportStatusCodeLib UefiBootServicesTableLib MemoryAllocationLib BaseMemoryLib DevicePathLib UefiLib UefiDriverEntryPoint DebugLib PrintLib [Guids] gEfiUartDevicePathGuid [Protocols] gH2OCrUart16550AccessProtocolGuid ## CONSUMES gH2OCrOpRomInfoProtocolGuid ## CONSUMES gEfiDevicePathProtocolGuid ## PRODUCES gEfiSerialIoProtocolGuid ## PRODUCES [FeaturePcd] gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE gInsydeCrTokenSpaceGuid.PcdH2OCrUart16550aSerialLineBreakToCtrlCSupported [FixedPcd] gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1