summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2016-01-08 05:42:25 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 15:57:17 -0500
commit6298669b94ffd58388b44b0560968738633387c4 (patch)
tree1662ae3f8a6d73b7caf89290dd361f0b1b6e12c8 /import/hwpf
parente58afcca6ff686682d1bb46a62688866964f6126 (diff)
downloadtalos-hcode-6298669b94ffd58388b44b0560968738633387c4.tar.gz
talos-hcode-6298669b94ffd58388b44b0560968738633387c4.zip
Updates to the fapi2 putRing API
Changes for "putRing from image" - 1) Will take a Ring ID instead of Ring Address 2) Will not support variable buffer type for PPE platforms 3) A new file is created that will have the enum constants of Ring IDs Change-Id: Ie7ba1d2f2cb7d5954d9c6d6c4c2938673d963811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23130 Tested-by: Jenkins Server Reviewed-by: Claus Michael Olsen <cmolsen@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/hw_access_def.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/import/hwpf/fapi2/include/hw_access_def.H b/import/hwpf/fapi2/include/hw_access_def.H
index 4f202c84..3f6b3eb7 100644
--- a/import/hwpf/fapi2/include/hw_access_def.H
+++ b/import/hwpf/fapi2/include/hw_access_def.H
@@ -57,6 +57,7 @@ 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,
OpenPOWER on IntegriCloud