From 3683e55034409db9b43758ee9ebf8fe3d897fbd7 Mon Sep 17 00:00:00 2001 From: rsun3 Date: Tue, 17 Oct 2006 07:04:53 +0000 Subject: [PATCH] Add two new data hub subclass related definitions per SMBIOS 2.4 spec. 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/Common/DataHubRecords.h b/MdePkg/Include/Common/DataHubRecords.h index 4a017a3bc6..d34062d02e 100644 --- a/MdePkg/Include/Common/DataHubRecords.h +++ b/MdePkg/Include/Common/DataHubRecords.h @@ -671,7 +671,8 @@ typedef enum _EFI_MEMORY_ARRAY_TYPE { EfiMemoryTypeSdram = 0x0F, EfiMemoryTypeSgram = 0x10, EfiMemoryTypeRdram = 0x11, - EfiMemoryTypeDdr = 0x12 + EfiMemoryTypeDdr = 0x12, + EfiMemoryTypeDdr2 = 0x13 } EFI_MEMORY_ARRAY_TYPE; typedef struct { @@ -1163,6 +1164,7 @@ typedef enum { EfiSlotTypePC98E = 0xA2, EfiSlotTypePC98LocalBus = 0xA3, EfiSlotTypePC98Card = 0xA4, + EfiSlotTypePciExpress = 0xA5 } EFI_MISC_SLOT_TYPE; typedef enum { -- 2.39.2