linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/2] Add new SEV commands
@ 2018-05-25 20:23 Janakarajan Natarajan
  2018-05-25 20:23 ` [PATCHv2 1/2] crypto: ccp: Add DOWNLOAD_FIRMWARE SEV command Janakarajan Natarajan
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Janakarajan Natarajan @ 2018-05-25 20:23 UTC (permalink / raw)
  To: linux-crypto, linux-kernel
  Cc: Tom Lendacky, Gary Hook, Herbert Xu, David S . Miller,
	Brijesh Singh, Borislav Petkov, Paolo Bonzini,
	Janakarajan Natarajan

This patchset adds two new SEV commands, introduced in SEV API v0.15
and v0.16 respectively.

* DOWNLOAD_FIRMWARE allows the SEV firmware to be updated if a blob newer
  than or similar to the exisiting build is available.

* GET_ID allows to query for a unique ID that can be used to retrieve the
  Chip Endorsment Key (CEK) public key signed by the AMD SEV Signing Key
  (ASK). 

v1->v2:
* Added cover letter.
* Misc changes based on Boris' feedback.

Janakarajan Natarajan (2):
  crypto: ccp: Add DOWNLOAD_FIRMWARE SEV command
  crypto: ccp: Add GET_ID SEV command

 drivers/crypto/ccp/psp-dev.c | 143 ++++++++++++++++++++++++++++++++++++++++---
 drivers/crypto/ccp/psp-dev.h |   4 ++
 include/linux/psp-sev.h      |  23 +++++++
 include/uapi/linux/psp-sev.h |  12 ++++
 4 files changed, 172 insertions(+), 10 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-05-31 12:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25 20:23 [PATCHv2 0/2] Add new SEV commands Janakarajan Natarajan
2018-05-25 20:23 ` [PATCHv2 1/2] crypto: ccp: Add DOWNLOAD_FIRMWARE SEV command Janakarajan Natarajan
2018-05-25 20:23 ` [PATCHv2 2/2] crypto: ccp: Add GET_ID " Janakarajan Natarajan
2018-05-29 18:46 ` [PATCHv2 0/2] Add new SEV commands Paolo Bonzini
2018-05-29 18:47   ` Gary R Hook
2018-05-30 13:43   ` Brijesh Singh
2018-05-30 16:28 ` Herbert Xu
2018-05-30 18:44   ` Gary R Hook
2018-05-31  6:45     ` Herbert Xu
2018-05-31 12:43       ` Gary R Hook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).