diff options
author | Samer El-Haj-Mahmoud <elhaj@hpe.com> | 2015-12-16 00:56:20 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2015-12-16 00:56:20 +0000 |
commit | 23df19a7781885d9220144f2e2678550ea013c66 (patch) | |
tree | b50230cfe7c50f3125e88f54253b8d0e28a80098 | |
parent | 8a2270a6ce2664fa8e727b391e7f06ac7ba39434 (diff) | |
download | edk2-platforms-23df19a7781885d9220144f2e2678550ea013c66.tar.xz |
MdePkg: Add missing SMBIOS definitions for SATA and SAS Ports
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19289 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/IndustryStandard/SmBios.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 0959247f54..b7c54f2fac 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -2,6 +2,7 @@ Industry Standard Definitions of SMBIOS Table Specification v3.0.0.
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+(C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
@@ -1077,6 +1078,8 @@ typedef enum { PortTypeAudioPort = 0x1D,
PortTypeModemPort = 0x1E,
PortTypeNetworkPort = 0x1F,
+ PortTypeSata = 0x20,
+ PortTypeSas = 0x21,
PortType8251Compatible = 0xA0,
PortType8251FifoCompatible = 0xA1,
PortTypeOther = 0xFF
|