summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-02-16 13:16:52 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-22 10:48:21 -0600
commit9906346524d3794051ab6e728fa47f6580049c07 (patch)
tree19d306d2519d92b53fa06d9074a6d222df29cebf
parent529bc00680ae453c54e0790f501015abafabcb0e (diff)
downloadblackbird-hostboot-9906346524d3794051ab6e728fa47f6580049c07.tar.gz
blackbird-hostboot-9906346524d3794051ab6e728fa47f6580049c07.zip
adding more set pulse mdoes to RingMode enum
Change-Id: I47cc501158d569d07d3d98b2039ddf2ab18e325b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24365 Tested-by: Jenkins Server Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24539 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/hwpf/fapi2/include/hw_access_def.H15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/import/hwpf/fapi2/include/hw_access_def.H b/src/import/hwpf/fapi2/include/hw_access_def.H
index e433e3be7..fefe5abd2 100644
--- a/src/import/hwpf/fapi2/include/hw_access_def.H
+++ b/src/import/hwpf/fapi2/include/hw_access_def.H
@@ -51,11 +51,16 @@ enum ChipOpModifyMode
///
enum RingMode
{
- RING_MODE_HEADER_CHECK = 0x00000000, ///< Check header
- RING_MODE_SET_PULSE = 0x00000001, ///< Set pulse
- RING_MODE_NO_HEADER_CHECK = 0x00000002, ///< Dont' check header
- // FUTURE_MODE = 0x00000004,
- // FUTURE_MODE = 0x00000008,
+ RING_MODE_HEADER_CHECK = 0x00000000, ///< Check header
+ RING_MODE_SET_PULSE_NO_OPCG_COND = 0x00000001, ///< Set pulse with
+ /// no OPCG conditioning
+ RING_MODE_NO_HEADER_CHECK = 0x00000002, ///< Don't check header
+ RING_MODE_SET_PULSE_NSL = 0x00000004, ///< Set pulse with NSL
+ /// pulse
+ RING_MODE_SET_PULSE_SL = 0x00000008, ///< Set pulse with SL
+ /// pulse
+ RING_MODE_SET_PULSE_ALL = 0x00000010, ///< Set pulse with pulse
+ /// to all hold types
};
/// @enum OpModes operational Mode Error Functions
OpenPOWER on IntegriCloud