]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/DebugSupportDxe/DebugSupportDxe.inf
Adding support for BeagleBoard.
[mirror_edk2.git] / EmbeddedPkg / DebugSupportDxe / DebugSupportDxe.inf
diff --git a/EmbeddedPkg/DebugSupportDxe/DebugSupportDxe.inf b/EmbeddedPkg/DebugSupportDxe/DebugSupportDxe.inf
new file mode 100644 (file)
index 0000000..d3dab66
--- /dev/null
@@ -0,0 +1,28 @@
+#%HEADER%\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = ArmDebugSupportDxe\r
+  FILE_GUID                      = 2e7c151b-cbd8-4df6-a0e3-cde660067c6a\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = DebugSupportDxeInitialize\r
+\r
+[Sources.common]\r
+  DebugSupport.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  EmbeddedePkg/EmbeddedePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseMemoryLib\r
+  CacheMaintenanceLib\r
+  UefiDriverEntryPoint\r
+  ArmLib\r
+\r
+[Protocols]\r
+  gEfiCpuArchProtocolGuid\r
+  gEfiDebugSupportProtocolGuid\r
+  gTimerDebugSupportProtocolGuid\r
+  \r