Skip to content

Commit

Permalink
add new ring mode for fastarray
Browse files Browse the repository at this point in the history
Change-Id: I1ccbf139ed71df69eba06fa9a3e03804482aabd6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22237
Tested-by: Jenkins Server
Tested-by: Hostboot CI
Tested-by: PPE CI
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Johannes Koesters <koesters@de.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22239
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
mklight authored and dcrowell77 committed Mar 24, 2017
1 parent bbeba4c commit 73d2476
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/import/hwpf/fapi2/include/hw_access_def.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -67,6 +67,8 @@ enum RingMode
/// pulse
RING_MODE_SET_PULSE_ALL = 0x00000010, ///< Set pulse with pulse
/// to all hold types
RING_MODE_FASTARRAY = 0x00000020, ///< Single clock pulse
/// for fastarray
};

/// @enum OpModes operational Mode Error Functions
Expand Down

0 comments on commit 73d2476

Please sign in to comment.