From d63e4c23080e9a77fad69911c012e878fe6175a4 Mon Sep 17 00:00:00 2001 From: jljusten Date: Tue, 18 Mar 2008 17:21:58 +0000 Subject: [PATCH] edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf: * Match filename case for Serial.h and Serial.c. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4904 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf index 3b5b81f1a0..c2a02be98b 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf @@ -2,7 +2,7 @@ # Component description file for IsaSerial module. # # Serial driver for standard UARTS on an ISA bus. -# Copyright (c) 2007, Intel Corporation +# Copyright (c) 2007 - 2008, 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 @@ -22,7 +22,6 @@ VERSION_STRING = 1.0 EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = InitializeIsaSerial # @@ -37,9 +36,8 @@ [Sources.common] ComponentName.c ComponentName.h - serial.h - serial.c - + Serial.h + Serial.c [Packages] MdePkg/MdePkg.dec @@ -59,7 +57,6 @@ UefiDriverEntryPoint DebugLib - [Protocols] gEfiIsaIoProtocolGuid # PROTOCOL TO_START gEfiSerialIoProtocolGuid # PROTOCOL BY_START @@ -68,11 +65,9 @@ [FeaturePcd.common] gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable - [FixedPcd.common] gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1 - -- 2.39.2