summaryrefslogtreecommitdiff
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorjtang12 <jtang12@6f19259b-4bc3-4df7-8a09-765794883524>2006-11-08 06:42:39 +0000
committerjtang12 <jtang12@6f19259b-4bc3-4df7-8a09-765794883524>2006-11-08 06:42:39 +0000
commita6b6ec4d58cf6b8b01c68ac4d1eb4acf88a1401c (patch)
treefa9800cf11ec480d2bfc9eb57f7e53b25eb6a1fa /MdePkg/Include
parentb440dd8b952b98831aa85b672b8bf5ec21cdac62 (diff)
downloadedk2-platforms-a6b6ec4d58cf6b8b01c68ac4d1eb4acf88a1401c.tar.xz
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
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Common/DataHubRecords.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Include/Common/DataHubRecords.h b/MdePkg/Include/Common/DataHubRecords.h
index c9bd2dcf5d..e03a38300a 100644
--- a/MdePkg/Include/Common/DataHubRecords.h
+++ b/MdePkg/Include/Common/DataHubRecords.h
@@ -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;