diff options
| author | Matt Ploetz <maploetz@us.ibm.com> | 2013-09-26 16:13:38 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-10-10 08:57:17 -0500 |
| commit | 84795d15ac8728b2787c67200662db8f2cb2c909 (patch) | |
| tree | bcf5001edeac095d8a3719b866e07c7b332296a5 /src/include/usr/vpd | |
| parent | 8b35a2e4125b9b5d8263a6795e7e639f604ba397 (diff) | |
| download | talos-hostboot-84795d15ac8728b2787c67200662db8f2cb2c909.tar.gz talos-hostboot-84795d15ac8728b2787c67200662db8f2cb2c909.zip | |
Memory workaround for 1200 CDIMMS
Change-Id: I8f6ffc2ef653d4245bc002cdca66f59a6e1771fa
RTC: 76932
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5901
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/vpd')
| -rw-r--r-- | src/include/usr/vpd/cvpdenums.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/vpd/cvpdenums.H b/src/include/usr/vpd/cvpdenums.H index 52c582976..d768267fb 100644 --- a/src/include/usr/vpd/cvpdenums.H +++ b/src/include/usr/vpd/cvpdenums.H @@ -62,6 +62,8 @@ namespace CVPD MV = 0x08, AM = 0x09, VZ = 0x0a, + pdD = 0x0b, + // Last Keyword CVPD_LAST_KEYWORD, CVPD_TEST_KEYWORD, // Test purposes ONLY! |

