[Skiboot] [PATCH v6 11/11] Enable fused core mode support in OPAL

Vaidyanathan Srinivasan svaidy at linux.ibm.com
Wed Aug 5 03:32:23 AEST 2020


Previous commit 482f18adf21eeb5f6ce2a93334725509a8f6f0cd
added check for fused core mode and bailed out.

The check can be removed since fused core mode
is now supported in OPAL.

Signed-off-by: Vaidyanathan Srinivasan <svaidy at linux.ibm.com>
---
 core/init.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/core/init.c b/core/init.c
index d82eebee..1289805f 100644
--- a/core/init.c
+++ b/core/init.c
@@ -1284,10 +1284,6 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
 	/* Install the OPAL Console handlers */
 	init_opal_console();
 
-	if(is_fused_core(mfspr(SPR_PVR))) {
-		prerror("CPU: Detected unsupported fused core mode\n");
-		abort();
-	}
 	/*
 	 * Some platforms set a flag to wait for SBE validation to be
 	 * performed by the BMC. If this occurs it leaves the SBE in a
-- 
2.26.2



More information about the Skiboot mailing list