aboutsummaryrefslogtreecommitdiff
path: root/libstb/tss2
AgeCommit message (Collapse)AuthorFilesLines
2020-11-03tpm: Send selftest to mitigate RSA key issueMichael Anderson1-0/+27
- Send selftest to mitigate RSA key issue. Signed-off-by: Michael Anderson <andmike@linux.ibm.com>
2020-11-03uv: Add wrapping-key-handle to properties passed to uvMichael Anderson1-0/+1
- Add wrapping-key-handle property to set of properties passed to ultravisor. Signed-off-by: Michael Anderson <andmike@linux.ibm.com>
2020-11-03Import opalcreate.c from the ibmtss projectClaudio Carvalho2-1/+1093
This patch needs to be broken down into smaller patches, such as: - Create the wrapping key - Change the password on the wrapping key - Pass the wrapping key to the ultravisor We should also do some cleanup, such as: - Remove "#ifndef __SKIBOOT__" and the inner code - Remove "#ifdef __SKIBOOT__" Signed-off-by: Ram Pai <linuxram@us.ibm.com> [remove the WIP tag] Signed-off-by: Claudio Carvalho <cclaudio@linux.ibm.com>
2020-11-03libstb: Add UV TSS.Claudio Carvalho203-0/+57548
This imports the UV TSS implementation, which is a light version of the TSS implemented by Ken Goldman. This also imports the mbedtls source coude, although we may not need it in skiboot for the TSS.