summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2018-07-06 01:50:06 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-10 23:33:03 -0400
commit2271594fab8c6db50747847baa7cbbe7d0ed05d6 (patch)
tree3811168f1dc41c52ad08580c617f8071e5507a17 /src/import/chips/p9/procedures/hwp/perv
parentf13cb430ae5b8b7c481635d41a77ac34dd1ce622 (diff)
downloadtalos-hostboot-2271594fab8c6db50747847baa7cbbe7d0ed05d6.tar.gz
talos-hostboot-2271594fab8c6db50747847baa7cbbe7d0ed05d6.zip
BugFix for extract_sbe_rc
- Fixing the checking condition for updating IAR from SRR0 Change-Id: Ia9e6e36dc64b95b3b4d53609810ebf89c2c7dd42 CQ: SW436877 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61932 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61937 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C b/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C
index dbaa6f984..3f03deb29 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C
@@ -414,7 +414,7 @@ fapi2::ReturnCode p9_extract_sbe_rc(const fapi2::Target<fapi2::TARGET_TYPE_PROC_
FAPI_INF("p9_extract_sbe_rc : Rammed SBE Local FI2C Status : %#018lX", l_data64_loc_fi2c_status);
}
- if(l_data32_srr0 != 0xDEADDEAD || l_data32_srr0 != 0x0)
+ if(l_data32_srr0 != 0xDEADDEAD && l_data32_srr0 != 0x0)
{
FAPI_INF("p9_extract_sbe_rc : Use SRR0 as IAR");
l_data32_iar = l_data32_srr0;
OpenPOWER on IntegriCloud