From: Elvin Li Date: Wed, 25 Feb 2015 01:02:41 +0000 (+0000) Subject: MdePkg: Fixed wrong definition in smbios.h. X-Git-Tag: edk2-stable201903~10250 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=0c8cd06707f88ffb74344048487b265caa9fd040 MdePkg: Fixed wrong definition in smbios.h. SlotTypeAgp8X should be used per SMBIOS spec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Elvin Li Reviewed-by: Star Zeng git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16917 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 32ac2874ed..14b5208fc5 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -1108,7 +1108,7 @@ typedef enum { SlotTypeApg2X = 0x10, SlotTypeAgp4X = 0x11, SlotTypePciX = 0x12, - SlotTypeAgp4x = 0x13, + SlotTypeAgp8X = 0x13, SlotTypeM2Socket1_DP = 0x14, SlotTypeM2Socket1_SD = 0x15, SlotTypeM2Socket2 = 0x16,