]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / Library / GdbSerialLib / GdbSerialLib.inf
diff --git a/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf b/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf
new file mode 100644 (file)
index 0000000..0c8d0e6
--- /dev/null
@@ -0,0 +1,47 @@
+#%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                      = GdbSerialLib\r
+  FILE_GUID                      = 9999B4EE-081F-4501-AEDC-137A534BAF69\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                    = GdbSerialLibConstructor\r
+\r
+\r
+[Sources.common]\r
+  GdbSerialLib.c\r
+\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  EmbeddedPkg/EmbeddedPkg.dec\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  IoLib\r
+\r
+[FixedPcd.common]\r
+  gEmbeddedTokenSpaceGuid.PcdGdbBaudRate|115200\r
+  gEmbeddedTokenSpaceGuid.PcdGdbDataBits|8\r
+  gEmbeddedTokenSpaceGuid.PcdGdbParity|1\r
+  gEmbeddedTokenSpaceGuid.PcdGdbStopBits|1\r
+  gEmbeddedTokenSpaceGuid.PcdGdbUartPort\r