diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2019-06-05 17:45:24 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-06-12 09:45:34 -0500 |
| commit | 1a8e06d43d362217d1c1dfcc95c0e3d73758125f (patch) | |
| tree | 0e67d6c6058d4552f2bb3e8036c5f803f6b081ae /src/include | |
| parent | 98bd24eebf87be2813a8e41c412f5d1e1509b501 (diff) | |
| download | talos-hostboot-1a8e06d43d362217d1c1dfcc95c0e3d73758125f.tar.gz talos-hostboot-1a8e06d43d362217d1c1dfcc95c0e3d73758125f.zip | |
Use i2c word write for NVDIMM update
Trying to reduce the update time and
this reduced teh time to about 12.3 minutes.
Change-Id: I97cd29a8bcda58902089480f2cc0849381e7d2cf
CQ:SW466226
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78422
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/devicefw/driverif.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/devicefw/driverif.H b/src/include/usr/devicefw/driverif.H index 048b8dc19..118e08973 100644 --- a/src/include/usr/devicefw/driverif.H +++ b/src/include/usr/devicefw/driverif.H @@ -103,6 +103,7 @@ namespace DeviceFW I2C_SMBUS_WORD = 3, ///< I2c SMBUS Read/Write Word I2C_SMBUS_BYTE = 4, ///< I2c SMBUS Read/Write Byte I2C_SMBUS_SEND_OR_RECV = 5, ///< I2c SMBUS Send/Receive Byte + I2C_SMBUS_WORD_NO_PEC = 6, ///< I2c SMBUS Read/Write Word without PEC byte }; #ifndef PARSER |

