diff options
| author | Bill Schwartz <whs@us.ibm.com> | 2013-11-15 17:23:29 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-12-09 12:07:20 -0600 |
| commit | 5ec9d6332a0b9c91b133690ab356dc4052a5e291 (patch) | |
| tree | 19e95ce95b075f371bbbdc79abca6571351fa962 /src/include/usr/vpd | |
| parent | 8419ba440403c1b02b74ad89a91fccd85fa45ea9 (diff) | |
| download | blackbird-hostboot-5ec9d6332a0b9c91b133690ab356dc4052a5e291.tar.gz blackbird-hostboot-5ec9d6332a0b9c91b133690ab356dc4052a5e291.zip | |
Route ATTR_L4_BANK_DELETE_VPD to C-VPD
Create MBvpd accessor to access cvpd record VSPD keyword MX for get and set
for attribute ATTR_L4_BANK_DELETE_VPD.
Split and rename fapiwinkle test since its all hwp mvpd & mbvpd accessor tests
Change-Id: I3bae2e89b2ef7fd30a88c269d42223c00333bb72
RTC: 91431
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7278
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.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 d768267fb..1abdb868c 100644 --- a/src/include/usr/vpd/cvpdenums.H +++ b/src/include/usr/vpd/cvpdenums.H @@ -63,6 +63,7 @@ namespace CVPD AM = 0x09, VZ = 0x0a, pdD = 0x0b, + MX = 0x0c, // Last Keyword CVPD_LAST_KEYWORD, |

