Added switch case for ArmV9 processor family inside function
DisplayProcessorFamily2 in PrintInfo.c to avoid inappropriate data
shown for ArmV9 processors. ArmV9 processor family is added in
Smbios Spec 3.8 which should be noted.

Signed-off-by: Praveen Sankar N <praveensank...@ami.com>

Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Srinivasan M <srinivas...@ami.com>
Cc: Sundaresan S <sundares...@ami.com>
Cc: Prarthana Sagar V <prarthan...@ami.com>
Cc: Karthika R <karthi...@ami.com>
---
 .../Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c 
b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
index 54e08874e3..6f6a70dd68 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
@@ -2577,6 +2577,10 @@ DisplayProcessorFamily2 (
       Print (L"ARMv8\n");

       break;



+    case 0x102:

+      Print (L"ARMv9\n");

+      break;

+

     case 0x104:

       Print (L"SH-3\n");

       break;

--
2.47.1.windows.1
-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 (#121098): https://edk2.groups.io/g/devel/message/121098
Mute This Topic: https://groups.io/mt/111027915/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to