Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/SourceLevelDebugPkg.dec
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/SourceLevelDebugPkg.dec
r58466 r77662 7 7 # etc. 8 8 # 9 # Copyright (c) 2010 - 201 5, Intel Corporation. All rights reserved.<BR>9 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> 10 10 # This program and the accompanying materials are licensed and made available under 11 11 # the terms and conditions of the BSD License that accompanies this distribution. … … 23 23 PACKAGE_UNI_FILE = SourceLevelDebugPkg.uni 24 24 PACKAGE_GUID = DBF00C27-D8D7-443d-918B-4E85CDA1373B 25 PACKAGE_VERSION = 0. 8625 PACKAGE_VERSION = 0.96 26 26 27 27 [Includes] … … 93 93 ## The memory BAR of xhci host controller, in which usb debug feature is enabled. 94 94 ## Note that the memory BAR address is only used before Pci bus resource allocation. 95 # @Prompt Configure ehci host controller memory BAR.95 # @Prompt Configure xhci host controller memory BAR. 96 96 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciMemorySpaceBase|0xD0000000|UINT64|0x00000007 97 97 … … 113 113 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciDebugDetectTimeout|3000000|UINT64|0x00000009 114 114 115 ## Default revision of the debug agent transfer protocol. 116 # The upper 16 bits indicate the major revision and the lower 16 bits indicate the minor revision. 117 # For example, a value of 0x00000004 stands for revision 0.4. 118 # Debug packet compression and decompression is supported since revision 0.4. 119 # @Prompt Default revision of the debug agent transfer protocol. 120 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision|0x00000004|UINT32|0x0000000a 121 115 122 [UserExtensions.TianoCore."ExtraFiles"] 116 123 SourceLevelDebugPkgExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.