-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: apu2_trng: initial commit #31
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Piotr Król <[email protected]>
@miczyg1 it would be great if at some point you could help me with this blog post. |
@pietrushnic the topic looks very interesting. I will be glad to help. I guess we do not have support for PSP in our firmware? Have You tried building and booting anything with PSP? |
@miczyg1 at this point I don't think PSP is the problem. I think we should look in ccp driver why it's not working. Internally available documentation has all details related to TRNG exposed by CCP in PSP. If we found the problem we can continue discussion with maintainers and AMD. |
@pietrushnic we should prepare a procedure of performing cryptographic operations and measuring entropy first. Or do we have one already? I would like to follow our convention: |
@miczyg1 agree, procedure can rely on various tools. I already described something in this blog post draft. It looks like reasonable options are |
@pietrushnic dTPM is slow by the design, as written in the PR with fTPM vs dTPM. there may be a few reasons that |
@miczyg1 let's schedule that. Probably not 01.2019 but 02.2019. |
Another TRNG AFAIK was fixed, but we didn't published anything about that. @miczyg1 would you mind to get back to this topic? |
@pietrushnic yeah, as we fixed the CCP I may as well write/finish the post about TPM2 RNG and CCP RNG in one sway here ;) |
Signed-off-by: Piotr Król [email protected]