[Skiboot] [PATCH] opal-prd: hservice: Enable hservice->wakeup() in BMC

Shilpasri G Bhat shilpa.bhat at linux.vnet.ibm.com
Fri Aug 24 14:48:29 AEST 2018


HBRT has started to use host special wakeup register to do special
wakeup of the cores in idle states. So enable the hostservice
interface to do the same.

Fixes: 49999302251b("opal-prd: Add support for runtime OCC reset in ZZ")
Signed-off-by: Shilpasri G Bhat <shilpa.bhat at linux.vnet.ibm.com>
---
 external/opal-prd/opal-prd.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/external/opal-prd/opal-prd.c b/external/opal-prd/opal-prd.c
index e3b4439..ecdd95c 100644
--- a/external/opal-prd/opal-prd.c
+++ b/external/opal-prd/opal-prd.c
@@ -2196,9 +2196,6 @@ static int run_prd_daemon(struct opal_prd_ctx *ctx)
 		hinterface.pnor_write = NULL;
 	}
 
-	if (!is_fsp_system())
-		hinterface.wakeup = NULL;
-
 	ipmi_init(ctx);
 
 	pr_debug("HBRT: calling hservices_init");
-- 
1.8.3.1



More information about the Skiboot mailing list