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:
committed by
mergify[bot]
parent
a3aab12c34
commit
927ea1364d
@ -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) "
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user