[Skiboot] [RFC PATCH 3/4]ibm-fsp/firenze: Add OPAL call for PTS start/stop

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Fri Mar 20 17:23:12 AEDT 2015


On 03/19/2015 02:58 PM, Madhavan Srinivasan wrote:
> Patch adds a new OPAL call for enabling/disabling PORE
> Thread Scheduler (PTS) engine. PTS schedules different PORE
> Engine threads such as PORE_SLW_IMA and so on.
> 
> Signed-off-by: Madhavan Srinivasan <maddy at linux.vnet.ibm.com>
> ---
>  include/opal.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/opal.h b/include/opal.h
> index 3b31838..211002a 100644
> --- a/include/opal.h
> +++ b/include/opal.h
> @@ -165,7 +165,8 @@
>  #define OPAL_FLASH_WRITE			111
>  #define OPAL_FLASH_ERASE			112
>  #define OPAL_PRD_MSG				113
> -#define OPAL_LAST				113
> +#define OPAL_UNCORE_CONTROL			114
> +#define OPAL_LAST				114

I have used token 114 and 115 for LED interface and its in upstream now !

-Vasant




More information about the Skiboot mailing list