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>
This commit is contained in:
Dongyan Qian
2024-01-16 14:50:15 +08:00
committed by mergify[bot]
parent a3aab12c34
commit 927ea1364d
2 changed files with 76 additions and 0 deletions

View File

@ -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) "
}
};