VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/SourceLevelDebugPkg.uni@ 78782

Last change on this file since 78782 was 58464, checked in by vboxsync, 9 years ago

EFI/Firmware: Export new files and directories.

  • Property svn:mime-type set to text/plain;encoding=UTF-16LE
File size: 11.9 KB
Line 
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 - 2014, Intel Corporation. All rights reserved.<BR>
12//
13// This program and the accompanying materials are licensed and made available under
14// the terms and conditions of the BSD License that accompanies this distribution.
15// The full text of the license may be found at
16// http://opensource.org/licenses/bsd-license.php.
17//
18// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20//
21// **/
22
23
24#string STR_PACKAGE_ABSTRACT #language en-US "This package provides target side modules to support source level debug."
25
26#string STR_PACKAGE_DESCRIPTION #language en-US "The target side components includes the Debug Agent Library instance\n"
27 "to communicate with host side modules, Debug Communication Library and\n"
28 "instances to provide the communication I/O functions between Debug Agent\n"
29 "and host, PeCoffExtraActionLib instance to report symbol path information,\n"
30 "etc."
31
32
33
34#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbDebugPortMemorySpaceBase_PROMPT #language en-US "Configure USB debug port memory BAR"
35
36#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"
37 "Note that the memory BAR address is only used before PCI bus resource allocation."
38
39#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbEhciMemorySpaceBase_PROMPT #language en-US "Configure EHCI host controller memory BAR"
40
41#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbEhciMemorySpaceBase_HELP #language en-US "The memory BAR of EHCI host controller, in which USB debug feature is enabled.<BR>\n"
42 "Note that the memory BAR address is only used before PCI bus resource allocation."
43
44#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbEhciPciAddress_PROMPT #language en-US "Configure EHCI host controller PCI address"
45
46#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdUsbEhciPciAddress_HELP #language en-US "The PCI address of EHCI host controller, in which USB debug feature is enabled.<BR>\n"
47 "The format of PCI address is :<BR>\n"
48 "-----------------------------------------------------------------------<BR>\n"
49 "| Bits 28..31 | Bits 20..27 | Bits 15..19 | Bits 12..14 | Bits 00..11 |<BR>\n"
50 "-----------------------------------------------------------------------<BR>\n"
51 "| 0 | Bus | Device | Function | 0 |<BR>\n"
52 "-----------------------------------------------------------------------<BR>\n"
53 "For the value 0x000EF000, it means the PCI address at bus 0x0, device 0x1D, function 0x7."
54
55#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_ERR_80000001 #language en-US "Invalid value provided."
56
57#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdExceptionsIgnoredByDebugger_PROMPT #language en-US "Configure exception numbers not to be hooked by Debug Agent"
58
59#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdExceptionsIgnoredByDebugger_HELP #language en-US "The mask of exception numbers whose handlers would be ignored and cannot be replaced or\n"
60 "hooked by Debug Agent Library. Masking INT1/INT3 is invalid."
61
62#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdDebugLoadImageMethod_PROMPT #language en-US "Select loading/unloading image break method"
63
64#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"
65 "1: Use I/O Port 84 to issue hardware break point<BR>\n"
66 "2: Use INT3 to issue software break point<BR>"
67
68#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdDebugPortHandleBufferSize_PROMPT #language en-US "Assign debug port buffer size"
69
70#string STR_gEfiSourceLevelDebugPkgTokenSpaceGuid_PcdDebugPortHandleBufferSize_HELP #language en-US "The data buffer size used by debug port in debug communication library instances.\n"
71 "Its value is not suggested to be changed in platform DSC file."
72
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette