Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/SourceLevelDebugPkg/SourceLevelDebugPkg.uni
- 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.uni
r58464 r77662 1 // /** @file1 // /** @file 2 2 // This package provides target side modules to support source level debug. 3 3 // … … 9 9 // etc. 10 10 // 11 // Copyright (c) 2010 - 201 4, Intel Corporation. All rights reserved.<BR>11 // Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR> 12 12 // 13 13 // This program and the accompanying materials are licensed and made available under … … 71 71 "Its value is not suggested to be changed in platform DSC file." 72 72 73 #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciMemorySpaceBase_PROMPT #language en-US "Configure xhci host controller memory BAR." 74 75 #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciMemorySpaceBase_HELP #language en-US "The memory BAR of xhci host controller, in which usb debug feature is enabled.\n" 76 "Note that the memory BAR address is only used before Pci bus resource allocation." 77 78 #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciPciAddress_PROMPT #language en-US "Configure xhci host controller pci address." 79 80 #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciPciAddress_HELP #language en-US "The pci address of xhci host controller, in which usb debug feature is enabled.\n" 81 "The format of pci address is :<BR>\n" 82 "-----------------------------------------------------------------------<BR>\n" 83 "| Bits 28..31 | Bits 20..27 | Bits 15..19 | Bits 12..14 | Bits 00..11 |<BR>\n" 84 "-----------------------------------------------------------------------<BR>\n" 85 "| 0 | Bus | Device | Function | 0 |<BR>\n" 86 "-----------------------------------------------------------------------<BR>\n" 87 "For the value 0x000A0000, it means the pci address at bus 0x0, device 0x14, function 0x0." 88 89 #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciDebugDetectTimeout_PROMPT #language en-US "Configure debug device detection timeout value." 90 91 #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciDebugDetectTimeout_HELP #language en-US "Per XHCI spec, software shall impose a timeout between the detection of the Debug Host\n" 92 "connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond." 93 94 #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdTransferProtocolRevision_PROMPT #language en-US "Default revision of the debug agent transfer protocol." 95 96 #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdTransferProtocolRevision_HELP #language en-US "The upper 16 bits indicate the major revision and the lower 16 bits indicate\n" 97 "the minor revision.\n" 98 "For example, a value of 0x00000004 stands for revision 0.4.\n" 99 "Debug packet compression and decompression is supported since revision 0.4." 100
Note:
See TracChangeset
for help on using the changeset viewer.