From 0d622822edb081334fcd7cf258c46d667175eeea Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Wed, 24 Jul 2019 10:19:46 -0500 Subject: Enable URMOR hack for Axone in shutdown path Axone ended up using the same core as Nimbus so it has the same bugs. Change-Id: Ie27b3e49219ce872bbc8dda60aacccbb71093b8c Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80909 Reviewed-by: Ilya Smirnov Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Dean Sanner Reviewed-by: Daniel M Crowell --- src/kernel/misc.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/kernel') diff --git a/src/kernel/misc.C b/src/kernel/misc.C index 7d19131ef..482155cca 100644 --- a/src/kernel/misc.C +++ b/src/kernel/misc.C @@ -121,10 +121,11 @@ namespace KernelMisc } else { - //Determine if P9N/P9C and apply URMOR hack + //All variants of P9 need to apply URMOR hack uint64_t l_urmor_hack = 0x0; PVR_t l_pvr(getPVR()); - if((l_pvr.chipFamily == PVR_t::P9_ALL)) + if((l_pvr.chipFamily == PVR_t::P9_ALL) + ||((l_pvr.chipFamily == PVR_t::P9_AXONE))) { l_urmor_hack = 1; } -- cgit v1.2.3