Update SmbiosView Shell command to display additional CPU Family

and Socket designations, and fix a couple of typos

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com 
Reviewed-By: Jaben Carsey <Jaben.carsey@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16036 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Samer El-Haj-Mahmoud elhaj
2014-09-02 20:03:36 +00:00
committed by jcarsey
parent a3d236df14
commit 073fe5871e
3 changed files with 49 additions and 3 deletions

View File

@ -469,7 +469,7 @@ TABLE_ITEM ProcessorUpgradeTable[] = {
},
{
0x24,
L"Socket BGA1155"
L"Socket LGA1155"
},
{
0x25,
@ -494,6 +494,14 @@ TABLE_ITEM ProcessorUpgradeTable[] = {
{
0x2A,
L"Socket FM2"
},
{
0x2B,
L"Socket LGA2011-3"
},
{
0x2C,
L"Socket LGA1356-3"
}
};