summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/mvpd_access_defs.H
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-05-16 14:59:06 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-20 09:57:28 -0400
commitd1cc029f8137a7bb96c93ad95c0f79ad963d22cb (patch)
tree768fc5f07c08325d33ee51746ab9ea6602bd405e /src/import/hwpf/fapi2/include/mvpd_access_defs.H
parent2efebc66da0545476b674d3d7c75750e2bda3351 (diff)
downloadtalos-hostboot-d1cc029f8137a7bb96c93ad95c0f79ad963d22cb.tar.gz
talos-hostboot-d1cc029f8137a7bb96c93ad95c0f79ad963d22cb.zip
Add MVPD_KEYWORD_FIRST and MVPD_RECORD_FIRST to mvpd defs
These enum values help with test cases. Change-Id: I56db6d5221b6d3dd07c0da15b94bcce8ccbcad2b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24618 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24621 Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/import/hwpf/fapi2/include/mvpd_access_defs.H')
-rw-r--r--src/import/hwpf/fapi2/include/mvpd_access_defs.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/include/mvpd_access_defs.H b/src/import/hwpf/fapi2/include/mvpd_access_defs.H
index a9ddaf7f3..bd19e97e7 100644
--- a/src/import/hwpf/fapi2/include/mvpd_access_defs.H
+++ b/src/import/hwpf/fapi2/include/mvpd_access_defs.H
@@ -66,6 +66,7 @@ enum MvpdRecord
MVPD_RECORD_VWML = 0x21,
MVPD_RECORD_MER0 = 0x22,
MVPD_RECORD_LAST, //useful for testcases
+ MVPD_RECORD_FIRST = MVPD_RECORD_CRP0, //useful for testcases
};
enum MvpdKeyword
@@ -107,6 +108,7 @@ enum MvpdKeyword
MVPD_KEYWORD_CH = 0x22,
MVPD_KEYWORD_IQ = 0x23,
MVPD_KEYWORD_LAST, //useful for testcases
+ MVPD_KEYWORD_FIRST = MVPD_KEYWORD_VD, //useful for testcases
};
}
OpenPOWER on IntegriCloud