summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/hw_access_def.H
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2016-01-08 05:42:25 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-02-22 10:12:44 -0600
commit7f5e1ff0a70bd89fa4b496ea130a5045e5fafe7d (patch)
tree513c178a62f60255751de6ede86abeaef685cbff /src/import/hwpf/fapi2/include/hw_access_def.H
parent859cfe5b3d31a3cb9c3abd79b7ae9811cf6fe426 (diff)
downloadtalos-hostboot-7f5e1ff0a70bd89fa4b496ea130a5045e5fafe7d.tar.gz
talos-hostboot-7f5e1ff0a70bd89fa4b496ea130a5045e5fafe7d.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> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24530 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include/hw_access_def.H')
-rw-r--r--src/import/hwpf/fapi2/include/hw_access_def.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/hw_access_def.H b/src/import/hwpf/fapi2/include/hw_access_def.H
index 7a5fda572..e433e3be7 100644
--- a/src/import/hwpf/fapi2/include/hw_access_def.H
+++ b/src/import/hwpf/fapi2/include/hw_access_def.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2012,2015 */
+/* COPYRIGHT 2012,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -51,6 +51,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