Revision: 19289
          http://sourceforge.net/p/edk2/code/19289
Author:   lzeng14
Date:     2015-12-16 00:56:20 +0000 (Wed, 16 Dec 2015)
Log Message:
-----------
MdePkg: Add missing SMBIOS definitions for SATA and SAS Ports

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <[email protected]>
Reviewed-by: Star Zeng <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/IndustryStandard/SmBios.h

Modified: trunk/edk2/MdePkg/Include/IndustryStandard/SmBios.h
===================================================================
--- trunk/edk2/MdePkg/Include/IndustryStandard/SmBios.h 2015-12-16 00:55:29 UTC 
(rev 19288)
+++ trunk/edk2/MdePkg/Include/IndustryStandard/SmBios.h 2015-12-16 00:56:20 UTC 
(rev 19289)
@@ -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 @@
   PortTypeAudioPort                 = 0x1D,
   PortTypeModemPort                 = 0x1E,
   PortTypeNetworkPort               = 0x1F,
+  PortTypeSata                      = 0x20,
+  PortTypeSas                       = 0x21,
   PortType8251Compatible            = 0xA0,
   PortType8251FifoCompatible        = 0xA1,
   PortTypeOther                     = 0xFF


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to