mbox series

[0/2] Miscellaneous SEV fixes

Message ID cover.1536959537.git.Janakarajan.Natarajan@amd.com (mailing list archive)
Headers show
Series Miscellaneous SEV fixes | expand

Message

Janakarajan Natarajan Sept. 14, 2018, 10:32 p.m. UTC
The first patch provides a fix for a static checker warning.

The second patch allows for the SEV firmware blob, which will
be searched for when updating SEV during PSP initialization,
to be named based on the family and model of the processor.

Janakarajan Natarajan (2):
  Fix static checker warning
  Allow SEV firmware to be chosen based on Family and Model

 drivers/crypto/ccp/psp-dev.c | 46 +++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 41 insertions(+), 5 deletions(-)

Comments

Herbert Xu Sept. 21, 2018, 5:46 a.m. UTC | #1
On Fri, Sep 14, 2018 at 05:32:02PM -0500, Janakarajan Natarajan wrote:
> The first patch provides a fix for a static checker warning.
> 
> The second patch allows for the SEV firmware blob, which will
> be searched for when updating SEV during PSP initialization,
> to be named based on the family and model of the processor.
> 
> Janakarajan Natarajan (2):
>   Fix static checker warning
>   Allow SEV firmware to be chosen based on Family and Model
> 
>  drivers/crypto/ccp/psp-dev.c | 46 +++++++++++++++++++++++++++++++++++++++-----
>  1 file changed, 41 insertions(+), 5 deletions(-)

All applied.  Thanks.