Attention is currently required from: Miriam Polzer, Andrey Pronin, Julius Werner, Yu-Ping Wu. Miriam Polzer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/59097 )
Change subject: security/vboot: Add NVRAM counter for TPM 2.0 ......................................................................
Patch Set 4:
(3 comments)
File src/security/vboot/antirollback.h:
https://review.coreboot.org/c/coreboot/+/59097/comment/5a791d2c_8e99c9b9 PS3, Line 100: uint32_t enterprise_rollback_create_counter(void);
This function no longer needs to be exported now.
Done
File src/security/vboot/secdata_mock.c:
https://review.coreboot.org/c/coreboot/+/59097/comment/877abe66_3e90c812 PS3, Line 73: vb2_error_t enterprise_rollback_create_counter(void)
(...and then you won't need a mock for it... […]
Done
File src/security/vboot/secdata_tpm.c:
https://review.coreboot.org/c/coreboot/+/59097/comment/4cb8d550_9108582b PS3, Line 540: uint32_t enterprise_rollback_create_counter(void)
...and won't need this anymore.
Done