summaryrefslogtreecommitdiff
path: root/TexasInstrumentsPkg/BeagleBoneBlackPkg/Library/SerialPortLib/SerialPortLib.inf
diff options
context:
space:
mode:
Diffstat (limited to 'TexasInstrumentsPkg/BeagleBoneBlackPkg/Library/SerialPortLib/SerialPortLib.inf')
-rw-r--r--TexasInstrumentsPkg/BeagleBoneBlackPkg/Library/SerialPortLib/SerialPortLib.inf42
1 files changed, 42 insertions, 0 deletions
diff --git a/TexasInstrumentsPkg/BeagleBoneBlackPkg/Library/SerialPortLib/SerialPortLib.inf b/TexasInstrumentsPkg/BeagleBoneBlackPkg/Library/SerialPortLib/SerialPortLib.inf
new file mode 100644
index 000000000..314675389
--- /dev/null
+++ b/TexasInstrumentsPkg/BeagleBoneBlackPkg/Library/SerialPortLib/SerialPortLib.inf
@@ -0,0 +1,42 @@
+## @file
+# SerialPortLib instance for 16550 UART
+#
+# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+# 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 = SerialPortLib
+ FILE_GUID = 4449c844-66ff-4359-ab6b-67714b4f84a0
+ MODULE_TYPE = BASE
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = SerialPortLib
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[LibraryClasses]
+ PcdLib
+ IoLib
+ #PlatformHookLib
+
+[Sources]
+ SerialPortLib.c
+
+[Pcd]
+ #gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio
+ #gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseHardwareFlowControl
+ #gEfiMdeModulePkgTokenSpaceGuid.PcdSerialDetectCable
+ #gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase
+ #gEfiMdeModulePkgTokenSpaceGuid.PcdSerialBaudRate
+ #gEfiMdeModulePkgTokenSpaceGuid.PcdSerialLineControl
+ #gEfiMdeModulePkgTokenSpaceGuid.PcdSerialFifoControl