]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/SourceLevelDebugPkg.dec
ShellPkg/Dp: make sure memory is freed before exit
[mirror_edk2.git] / SourceLevelDebugPkg / SourceLevelDebugPkg.dec
index 166938747daddbd3294ac5df918612ec2c305753..b89e9c6ad601f2367d9975f434169c8c1aa990f8 100644 (file)
@@ -6,7 +6,7 @@
 # and host, PeCoffExtraActionLib instance to report symbol path information,\r
 # etc.\r
 #\r
-# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 2018, 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
@@ -22,7 +22,7 @@
   PACKAGE_NAME                   = SourceLevelDebugPkg\r
   PACKAGE_UNI_FILE               = SourceLevelDebugPkg.uni\r
   PACKAGE_GUID                   = DBF00C27-D8D7-443d-918B-4E85CDA1373B\r
-  PACKAGE_VERSION                = 0.86\r
+  PACKAGE_VERSION                = 0.96\r
 \r
 [Includes]\r
   Include\r
@@ -92,7 +92,7 @@
 \r
   ## The memory BAR of xhci 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
-  # @Prompt Configure ehci host controller memory BAR.\r
+  # @Prompt Configure xhci host controller memory BAR.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciMemorySpaceBase|0xD0000000|UINT64|0x00000007\r
   \r
   ## The pci address of xhci host controller, in which usb debug feature is enabled.\r
   # @Prompt Configure debug device detection timeout value.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciDebugDetectTimeout|3000000|UINT64|0x00000009\r
 \r
+  ## Default revision of the debug agent transfer protocol.\r
+  #  The upper 16 bits indicate the major revision and the lower 16 bits indicate the minor revision.\r
+  #  For example, a value of 0x00000004 stands for revision 0.4.\r
+  #  Debug packet compression and decompression is supported since revision 0.4.\r
+  # @Prompt Default revision of the debug agent transfer protocol.\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision|0x00000004|UINT32|0x0000000a\r
+\r
 [UserExtensions.TianoCore."ExtraFiles"]\r
   SourceLevelDebugPkgExtra.uni\r