1 | // /** @file
|
---|
2 | // This package provides target side modules to support source level debug.
|
---|
3 | //
|
---|
4 | // This package provides target side modules to support source level debug.
|
---|
5 | // The target side components includes the Debug Agent Library instance
|
---|
6 | // to communicate with host side modules, Debug Communication Library and
|
---|
7 | // instances to provide the communication I/O functions between Debug Agent
|
---|
8 | // and host, PeCoffExtraActionLib instance to report symbol path information,
|
---|
9 | // etc.
|
---|
10 | //
|
---|
11 | // Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
12 | //
|
---|
13 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
14 | //
|
---|
15 | // **/
|
---|
16 |
|
---|
17 |
|
---|
18 | #string STR_PACKAGE_ABSTRACT #language en-US "This package provides target side modules to support source level debug."
|
---|
19 |
|
---|
20 | #string STR_PACKAGE_DESCRIPTION #language en-US "The target side components includes the Debug Agent Library instance\n"
|
---|
21 | "to communicate with host side modules, Debug Communication Library and\n"
|
---|
22 | "instances to provide the communication I/O functions between Debug Agent\n"
|
---|
23 | "and host, PeCoffExtraActionLib instance to report symbol path information,\n"
|
---|
24 | "etc."
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
28 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbDebugPortMemorySpaceBase_PROMPT #language en-US "Configure USB debug port memory BAR"
|
---|
29 |
|
---|
30 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbDebugPortMemorySpaceBase_HELP #language en-US "The memory BAR of USB debug port, it may be different from the memory BAR of EHCI host controller.<BR>\n"
|
---|
31 | "Note that the memory BAR address is only used before PCI bus resource allocation."
|
---|
32 |
|
---|
33 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbEhciMemorySpaceBase_PROMPT #language en-US "Configure EHCI host controller memory BAR"
|
---|
34 |
|
---|
35 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbEhciMemorySpaceBase_HELP #language en-US "The memory BAR of EHCI host controller, in which USB debug feature is enabled.<BR>\n"
|
---|
36 | "Note that the memory BAR address is only used before PCI bus resource allocation."
|
---|
37 |
|
---|
38 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbEhciPciAddress_PROMPT #language en-US "Configure EHCI host controller PCI address"
|
---|
39 |
|
---|
40 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbEhciPciAddress_HELP #language en-US "The PCI address of EHCI host controller, in which USB debug feature is enabled.<BR>\n"
|
---|
41 | "The format of PCI address is :<BR>\n"
|
---|
42 | "-----------------------------------------------------------------------<BR>\n"
|
---|
43 | "| Bits 28..31 | Bits 20..27 | Bits 15..19 | Bits 12..14 | Bits 00..11 |<BR>\n"
|
---|
44 | "-----------------------------------------------------------------------<BR>\n"
|
---|
45 | "| 0 | Bus | Device | Function | 0 |<BR>\n"
|
---|
46 | "-----------------------------------------------------------------------<BR>\n"
|
---|
47 | "For the value 0x000EF000, it means the PCI address at bus 0x0, device 0x1D, function 0x7."
|
---|
48 |
|
---|
49 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_ERR_80000001 #language en-US "Invalid value provided."
|
---|
50 |
|
---|
51 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdExceptionsIgnoredByDebugger_PROMPT #language en-US "Configure exception numbers not to be hooked by Debug Agent"
|
---|
52 |
|
---|
53 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdExceptionsIgnoredByDebugger_HELP #language en-US "The mask of exception numbers whose handlers would be ignored and cannot be replaced or\n"
|
---|
54 | "hooked by Debug Agent Library. Masking INT1/INT3 is invalid."
|
---|
55 |
|
---|
56 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdDebugLoadImageMethod_PROMPT #language en-US "Select loading/unloading image break method"
|
---|
57 |
|
---|
58 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdDebugLoadImageMethod_HELP #language en-US "The method to issue break point to Debug Agent Library when loading/unloading image.<BR><BR>\n"
|
---|
59 | "1: Use I/O Port 84 to issue hardware break point<BR>\n"
|
---|
60 | "2: Use INT3 to issue software break point<BR>"
|
---|
61 |
|
---|
62 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdDebugPortHandleBufferSize_PROMPT #language en-US "Assign debug port buffer size"
|
---|
63 |
|
---|
64 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdDebugPortHandleBufferSize_HELP #language en-US "The data buffer size used by debug port in debug communication library instances.\n"
|
---|
65 | "Its value is not suggested to be changed in platform DSC file."
|
---|
66 |
|
---|
67 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciMemorySpaceBase_PROMPT #language en-US "Configure xhci host controller memory BAR."
|
---|
68 |
|
---|
69 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciMemorySpaceBase_HELP #language en-US "The memory BAR of xhci host controller, in which usb debug feature is enabled.\n"
|
---|
70 | "Note that the memory BAR address is only used before Pci bus resource allocation."
|
---|
71 |
|
---|
72 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciPciAddress_PROMPT #language en-US "Configure xhci host controller pci address."
|
---|
73 |
|
---|
74 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciPciAddress_HELP #language en-US "The pci address of xhci host controller, in which usb debug feature is enabled.\n"
|
---|
75 | "The format of pci address is :<BR>\n"
|
---|
76 | "-----------------------------------------------------------------------<BR>\n"
|
---|
77 | "| Bits 28..31 | Bits 20..27 | Bits 15..19 | Bits 12..14 | Bits 00..11 |<BR>\n"
|
---|
78 | "-----------------------------------------------------------------------<BR>\n"
|
---|
79 | "| 0 | Bus | Device | Function | 0 |<BR>\n"
|
---|
80 | "-----------------------------------------------------------------------<BR>\n"
|
---|
81 | "For the value 0x000A0000, it means the pci address at bus 0x0, device 0x14, function 0x0."
|
---|
82 |
|
---|
83 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciDebugDetectTimeout_PROMPT #language en-US "Configure debug device detection timeout value."
|
---|
84 |
|
---|
85 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbXhciDebugDetectTimeout_HELP #language en-US "Per XHCI spec, software shall impose a timeout between the detection of the Debug Host\n"
|
---|
86 | "connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond."
|
---|
87 |
|
---|
88 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdTransferProtocolRevision_PROMPT #language en-US "Default revision of the debug agent transfer protocol."
|
---|
89 |
|
---|
90 | #string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdTransferProtocolRevision_HELP #language en-US "The upper 16 bits indicate the major revision and the lower 16 bits indicate\n"
|
---|
91 | "the minor revision.\n"
|
---|
92 | "For example, a value of 0x00000004 stands for revision 0.4.\n"
|
---|
93 | "Debug packet compression and decompression is supported since revision 0.4."
|
---|
94 |
|
---|