]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add two new data hub subclass related definitions per SMBIOS 2.4 spec.
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 Oct 2006 07:04:53 +0000 (07:04 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 Oct 2006 07:04:53 +0000 (07:04 +0000)
1. memory device type for DDR2
2. System slot type for Pci Express

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1772 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Common/DataHubRecords.h

index 4a017a3bc6707f1383261c44df1847f59a052654..d34062d02efffb276db93eeb75470330b0af41d1 100644 (file)
@@ -671,7 +671,8 @@ typedef enum _EFI_MEMORY_ARRAY_TYPE {
   EfiMemoryTypeSdram                          = 0x0F,\r
   EfiMemoryTypeSgram                          = 0x10,\r
   EfiMemoryTypeRdram                          = 0x11,\r
   EfiMemoryTypeSdram                          = 0x0F,\r
   EfiMemoryTypeSgram                          = 0x10,\r
   EfiMemoryTypeRdram                          = 0x11,\r
-  EfiMemoryTypeDdr                            = 0x12\r
+  EfiMemoryTypeDdr                            = 0x12,\r
+  EfiMemoryTypeDdr2                           = 0x13\r
 } EFI_MEMORY_ARRAY_TYPE;\r
 \r
 typedef struct {\r
 } EFI_MEMORY_ARRAY_TYPE;\r
 \r
 typedef struct {\r
@@ -1163,6 +1164,7 @@ typedef enum {
   EfiSlotTypePC98E                        = 0xA2,\r
   EfiSlotTypePC98LocalBus                 = 0xA3,\r
   EfiSlotTypePC98Card                     = 0xA4,\r
   EfiSlotTypePC98E                        = 0xA2,\r
   EfiSlotTypePC98LocalBus                 = 0xA3,\r
   EfiSlotTypePC98Card                     = 0xA4,\r
+  EfiSlotTypePciExpress                   = 0xA5\r
 } EFI_MISC_SLOT_TYPE;\r
 \r
 typedef enum {  \r
 } EFI_MISC_SLOT_TYPE;\r
 \r
 typedef enum {  \r