diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2013-05-17 13:46:41 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-06-06 10:21:40 -0500 |
| commit | 66474f4f93fd10ad3b35ed89cecc3d6b11e99eed (patch) | |
| tree | d4eead386bbfce426e554bd35a105410689d5b9a /src/include/usr/vpd | |
| parent | 3d8ff73f2435dda59135776a751d692779b045bb (diff) | |
| download | talos-hostboot-66474f4f93fd10ad3b35ed89cecc3d6b11e99eed.tar.gz talos-hostboot-66474f4f93fd10ad3b35ed89cecc3d6b11e99eed.zip | |
Retrieve attributes from VSPD AM Centaur VPD fields
Create a HWP accessor to retrieve Address Mirroring Data attributes from cvpd
record VSPD keyword AM.
Change-Id: I1b994814407d0747021c869515d8e08a6d02f7e5
RTC: 50574
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4781
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@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/cvpdenums.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/vpd/cvpdenums.H b/src/include/usr/vpd/cvpdenums.H index 3a2516f7b..4a8f2821b 100644 --- a/src/include/usr/vpd/cvpdenums.H +++ b/src/include/usr/vpd/cvpdenums.H @@ -59,6 +59,7 @@ namespace CVPD LM = 0x06, MW = 0x07, MV = 0x08, + AM = 0x09, // Last Keyword CVPD_LAST_KEYWORD, CVPD_TEST_KEYWORD, // Test purposes ONLY! |

