summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2016-09-19 05:28:51 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-04 20:51:58 -0500
commit50eea64037f460107675589253e92a7d9b00065b (patch)
treedb53c3dbe0d838f11ff76a61bb973118e5be7a45 /src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
parentc49e9811dfa424190b728d6ecbc6e2a51c21f704 (diff)
downloadtalos-hostboot-50eea64037f460107675589253e92a7d9b00065b.tar.gz
talos-hostboot-50eea64037f460107675589253e92a7d9b00065b.zip
PM: Added support for CME/SGPE flags in respective image header.
Change-Id: I0c49a550eb3afb85e88afa930b36e59ba338cfd2 RTC:160829 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29927 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: ADAM S. HALE <ashale@us.ibm.com> Dev-Ready: ADAM S. HALE <ashale@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29929 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>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H b/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
index d336bc456..36ace302d 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_hcode_image_defines.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -389,6 +389,20 @@ enum
CME_BLOCK_READ_LEN = 32,
CME_BLK_SIZE_SHIFT = 0x05,
+ //CME Image Flags
+ CME_STOP_3_TO_2_BIT_POS = 0x80000000,
+ CME_STOP_4_TO_2_BIT_POS = 0x40000000,
+ CME_STOP_5_TO_4_BIT_POS = 0x20000000,
+ CME_STOP_8_TO_5_BIT_POS = 0x10000000,
+ CME_STOP_11_TO_8_BIT_POS = 0x08000000,
+ CME_SKIP_CORE_POWEROFF_BIT_POS = 0x00000001,
+
+ //SGPE Image Flags
+ SGPE_STOP_4_TO_2_BIT_POS = 0x80000000,
+ SGPE_STOP_5_TO_4_BIT_POS = 0x40000000,
+ SGPE_STOP_8_TO_5_BIT_POS = 0x20000000,
+ SGPE_STOP_11_TO_8_BIT_POS = 0x10000000,
+
// PPMR
//** Boot Loaders
OpenPOWER on IntegriCloud