]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni
ShellPkg/mm: Support UINT16 segment number
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / UefiShellDebug1CommandsLib.uni
index 2d5d16f0ef196005ef5fb6ff993d8b082b9ac932..6c02abeeac48985b7c7b91591014255f91f826b1 100644 (file)
 "MM Address [Value] [-w 1|2|4|8] [-MEM | -MMIO | -IO | -PCI | -PCIE] [-n]\r\n"\r
 ".SH OPTIONS\r\n"\r
 " \r\n"\r
-"  Address - Specifies a starting address.\r\n"\r
-"  Value   - Specifies the value to write.\r\n"\r
+"  Address - Starting address in hexadecimal format.\r\n"\r
+"  Value   - The value to write in hexadecimal format.\r\n"\r
 "  -MEM    - Memory Address type\r\n"\r
 "  -MMIO   - Memory Mapped IO Address type\r\n"\r
 "  -IO     - IO Address type\r\n"\r
 "  -PCI    - PCI Configuration Space Address type:\r\n"\r
-"            Address format: 0x000000ssbbddffrr\r\n"\r
-"              ss   - Segment\r\n"\r
+"            Address format: ssssbbddffrr\r\n"\r
+"              ssss - Segment\r\n"\r
 "              bb   - Bus\r\n"\r
 "              dd   - Device\r\n"\r
 "              ff   - Function\r\n"\r
 "              rr   - Register\r\n"\r
 "  -PCIE   - PCIE Configuration Space Address type:\r\n"\r
-"            Address format: 0x00000ssbbddffrrr\r\n"\r
-"              ss   - Segment\r\n"\r
+"            Address format: ssssbbddffrrr\r\n"\r
+"              ssss - Segment\r\n"\r
 "              bb   - Bus\r\n"\r
 "              dd   - Device\r\n"\r
 "              ff   - Function\r\n"\r
 "      follow the PCI Configuration Space Address format above. The 'PCI'\r\n"\r
 "      command can be used to determine the address for a specified device.\r\n"\r
 "      It is listed in the PCI configuration space dump information in the\r\n"\r
-"      following format: "[EFI 0x000000ssbbddffxx]".\r\n"\r
+"      following format: "[EFI ssbbddffxx]".\r\n"\r
 "  5.  If the PCIE address type is specified, the 'Address' parameter must\r\n"\r
 "      follow the PCIE Configuration Space Address format above.\r\n"\r
 "  6.  In interactive mode, type a hex value to modify, 'q' or '.' to exit.\r\n"\r
 "    IO  0x0000000000000086 : 0xFF >\r\n"\r
 "    IO  0x0000000000000087 : 0x00 > q\r\n"\r
 " \r\n"\r
-"  * To display PCI configuration space, ss=00, bb=00, dd=00, ff=00, rr=00:\r\n"\r
-"    Shell> mm 0000000000 -PCI\r\n"\r
+"  * To display PCI configuration space, ss=0000, bb=00, dd=00, ff=00, rr=00:\r\n"\r
+"    Shell> mm 000000000000 -PCI\r\n"\r
 "    PCI  0x0000000000000000 : 0x86 >\r\n"\r
 "    PCI  0x0000000000000001 : 0x80 >\r\n"\r
 "    PCI  0x0000000000000002 : 0x30 >\r\n"\r
 "    PCI  0x0000000000000005 : 0x00 > q\r\n"\r
 "    These contents can also be displayed by 'PCI 00 00 00'.\r\n"\r
 " \r\n"\r
-"  * To display PCIE configuration space, ss=00, bb=06, dd=00, ff=00, rrr=000:\r\n"\r
-"    Shell> mm 00060000000 -PCIE\r\n"\r
+"  * To display PCIE configuration space, ss=0000, bb=06, dd=00, ff=00, rrr=000:\r\n"\r
+"    Shell> mm 0000060000000 -PCIE\r\n"\r
 "    PCIE  0x0000000060000000 : 0xAB >\r\n"\r
 "    PCIE  0x0000000060000001 : 0x11 >\r\n"\r
 "    PCIE  0x0000000060000002 : 0x61 >\r\n"\r