summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/hwp/initfiles
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2016-06-09 14:01:52 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-06-13 10:07:25 -0400
commit755a1a13c67afb2a06064d7d12b44ae70ca578fc (patch)
tree64f917ee3594645641d57ca32f81151692c74071 /import/chips/p9/procedures/hwp/initfiles
parent6811a617c0d771ddf7bec06df6cfc18d7a1ca978 (diff)
downloadtalos-sbe-755a1a13c67afb2a06064d7d12b44ae70ca578fc.tar.gz
talos-sbe-755a1a13c67afb2a06064d7d12b44ae70ca578fc.zip
Update p9_l2_scom.C to sync with latest p9.l2.scom.initfile
Change-Id: I5fe88df70b7ba8325e3c334c483eb06643ac4bf8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25577 Reviewed-by: ALEXANDER M. TAFT <amtaft@us.ibm.com> Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25580 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/hwp/initfiles')
-rw-r--r--import/chips/p9/procedures/hwp/initfiles/p9_l2_scom.C8
1 files changed, 8 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/hwp/initfiles/p9_l2_scom.C b/import/chips/p9/procedures/hwp/initfiles/p9_l2_scom.C
index 9e0796e8..281d15ee 100644
--- a/import/chips/p9/procedures/hwp/initfiles/p9_l2_scom.C
+++ b/import/chips/p9/procedures/hwp/initfiles/p9_l2_scom.C
@@ -78,6 +78,14 @@ fapi2::ReturnCode p9_l2_scom(const fapi2::Target<fapi2::TARGET_TYPE_EX>& TGT0,
}
{
+ if ((l_TGT1_ATTR_SYSTEM_IPL_PHASE == fapi2::ENUM_ATTR_SYSTEM_IPL_PHASE_HB_RUNTIME))
+ {
+ constexpr auto l_scom_buffer_ON = 0x1;
+ l_scom_buffer.insert<uint64_t> (l_scom_buffer_ON, 21, 1, 63 );
+ }
+ }
+
+ {
if ((l_TGT1_ATTR_SYSTEM_IPL_PHASE == ENUM_ATTR_SYSTEM_IPL_PHASE_HB_RUNTIME))
{
constexpr auto l_scom_buffer_ON = 0x1;
OpenPOWER on IntegriCloud