Edward O'Callaghan has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45987 )
Change subject: amd/picasso/verstage: replace rsa accel with modexp
......................................................................
Patch Set 5: Code-Review+1
(3 comments)
https://review.coreboot.org/c/coreboot/+/45987/5/src/soc/amd/picasso/psp_ver...
File src/soc/amd/picasso/psp_verstage/vboot_crypto.c:
https://review.coreboot.org/c/coreboot/+/45987/5/src/soc/amd/picasso/psp_ver...
PS5, Line 122: int i;
arrsize is typed with uint32_t, to avoid signed/unsigned comparisons perhaps this should be unsigned or just uint32_t as well?
https://review.coreboot.org/c/coreboot/+/45987/5/src/soc/amd/picasso/psp_ver...
PS5, Line 124: modulus
moduli.
https://review.coreboot.org/c/coreboot/+/45987/5/src/soc/amd/picasso/psp_ver...
PS5, Line 153:
trivial: trip off \n
--
To view, visit
https://review.coreboot.org/c/coreboot/+/45987
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I085f043bf2014615d2c9db6df0b7947ee84b9546
Gerrit-Change-Number: 45987
Gerrit-PatchSet: 5
Gerrit-Owner: Kangheui Won
khwon@chromium.org
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Reviewer: Eric Peers
epeers@google.com
Gerrit-Reviewer: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Angel Pons
th3fanbus@gmail.com
Gerrit-Comment-Date: Thu, 08 Oct 2020 02:26:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment