summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorBilicon Patil <bilpatil@in.ibm.com>2014-06-30 01:49:07 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-14 13:30:38 -0500
commit901e9fde6a348d289f80445012a337632dd48652 (patch)
tree1abb726c51b52666178716303dc53915ae9cce85 /src/usr
parentc17babbc668e55f3b11574161fe867da680a5917 (diff)
downloadtalos-hostboot-901e9fde6a348d289f80445012a337632dd48652.tar.gz
talos-hostboot-901e9fde6a348d289f80445012a337632dd48652.zip
PRD: Change SLW scom operation from OR to OR_APPEND.
Change-Id: I7625ca481147dc48161107d4c2ec05c5acc9078d CQ: SW265891 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11865 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12159 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/register/prdfHomRegisterAccess.C12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/usr/diag/prdf/common/framework/register/prdfHomRegisterAccess.C b/src/usr/diag/prdf/common/framework/register/prdfHomRegisterAccess.C
index db350325b..403be1e48 100755
--- a/src/usr/diag/prdf/common/framework/register/prdfHomRegisterAccess.C
+++ b/src/usr/diag/prdf/common/framework/register/prdfHomRegisterAccess.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2002,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -255,10 +257,10 @@ errlHndl_t ScomAccessor::Access(TargetHandle_t i_target,
{
int32_t l_rc = SUCCESS;
l_rc = PlatServices::updateExScomToSlwImage(
- i_target,
- registerId,
- buffer,
- P8_PORE_SCOM_OR );
+ i_target,
+ registerId,
+ buffer,
+ P8_PORE_SCOM_OR_APPEND);
if( SUCCESS != l_rc )
{
PRDF_ERR("[ScomAccessor::Access()] Error in"
OpenPOWER on IntegriCloud