From 9420d5535396ef39cb0c7ff5dc3347aaa379e3bf Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Thu, 15 Dec 2016 00:12:48 -0600 Subject: 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 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Martin Gloff Reviewed-by: Daniel M. Crowell Tested-by: Hostboot CI Reviewed-by: Matt K. Light Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34134 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/hwpf/fapi2/include/mvpd_access_defs.H | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/import/hwpf/fapi2') 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 }; -- cgit v1.2.1