Last change
on this file since 80721 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.7 KB
|
Line | |
---|
1 | //
|
---|
2 | // DumpDynPcd is a shell application to dump dynamic pcd information.
|
---|
3 | //
|
---|
4 | // Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
|
---|
5 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | //
|
---|
7 | //**/
|
---|
8 |
|
---|
9 | /=#
|
---|
10 |
|
---|
11 | #langdef en-US "English"
|
---|
12 |
|
---|
13 | #string STR_DUMP_DYN_PCD_HELP_INFORMATION #language en-US ""
|
---|
14 | ".TH DumpDynPcd 0 "Dump dynamic[ex] PCD info."\r\n"
|
---|
15 | ".SH NAME\r\n"
|
---|
16 | "Dump dynamic[ex] PCD info.\r\n"
|
---|
17 | ".SH SYNOPSIS\r\n"
|
---|
18 | " \r\n"
|
---|
19 | "DumpDynPcd [PcdName].\r\n"
|
---|
20 | ".SH OPTIONS\r\n"
|
---|
21 | " \r\n"
|
---|
22 | " PcdName Specifies the name of PCD.\r\n"
|
---|
23 | " A literal[or partial] name or a pattern as specified in\r\n"
|
---|
24 | " the MetaiMatch() function of the EFI_UNICODE_COLLATION2_PROCOOL.\r\n"
|
---|
25 | " If it is absent, dump all PCDs' info.\r\n"
|
---|
26 | "The PCD data is printed as hexadecimal dump.\n"
|
---|
27 | "\r\n"
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.