]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SourceLevelDebugPkg: Refine the format of meta data files.
authorShumin Qiu <shumin.qiu@intel.com>
Mon, 19 Jan 2015 02:44:10 +0000 (02:44 +0000)
committershenshushi <shenshushi@Edk2>
Mon, 19 Jan 2015 02:44:10 +0000 (02:44 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16618 6f19259b-4bc3-4df7-8a09-765794883524

SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf
SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf
SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Pei.inf
SourceLevelDebugPkg/SourceLevelDebugPkg.dec
SourceLevelDebugPkg/SourceLevelDebugPkg.dsc

index aeb36974e050583a29737bbbf8cd443acbeded4e..b0581a314579a088bc2c9b54d637c936e15ada84 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Agent library instance for SMM modules.\r
 #\r
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   ## CONSUMES ## SystemTable\r
   ## CONSUMES ## HOB\r
   gEfiDebugAgentGuid\r
-  gEfiVectorHandoffTableGuid            ## PRODUCES # SMM Configuration Table\r
+  gEfiVectorHandoffTableGuid            ## PRODUCES ## GUID # SMM Configuration Table\r
 \r
 [Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdFSBClock                                             ## SOMETIMES_CONSUMES\r
-  ## Skip Page Fault exception (14) by default in SMM\r
+  # Skip Page Fault exception (14) by default in SMM\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000  ## SOMETIMES_CONSUMES\r
 \r
index 0cfdc9d615f930694c2c13158ed384618fda0269..b9f4889166c173882b35c8584c76ffd268535649 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Communication Library instance based on usb debug port.\r
 #\r
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
 \r
 [Pcd]\r
-  ## The memory BAR of usb debug port, it may be different with the memory bar of ehci host controller.\r
-  ## Note that the memory BAR address is only used before Pci bus resource allocation.\r
+  # The memory BAR of usb debug port, it may be different with the memory bar of ehci host controller.\r
+  # Note that the memory BAR address is only used before Pci bus resource allocation.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbDebugPortMemorySpaceBase    ## SOMETIMES_CONSUMES\r
-  ## The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
-  ## Note that the memory BAR address is only used before Pci bus resource allocation.\r
+  # The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
+  # Note that the memory BAR address is only used before Pci bus resource allocation.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciMemorySpaceBase         ## SOMETIMES_CONSUMES\r
-  ## The pci address of ehci host controller, in which usb debug feature is enabled.\r
-  ## The format of pci address please refer to SourceLevelDebugPkg.dec\r
+  # The pci address of ehci host controller, in which usb debug feature is enabled.\r
+  # The format of pci address please refer to SourceLevelDebugPkg.dec\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciPciAddress              ## CONSUMES\r
-  ## The value of data buffer size used for USB debug port handle.\r
-  ## It should be equal to sizeof (USB_DEBUG_PORT_HANDLE).\r
+  # The value of data buffer size used for USB debug port handle.\r
+  # It should be equal to sizeof (USB_DEBUG_PORT_HANDLE).\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize|40   ## SOMETIMES_CONSUMES\r
 \r
 [LibraryClasses]\r
index e98462306c4f0f8c257000ecc2c7a1b9358c160f..88c3723b09b84870110acf9f3700a357bb7e9050 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Communication Library instance based on usb3 debug port.\r
 #\r
-#  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
 \r
 [Pcd]\r
-  ## The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
-  ## Note that the memory BAR address is only used before Pci bus resource allocation.\r
+  # The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
+  # Note that the memory BAR address is only used before Pci bus resource allocation.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciMemorySpaceBase          ## SOMETIMES_CONSUMES\r
 \r
-  ## The pci address of ehci host controller, in which usb debug feature is enabled.\r
-  ## The format of pci address please refer to SourceLevelDebugPkg.dec\r
+  # The pci address of ehci host controller, in which usb debug feature is enabled.\r
+  # The format of pci address please refer to SourceLevelDebugPkg.dec\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciPciAddress               ## CONSUMES\r
 \r
-  ## Per XHCI spec, software shall impose a timeout between the detection of the Debug Host \r
-  ## connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.\r
+  # Per XHCI spec, software shall impose a timeout between the detection of the Debug Host \r
+  # connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciDebugDetectTimeout       ## SOMETIMES_CONSUMES\r
 \r
-  ## The value of data buffer size used for USB debug port handle.\r
-  ## It should be equal to sizeof (USB3_DEBUG_PORT_HANDLE).\r
+  # The value of data buffer size used for USB debug port handle.\r
+  # It should be equal to sizeof (USB3_DEBUG_PORT_HANDLE).\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize|256   ## SOMETIMES_CONSUMES\r
 \r
 [LibraryClasses]\r
index 24cd4a0b5e2b3f891496a2c2f3f730d0f9c3e283..fbc04f3aa433032c43f0843ddd853c4431c798e5 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Communication Library instance based on usb3 debug port.\r
 #\r
-#  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
 \r
 [Pcd]\r
-  ## The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
-  ## Note that the memory BAR address is only used before Pci bus resource allocation.\r
+  # The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
+  # Note that the memory BAR address is only used before Pci bus resource allocation.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciMemorySpaceBase          ## SOMETIMES_CONSUMES\r
 \r
-  ## The pci address of ehci host controller, in which usb debug feature is enabled.\r
-  ## The format of pci address please refer to SourceLevelDebugPkg.dec\r
+  # The pci address of ehci host controller, in which usb debug feature is enabled.\r
+  # The format of pci address please refer to SourceLevelDebugPkg.dec\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciPciAddress               ## CONSUMES\r
 \r
-  ## Per XHCI spec, software shall impose a timeout between the detection of the Debug Host \r
-  ## connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.\r
+  # Per XHCI spec, software shall impose a timeout between the detection of the Debug Host \r
+  # connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciDebugDetectTimeout       ## SOMETIMES_CONSUMES\r
 \r
-  ## The value of data buffer size used for USB debug port handle.\r
-  ## It should be equal to sizeof (USB3_DEBUG_PORT_HANDLE).\r
+  # The value of data buffer size used for USB debug port handle.\r
+  # It should be equal to sizeof (USB3_DEBUG_PORT_HANDLE).\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize|256   ## SOMETIMES_CONSUMES\r
 \r
 [LibraryClasses]\r
index e634ca7638fdae004c96dc1f7b0053751cb153fe..166938747daddbd3294ac5df918612ec2c305753 100644 (file)
@@ -1,5 +1,4 @@
 ## @file  SourceLevelDebugPkg.dec\r
-#\r
 # This package provides target side modules to support source level debug.\r
 # The target side components includes the Debug Agent Library instance\r
 # to communicate with host side modules, Debug Communication Library and\r
@@ -7,7 +6,7 @@
 # and host, PeCoffExtraActionLib instance to report symbol path information,\r
 # etc.\r
 #\r
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials are licensed and made available under \r
 # the terms and conditions of the BSD License that accompanies this distribution.  \r
 # The full text of the license may be found at\r
index 7f17cd37c1d4068dee9484abe580892f49345fbe..ed0e7954192bbcce8acf2f84d8556eddb03c32fa 100644 (file)
@@ -1,8 +1,7 @@
 ## @file\r
-#\r
 # Source Level Debug Package.\r
 #\r
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #    This program and the accompanying materials\r
 #    are licensed and made available under the terms and conditions of the BSD License\r