Update processor socket type definition to comply with SmBios 2.5 spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1916 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jtang12 2006-11-08 06:42:39 +00:00
parent b440dd8b95
commit a6b6ec4d58
1 changed files with 4 additions and 1 deletions

View File

@ -368,7 +368,10 @@ typedef enum {
EfiProcessorSocket478 = 0xF,
EfiProcessorSocket754 = 0x10,
EfiProcessorSocket940 = 0x11,
EfiProcessorSocketLG775 = 0x12
EfiProcessorSocket939 = 0x12,
EfiProcessorSocketmPGA604 = 0x13,
EfiProcessorSocketLGA771 = 0x14,
EfiProcessorSocketLGA775 = 0x15
} EFI_PROCESSOR_SOCKET_TYPE_DATA;