summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-12-15 00:12:48 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-01-04 23:32:12 -0500
commit9420d5535396ef39cb0c7ff5dc3347aaa379e3bf (patch)
tree1a9c9254e05d0d17dec0fb20b3bf2c0e7aa42511 /src/import/hwpf
parenta05a6e0acaae09a6a8ffaa3d4125d62a99310b46 (diff)
downloadtalos-sbe-9420d5535396ef39cb0c7ff5dc3347aaa379e3bf.tar.gz
talos-sbe-9420d5535396ef39cb0c7ff5dc3347aaa379e3bf.zip
Add MSS customization support from CRP0 Lx MVPD
Keyword V0 offsets are the same as V1 Move bad-bits error processing to 1.03 Change-Id: I01e44c83f775b77e4ecc7afd7a5d92db524dfc98 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34073 Dev-Ready: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34134 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/mvpd_access_defs.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/mvpd_access_defs.H b/src/import/hwpf/fapi2/include/mvpd_access_defs.H
index 6c1ee5ff..6cf4ae63 100644
--- a/src/import/hwpf/fapi2/include/mvpd_access_defs.H
+++ b/src/import/hwpf/fapi2/include/mvpd_access_defs.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -113,6 +113,14 @@ enum MvpdKeyword
MVPD_KEYWORD_PB = 0x21,
MVPD_KEYWORD_CH = 0x22,
MVPD_KEYWORD_IQ = 0x23,
+ MVPD_KEYWORD_L1 = 0x24,
+ MVPD_KEYWORD_L2 = 0x25,
+ MVPD_KEYWORD_L3 = 0x26,
+ MVPD_KEYWORD_L4 = 0x27,
+ MVPD_KEYWORD_L5 = 0x28,
+ MVPD_KEYWORD_L6 = 0x29,
+ MVPD_KEYWORD_L7 = 0x2a,
+ MVPD_KEYWORD_L8 = 0x2b,
MVPD_KEYWORD_LAST, //useful for testcases
MVPD_KEYWORD_FIRST = MVPD_KEYWORD_VD, //useful for testcases
};
OpenPOWER on IntegriCloud