diff options
author | Bill Schwartz <whs@us.ibm.com> | 2013-08-15 16:40:38 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-09-13 12:57:46 -0500 |
commit | fe7854394eb388e40bd94b7b4398003b6ac3b268 (patch) | |
tree | 8dba2bfd9801ff56161a47c954e8784079a6f9f9 /src/include/usr/hwpf/fapi | |
parent | 0b823dd9ef5579112cbbaae770028c75f7d19119 (diff) | |
download | talos-hostboot-fe7854394eb388e40bd94b7b4398003b6ac3b268.tar.gz talos-hostboot-fe7854394eb388e40bd94b7b4398003b6ac3b268.zip |
VPD Accessor functions for Clock Mapping, DIMM timing and TSYS VPD Attributes
Extend existing CDIMM hwp accessors for MR and MT keywords to add support for
7 new attributes.
Based on vpd level 6.0 with work around driven by vpd version to also support
vpd level 5.3 definition.
FSP change to add cvpd record VINI to PNOR is 897882
Change-Id: I02b3a0ade288c6b75918ad1d99257c5a042fc18d
RTC: 79615
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5805
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/fapi')
-rw-r--r-- | src/include/usr/hwpf/fapi/fapiMBvpdAccess.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiMBvpdAccess.H b/src/include/usr/hwpf/fapi/fapiMBvpdAccess.H index 1370fee0c..270b48dff 100644 --- a/src/include/usr/hwpf/fapi/fapiMBvpdAccess.H +++ b/src/include/usr/hwpf/fapi/fapiMBvpdAccess.H @@ -53,6 +53,7 @@ namespace fapi MBVPD_RECORD_VER0 = 0x01, MBVPD_RECORD_MER0 = 0x02, MBVPD_RECORD_VSPD = 0x03, + MBVPD_RECORD_VINI = 0x04, }; enum MBvpdKeyword @@ -67,6 +68,7 @@ namespace fapi MBVPD_KEYWORD_MW = 0x07, MBVPD_KEYWORD_MV = 0x08, MBVPD_KEYWORD_AM = 0x09, + MBVPD_KEYWORD_VZ = 0x0a, }; } |