diff options
| author | Mike Baiocchi <baiocchi@us.ibm.com> | 2014-01-09 08:13:06 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-01-15 16:35:08 -0600 |
| commit | 728120d7abd9c4d7ebfca8b212a2bdc4a4f93b4e (patch) | |
| tree | 7d535ef36a6c6bec6501aee0a0baad502b127927 /src/include/usr/vpd | |
| parent | f2ebd48e3d24964ddaabbbc0c93a25ef843aae47 (diff) | |
| download | talos-hostboot-728120d7abd9c4d7ebfca8b212a2bdc4a4f93b4e.tar.gz talos-hostboot-728120d7abd9c4d7ebfca8b212a2bdc4a4f93b4e.zip | |
Add Callouts to I2C and VPD drivers
Callouts were added to I2C, EEPROM, MVPD and CVPD (via IPVPD code),
and SPD code.
Change-Id: Ibcb14ea3a228a5175b6faed06189286b0e0526bc
RTC: 69113
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7966
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/vpd')
| -rw-r--r-- | src/include/usr/vpd/vpdreasoncodes.H | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/include/usr/vpd/vpdreasoncodes.H b/src/include/usr/vpd/vpdreasoncodes.H index ac1b13c56..38f8b7d63 100644 --- a/src/include/usr/vpd/vpdreasoncodes.H +++ b/src/include/usr/vpd/vpdreasoncodes.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2013 */ +/* COPYRIGHT International Business Machines Corp. 2013,2014 */ /* */ /* p1 */ /* */ @@ -117,6 +117,20 @@ enum vpdReasonCode VPD_MBOX_NOT_SUPPORTED_RT = VPD_COMP_ID | 0x1c, }; + +/** + * @enum VPD::UserDetailsTypes + * + * @brief UserDetailsTypes for VPD User Details Section + * + */ + +enum UserDetailsTypes +{ + VPD_UDT_NO_FORMAT = 0x0, + VPD_UDT_PARAMETERS = 0x1, +}; + }; // end MVPD #endif |

