summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Fenkes <fenkes@de.ibm.com>2019-02-01 08:09:21 +0100
committerRAJA DAS <rajadas2@in.ibm.com>2019-02-25 03:28:57 -0600
commit5786b04efe86286d54d1c918763e65d1ceae44ce (patch)
treec20bcb0a8c15af95fe16d129312b3fad42281e06
parentc9b85ed2ed42336204ecfeefca03660bdaa7bd4c (diff)
downloadtalos-sbe-5786b04efe86286d54d1c918763e65d1ceae44ce.tar.gz
talos-sbe-5786b04efe86286d54d1c918763e65d1ceae44ce.zip
p9_sbe_tp_chiplet_init3: Mask TOD error bit 62 (osclite switched)
The bit is merely an indication about the cause of fail to TOD recovery, it should not be reported to PRD, so we mask it off. Change-Id: I99672b706a601dce43ef2f53d2583c94d6e3ca45 CQ: SW450308 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71184 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71827 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_chiplet_init3.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_chiplet_init3.C b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_chiplet_init3.C
index fde050c1..b9e5df1e 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_chiplet_init3.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_tp_chiplet_init3.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2018 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -72,7 +72,7 @@ enum P9_SBE_TP_CHIPLET_INIT3_Private_Constants
FIR_MASK_VALUE = 0xFFFFFFFFFFC00000,
IPOLL_MASK_VALUE = 0xFC00000000000000,
TOD_ERROR_ROUTING = 0x9FC02000F0004000,
- TOD_ERROR_MASK = 0x0000000003F00000
+ TOD_ERROR_MASK = 0x0000000003F00002
};
static fapi2::ReturnCode p9_sbe_tp_chiplet_init3_clock_test2(
OpenPOWER on IntegriCloud