Revision: 17367
          http://sourceforge.net/p/edk2/code/17367
Author:   niruiyu
Date:     2015-05-08 07:30:03 +0000 (Fri, 08 May 2015)
Log Message:
-----------
MdePkg, MdeModulePkg: Remove EFI_NOT_FOUND from I2C IO protocol

It's to follow the PI spec 1.4.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <[email protected]>
Reviewed-by: Jie Lin <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c
    trunk/edk2/MdePkg/Include/Protocol/I2cIo.h

Modified: trunk/edk2/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c
===================================================================
--- trunk/edk2/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c     2015-05-08 07:29:18 UTC 
(rev 17366)
+++ trunk/edk2/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c     2015-05-08 07:30:03 UTC 
(rev 17367)
@@ -1115,7 +1115,6 @@
   @retval EFI_DEVICE_ERROR      There was an I2C error (NACK) during the
                                 transaction.
   @retval EFI_INVALID_PARAMETER RequestPacket is NULL
-  @retval EFI_NOT_FOUND         Reserved bit set in the SlaveAddress parameter
   @retval EFI_NO_MAPPING        The EFI_I2C_HOST_PROTOCOL could not set the
                                 bus configuration required to access this I2C
                                 device.

Modified: trunk/edk2/MdePkg/Include/Protocol/I2cIo.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/I2cIo.h  2015-05-08 07:29:18 UTC (rev 
17366)
+++ trunk/edk2/MdePkg/Include/Protocol/I2cIo.h  2015-05-08 07:30:03 UTC (rev 
17367)
@@ -106,8 +106,7 @@
                                 large.
   @retval EFI_DEVICE_ERROR      There was an I2C error (NACK) during the
                                 transaction.
-  @retval EFI_INVALID_PARAMETER RequestPacket is NULL
-  @retval EFI_NOT_FOUND         Reserved bit set in the SlaveAddress parameter
+  @retval EFI_INVALID_PARAMETER RequestPacket is NULL.
   @retval EFI_NO_MAPPING        The EFI_I2C_HOST_PROTOCOL could not set the
                                 bus configuration required to access this I2C
                                 device.


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to