public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [Patch V1] ShellPkg: Added ArmV9 processors support for SmbioView command
@ 2025-01-29  8:26 Praveen Sankar N via groups.io
  0 siblings, 0 replies; only message in thread
From: Praveen Sankar N via groups.io @ 2025-01-29  8:26 UTC (permalink / raw)
  To: devel@edk2.groups.io
  Cc: Praveen Sankar N, Michael D Kinney, Liming Gao, Srinivasan Mani,
	Sundaresan S, Prarthana Sagar V, Karthika R

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 <praveensankarn@ami.com>

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Srinivasan M <srinivasanm@ami.com>
Cc: Sundaresan S <sundaresans@ami.com>
Cc: Prarthana Sagar V <prarthanasv@ami.com>
Cc: Karthika R <karthikar@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/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-06  6:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-29  8:26 [edk2-devel] [Patch V1] ShellPkg: Added ArmV9 processors support for SmbioView command Praveen Sankar N via groups.io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox