summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/mvpd_access_defs.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-04-19 09:26:53 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-04 13:58:46 -0400
commit0094490270259ec377657e3815cfab50cc026229 (patch)
tree2a3a4a48e5c2b7d89eef81df9e7d7ce461767bf0 /src/import/hwpf/fapi2/include/mvpd_access_defs.H
parent67eb5f0f210579f01821bbabc8c20a5d1cb14e4e (diff)
downloadtalos-hostboot-0094490270259ec377657e3815cfab50cc026229.tar.gz
talos-hostboot-0094490270259ec377657e3815cfab50cc026229.zip
Add LAST value to MVPD enumerations for testcases
Added a couple LAST enums to the record and keyword lists so that testcases can loop through all possible values without hardcoding anything. Change-Id: Ie32dfd6d88bb1a4b749f55471ea21bf73428c745 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23414 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Matt K. Light <mklight@us.ibm.com> Tested-by: Hostboot CI Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23416 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include/mvpd_access_defs.H')
-rw-r--r--src/import/hwpf/fapi2/include/mvpd_access_defs.H4
1 files changed, 3 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 0e0a5ee3c..a9ddaf7f3 100644
--- a/src/import/hwpf/fapi2/include/mvpd_access_defs.H
+++ b/src/import/hwpf/fapi2/include/mvpd_access_defs.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -65,6 +65,7 @@ enum MvpdRecord
MVPD_RECORD_LWPE = 0x20,
MVPD_RECORD_VWML = 0x21,
MVPD_RECORD_MER0 = 0x22,
+ MVPD_RECORD_LAST, //useful for testcases
};
enum MvpdKeyword
@@ -105,6 +106,7 @@ enum MvpdKeyword
MVPD_KEYWORD_PB = 0x21,
MVPD_KEYWORD_CH = 0x22,
MVPD_KEYWORD_IQ = 0x23,
+ MVPD_KEYWORD_LAST, //useful for testcases
};
}
OpenPOWER on IntegriCloud