public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ellie Lewis" <ellie.lewis@arm.com>
To: devel@edk2.groups.io
Cc: Zhichao Gao <zhichao.gao@intel.com>
Subject: [edk2-devel] [PATCH v1 1/1] ShellPkg/SmbiosView: Add Type 45 entry to query table
Date: Tue, 23 Apr 2024 11:51:55 +0100	[thread overview]
Message-ID: <20240423105155.19829-2-ellie.lewis@arm.com> (raw)
In-Reply-To: <20240423105155.19829-1-ellie.lewis@arm.com>

The type field value is currently undefined for type 45 SMBIOS tables
in smbiosview. An entry is added in the query table to display the
correct value for type 45 tables.
Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=4733

Cc: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Ellie Lewis <ellie.lewis@arm.com>
---
 ShellPkg/Library/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 36f8739d6c87..d786b14f3877 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -5,6 +5,7 @@
   Copyright (c) 2005 - 2024, 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) 2024, Arm Limited. All rights reserved.<BR>
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
@@ -3918,6 +3919,10 @@ TABLE_ITEM  StructureTypeInfoTable[] = {
     44,
     L" Processor Additional Information"
   },
+  {
+    45,
+    L" Firmware Inventory Information"
+  },
   {
     0x7E,
     L" Inactive"
-- 
2.25.1


  reply	other threads:[~2024-04-23 14:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23 10:51 [edk2-devel] [PATCH v1 0/1] ShellPkg/SmbiosView: Add Type 45 entry to query table Ellie Lewis
2024-04-23 10:51 ` Ellie Lewis [this message]
2024-04-23 15:54   ` [edk2-devel] [PATCH v1 1/1] " Giri Mudusuru via groups.io
2024-04-24  0:52     ` Gao, Zhichao
  -- strict thread matches above, loose matches on Subject: below --
2024-04-23  9:34 [edk2-devel] [PATCH v1 0/1] " Ellie Lewis
2024-04-23  9:34 ` [edk2-devel] [PATCH v1 1/1] " Ellie Lewis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240423105155.19829-2-ellie.lewis@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox