summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/eepromdd.H
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2013-11-25 10:23:04 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-09 18:00:58 -0600
commitb35a7f31ac2bb296aa7e7bb231e686549b36ba3b (patch)
tree61111cc258f32f2574be7550959153a3633bd4ef /src/usr/i2c/eepromdd.H
parentc7e0df0b86a229449ff2be99c20d91595a86f36d (diff)
downloadtalos-hostboot-b35a7f31ac2bb296aa7e7bb231e686549b36ba3b.tar.gz
talos-hostboot-b35a7f31ac2bb296aa7e7bb231e686549b36ba3b.zip
Update I2C and EEPROM Device Drivers Error Paths
This commit removes the retry path from the I2C Device Driver and adds two to the EEPROM Device Driver. This will provide more flexibility to I2C DD use in the future, while keeping the current level of EEPROM DD robustness. Change-Id: I2b2aa3ed83557a5f2d9523cd55a7486924205e2f RTC: 89667 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7508 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/eepromdd.H')
-rwxr-xr-xsrc/usr/i2c/eepromdd.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/i2c/eepromdd.H b/src/usr/i2c/eepromdd.H
index d30862b62..69e9c7b17 100755
--- a/src/usr/i2c/eepromdd.H
+++ b/src/usr/i2c/eepromdd.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2013 */
+/* COPYRIGHT International Business Machines Corp. 2011,2014 */
/* */
/* p1 */
/* */
@@ -65,6 +65,7 @@ typedef struct
TARGETING::EntityPath i2cMasterPath;
uint64_t writePageSize; // in bytes
uint64_t devSize_KB; // in kilobytes
+ uint64_t writeCycleTime; // in milliseconds
} eeprom_addr_t;
/**
OpenPOWER on IntegriCloud