public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH 0/1] ShellPkg/SmbiosView: Add Type45 entry to query table
@ 2023-10-03 12:39 Werner Lewis
  2023-10-03 12:39 ` [edk2-devel] [PATCH 1/1] " Werner Lewis
  0 siblings, 1 reply; 3+ messages in thread
From: Werner Lewis @ 2023-10-03 12:39 UTC (permalink / raw)
  To: devel; +Cc: Zhichao Gao, Werner Lewis

Entry added to display Firmware Inventory Information title for Type45
tables in smbiosview, as per SMBIOS Specification 3.5.

Werner Lewis (1):
  ShellPkg/SmbiosView: Add Type45 entry to query table

 .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c       | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109292): https://edk2.groups.io/g/devel/message/109292
Mute This Topic: https://groups.io/mt/101736629/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [edk2-devel] [PATCH 1/1] ShellPkg/SmbiosView: Add Type45 entry to query table
  2023-10-03 12:39 [edk2-devel] [PATCH 0/1] ShellPkg/SmbiosView: Add Type45 entry to query table Werner Lewis
@ 2023-10-03 12:39 ` Werner Lewis
  2023-12-06 18:06   ` Thomas Abraham
  0 siblings, 1 reply; 3+ messages in thread
From: Werner Lewis @ 2023-10-03 12:39 UTC (permalink / raw)
  To: devel; +Cc: Zhichao Gao, Werner Lewis

The type field for Smbios tables in smbiosview is set from values in
this query table. An entry is added to correctly display the Type 45
table name rather than "Undefined Value" in smbiosview output.

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
---
 .../UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c       | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index 82bb7a41f0e6..e9bc92314a46 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -5,6 +5,7 @@
   Copyright (c) 2005 - 2023, Intel Corporation. All rights reserved.<BR>
   (C) Copyright 2016-2019 Hewlett Packard Enterprise Development LP<BR>
   Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+  Copyright (c) 2023, Arm Limited. All rights reserved.<BR>
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
@@ -3882,6 +3883,10 @@ TABLE_ITEM  StructureTypeInfoTable[] = {
     44,
     L" Processor Additional Information"
   },
+  {
+    45,
+    L" Firmware Inventory Information"
+  },
   {
     0x7E,
     L" Inactive"
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109293): https://edk2.groups.io/g/devel/message/109293
Mute This Topic: https://groups.io/mt/101736631/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] 3+ messages in thread

* Re: [edk2-devel] [PATCH 1/1] ShellPkg/SmbiosView: Add Type45 entry to query table
  2023-10-03 12:39 ` [edk2-devel] [PATCH 1/1] " Werner Lewis
@ 2023-12-06 18:06   ` Thomas Abraham
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Abraham @ 2023-12-06 18:06 UTC (permalink / raw)
  To: Werner Lewis, devel

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

Reviewed-by: Thomas Abraham <thomas.abraham@arm.com>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#112135): https://edk2.groups.io/g/devel/message/112135
Mute This Topic: https://groups.io/mt/101736631/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 838 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-06 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 12:39 [edk2-devel] [PATCH 0/1] ShellPkg/SmbiosView: Add Type45 entry to query table Werner Lewis
2023-10-03 12:39 ` [edk2-devel] [PATCH 1/1] " Werner Lewis
2023-12-06 18:06   ` Thomas Abraham

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