tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

ShellPkg: Correct smbiosview strings for SMBIOS Type0 #5920

Closed liencx closed 1 month ago

liencx commented 1 month ago

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4813

Some strings not match SMBIOS specification definition, include uppercase and lowercase, wrong characters, extra words,...etc

Cc: Liming Gao gaoliming@byosoft.com.cn

Description

When use smbiosview to dump SMBIOS Type0, we can see some strings are wrong. It is include uppercase and lowercase, wrong characters, extra words,...etc.

How This Was Tested

Go to shell, and dump SMBIOS Type0 by command: smbiosview -t 0

Integration Instructions

N/A

lgao4 commented 1 month ago

The change looks good. Please resolve CI failure first.

liencx commented 1 month ago

After rebase PR, all errors are fixed. Please review again, thanks :)