summaryrefslogtreecommitdiffstats
path: root/src/include/usr/i2c/i2creasoncodes.H
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2016-03-16 11:09:26 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-04-21 13:51:46 -0500
commit25bc87d9fc30db27f8c78019858f832c92d69097 (patch)
treeed5e97b2c316ee36ce9c90b3759e407adde797a2 /src/include/usr/i2c/i2creasoncodes.H
parent7a1fadc523c7fa2959c2552579473fbea26cb421 (diff)
downloadtalos-hostboot-25bc87d9fc30db27f8c78019858f832c92d69097.tar.gz
talos-hostboot-25bc87d9fc30db27f8c78019858f832c92d69097.zip
Optimize EEPROM page switching to remember current page
Change-Id: I8355693b0ee16dfbaef5361006b564c4b59b714d RTC:147385 ForwardPort: yes Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22859 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/include/usr/i2c/i2creasoncodes.H')
-rw-r--r--src/include/usr/i2c/i2creasoncodes.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/i2c/i2creasoncodes.H b/src/include/usr/i2c/i2creasoncodes.H
index d46546ca2..331c8d4fe 100644
--- a/src/include/usr/i2c/i2creasoncodes.H
+++ b/src/include/usr/i2c/i2creasoncodes.H
@@ -59,8 +59,9 @@ enum i2cModuleId
I2C_SEND_SLAVE_STOP = 0x09,
I2C_PROCESS_ACTIVE_MASTERS = 0x0A,
I2C_FORCE_RESET_AND_UNLOCK = 0x0B,
- I2C_PAGE_LOCK_OP = 0x0C,
+ I2C_PAGE_SWITCH_OP = 0x0C,
I2C_PAGE_UNLOCK_OP = 0x0D,
+ I2C_CHOOSE_EEPROM_PAGE = 0x0E,
};
OpenPOWER on IntegriCloud