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

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Fri Aug 31 15:13:54 AEST 2018


On 08/24/2018 10:18 AM, Shilpasri G Bhat wrote:
> 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>

Looks good.

Reviewed-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>

-Vasant

> ---
>   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");
> 



More information about the Skiboot mailing list