[PATCH] ShellPkg:Improved Smbios Type0 fields under SmbiosView

Corrected few wrongly updated Smbios Type0 strings as per Smbios Spec under 
SmbiosView.

Signed-off by: Kanagavel S <kanagav...@ami.com>

CC: Srinivasan M <srinivas...@ami.com>
CC: Sundaresan S <sundares...@ami.com>
CC: Prarthana S  <prarthan...@ami.com>
CC: Ramesh R     <rame...@ami.com>
---
 .../UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c     | 4 ++--
 .../SmbiosView/SmbiosViewStrings.uni                      | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c 
b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
index e936ee8ea9..db868f36d1 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
@@ -2,7 +2,7 @@
   Module for clarifying the content of the smbios structure element 
information.



   Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>

-  Copyright (c) 1985 - 2022, American Megatrends International LLC.<BR>

+  Copyright (c) 1985 - 2023, American Megatrends International LLC.<BR>

   (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>

   (C) Copyright 2015-2019 Hewlett Packard Enterprise Development LP<BR>

   SPDX-License-Identifier: BSD-2-Clause-Patent

@@ -1459,7 +1459,7 @@ DisplayBiosCharacteristics (
   // Just print the Reserved

   //

   ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN 
(STR_SMBIOSVIEW_PRINTINFO_BITS_32_47), gShellDebug1HiiHandle);

-  ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN 
(STR_SMBIOSVIEW_PRINTINFO_BITS_48_64), gShellDebug1HiiHandle);

+  ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN 
(STR_SMBIOSVIEW_PRINTINFO_BITS_48_63), gShellDebug1HiiHandle);

 }



 /**

diff --git 
a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosViewStrings.uni 
b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosViewStrings.uni
index 1ab0e3dd60..3aa021f2c0 100644
--- 
a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosViewStrings.uni
+++ 
b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosViewStrings.uni
@@ -1,7 +1,7 @@
 // /**

 //

 // Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>

-// Copyright (c) 1985 - 2022, American Megatrends International LLC.<BR>

+// Copyright (c) 1985 - 2023, American Megatrends International LLC.<BR>

 // (C) Copyright 2014-2015 Hewlett-Packard Development Company, L.P.<BR>

 // (C) Copyright 2015-2019 Hewlett Packard Enterprise Development LP<BR>

 // SPDX-License-Identifier: BSD-2-Clause-Patent

@@ -136,7 +136,7 @@
 #string STR_SMBIOSVIEW_PRINTINFO_BOOT_FROM_PC_CARD              #language 
en-US "Boot From PC Card(PCMCIA)is supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_EDD_ENHANCED_DRIVER            #language 
en-US "EDD (Enhanced Disk Driver) Specification is supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_JAPANESE_FLOPPY_NEC            #language 
en-US "Int 13h - Japanese Floppy for NEC 9800 1.2mb (3.5\",1k Bytes/Sector, 360 
RPM) is supported\r\n"

-#string STR_SMBIOSVIEW_PRINTINFO_JAPANESE_FLOPPY_TOSHIBA        #language 
en-US "Int 13h - Japanese Floppy for Toshiba 1.2mn (3.5\", 360 RPM) is 
supported\r\n"

+#string STR_SMBIOSVIEW_PRINTINFO_JAPANESE_FLOPPY_TOSHIBA        #language 
en-US "Int 13h - Japanese Floppy for Toshiba 1.2mb (3.5\", 360 RPM) is 
supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_FLOPPY_SERVICES_SUPPORTED      #language 
en-US "Int 13h - 5.25\"/360KB Floppy Services are supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_ONE_POINT_TWO_MB               #language 
en-US "Int 13h - 5.25\"/1.2MB Floppy services are supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_720_KB                         #language 
en-US "Int 13h - 3.5\"/720KB Floppy services are supported\r\n"

@@ -145,10 +145,10 @@
 #string STR_SMBIOSVIEW_PRINTINFO_KEYBOARD_SERV_SUPPORT          #language 
en-US "Int 9h, 8042 Keyboard services are supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_SERIAL_SERVICES_SUPPORT        #language 
en-US "Int 14h, Serial Services are supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_PRINTER_SERVICES_SUPPORT       #language 
en-US "Int 17h, Printer services are supported\r\n"

-#string STR_SMBIOSVIEW_PRINTINFO_MONO_VIDEO_SUPPORT             #language 
en-US "Int 10h, CGA/Mono Video services are supported2\r\n"

+#string STR_SMBIOSVIEW_PRINTINFO_MONO_VIDEO_SUPPORT             #language 
en-US "Int 10h, CGA/Mono Video services are supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_NEC_PC_98                      #language 
en-US "NEC PC-98\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_BITS_32_47                     #language 
en-US " Bits 32:47 are reserved for BIOS Vendor\r\n"

-#string STR_SMBIOSVIEW_PRINTINFO_BITS_48_64                     #language 
en-US " Bits 48:64 are reserved for System Vendor\r\n"

+#string STR_SMBIOSVIEW_PRINTINFO_BITS_48_63                     #language 
en-US " Bits 48:63 are reserved for System Vendor\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_BIOS_CHAR_EXTENSION            #language 
en-US "BIOS Characteristics Extension Byte1:\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_ACPI_SUPPORTED                 #language 
en-US "ACPI supported\r\n"

 #string STR_SMBIOSVIEW_PRINTINFO_USB_LEGACY_SUPPORTED           #language 
en-US "USB Legacy is supported\r\n"

--
2.35.1.windows.2
-The information contained in this message may be confidential and proprietary 
to American Megatrends (AMI). This communication is intended to be read only by 
the individual or entity to whom it is addressed or by their designee. If the 
reader of this message is not the intended recipient, you are on notice that 
any distribution of this message, in any form, is strictly prohibited. Please 
promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and 
then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#98266): https://edk2.groups.io/g/devel/message/98266
Mute This Topic: https://groups.io/mt/96192446/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to