summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
diff options
context:
space:
mode:
authorDongyan Qian <qiandongyan@loongson.cn>2024-01-16 14:50:15 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-02-02 01:52:58 +0000
commit927ea1364d047d54cb67e0f231644f295c032944 (patch)
tree1e25aae4ec13abfc21ac410b64e496fdc740d463 /ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
parenta3aab12c34dba35d1fd592f4939cb70617668f7e (diff)
downloadedk2-927ea1364d047d54cb67e0f231644f295c032944.zip
edk2-927ea1364d047d54cb67e0f231644f295c032944.tar.gz
edk2-927ea1364d047d54cb67e0f231644f295c032944.tar.bz2
ShellPkg: Update smbiosview for LoongArch
According to SMBIOS spec3.6, LoongArch information support has been added, so this patch is submitted for display as information in smbiosview. Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Chao Li <lichao@loongson.cn> Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn> Reviewed-by: Chao Li <lichao@loongson.cn> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c')
-rw-r--r--ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
index 82bb7a4..f57093c 100644
--- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
+++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
@@ -3652,6 +3652,14 @@ TABLE_ITEM ProcessorArchitectureTypesTable[] = {
{
8,
L" 128-bit RISC-V (RV128) "
+ },
+ {
+ 9,
+ L" 32-bit LoongArch (LoongArch32) "
+ },
+ {
+ 10,
+ L" 64-bit LoongArch (LoongArch64) "
}
};