]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / Library / GdbSerialDebugPortLib / GdbSerialDebugPortLib.inf
diff --git a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf b/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf
new file mode 100644 (file)
index 0000000..42a7caa
--- /dev/null
@@ -0,0 +1,50 @@
+#%HEADER%\r
+#/** @file\r
+# Component description file for Base PCI Cf8 Library.\r
+#\r
+# PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.\r
+#  Layers on top of an I/O Library instance.\r
+# Copyright (c) 2007, Intel Corporation.\r
+#\r
+#  All rights reserved. This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = GdbSerialDebugPortLib\r
+  FILE_GUID                      = 42ABB10A-660A-4BEC-AEFA-CC94AB4D993D\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = GdbSerialLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+\r
+  CONSTRUCTOR                    = GdbSerialLibDebugPortConstructor\r
+\r
+\r
+[Sources.common]\r
+  GdbSerialDebugPortLib.c\r
+\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  EmbeddedPkg/EmbeddedPkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  IoLib\r
+\r
+[Protocols.common]\r
+  gEfiDebugPortProtocolGuid\r
+  \r
+[FixedPcd.common]\r
+  gEmbeddedTokenSpaceGuid.PcdGdbBaudRate|115200\r
+  gEmbeddedTokenSpaceGuid.PcdGdbDataBits|8\r
+  gEmbeddedTokenSpaceGuid.PcdGdbParity|1\r
+  gEmbeddedTokenSpaceGuid.PcdGdbStopBits|1\r
+  gEmbeddedTokenSpaceGuid.PcdGdbMaxPacketRetryCount\r