[Skiboot] [RFC PATCH RESEND 03/10] opal-api: add values for secboot keystore management

Stewart Smith stewart at linux.ibm.com
Mon Mar 4 16:45:46 AEDT 2019


Eric Richter <erichte at linux.ibm.com> writes:
> This patch reserves the tokens for the key management Opal runtime
> services to be implemented in the following commits. This is
> currently separate to make rebasing and merging simpler, and each
> line can be merged into their respective implementation patch if
> necessary.
>
> Signed-off-by: Eric Richter <erichte at linux.ibm.com>
> ---
>  include/opal-api.h | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

This might be a good patch to introduce doc/ for the calls.

>
> diff --git a/include/opal-api.h b/include/opal-api.h
> index f766dce9..562d4143 100644
> --- a/include/opal-api.h
> +++ b/include/opal-api.h
> @@ -224,7 +224,12 @@
>  #define OPAL_PCI_SET_PBCQ_TUNNEL_BAR		165
>  #define OPAL_HANDLE_HMI2			166
>  #define OPAL_NX_COPROC_INIT			167
> -#define OPAL_LAST				167
> +#define OPAL_GET_VARIABLE			168
> +#define OPAL_SET_VARIABLE			169
> +#define OPAL_GET_NEXT_VARIABLE			170
> +#define OPAL_SECBOOT_COMMIT			171
> +#define OPAL_LOCK_VARIABLES			172
> +#define OPAL_LAST				172
>  
>  #define QUIESCE_HOLD			1 /* Spin all calls at entry */
>  #define QUIESCE_REJECT			2 /* Fail all calls with OPAL_BUSY */
> -- 
> 2.14.4
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
>

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list