summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2017-02-16 06:20:52 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 17:08:07 -0500
commit0ece29f82b7ad9399fa1b2d1df30c72d7e700df8 (patch)
treed786e8d32730a91657d3900c87594fde5293934d /import/chips/p9/procedures/ppe
parent9f1cb60e937beb64a7311936dcf09d655c892170 (diff)
downloadtalos-hcode-0ece29f82b7ad9399fa1b2d1df30c72d7e700df8.tar.gz
talos-hcode-0ece29f82b7ad9399fa1b2d1df30c72d7e700df8.zip
SGPE:putring NSL ring mode support
Change-Id: Idcfb57b5f74f42affc1b1d08890db8f5bc8b1129 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36550 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe')
-rw-r--r--import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H b/import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H
index e00bf5d5..67887c88 100644
--- a/import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H
+++ b/import/chips/p9/procedures/ppe/hwpf/include/plat/hw_access.H
@@ -110,7 +110,7 @@ inline ReturnCode putRing(const Target<K>& i_target,
ReturnCode l_rc = FAPI2_RC_SUCCESS;
// Find the RS4 string in the SEEPROM
- l_rc = findRS4InImageAndApply(i_target, i_ringID);
+ l_rc = findRS4InImageAndApply(i_target, i_ringID, i_ringMode);
return l_rc;
OpenPOWER on IntegriCloud