Attention is currently required from: Dinesh Gehlot, Julius Werner, Subrata Banik.
Yu-Ping Wu has posted comments on this change by Dinesh Gehlot. ( https://review.coreboot.org/c/coreboot/+/83685?usp=email )
Change subject: src: Include new gbb flag to enforce cse sync ......................................................................
Patch Set 1:
(3 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/83685/comment/2735bd96_da2515c3?usp... : PS1, Line 7: cse CSE
https://review.coreboot.org/c/coreboot/+/83685/comment/b576ace4_64fca952?usp... : PS1, Line 12:
to make sure this is test only GBB
I think all the GBB flags are for testing or development purposes. Real users should not be able to modify GBB flags without unlocking RO. Therefore maybe no need to highlight that in this particular flag?
File src/security/vboot/Kconfig:
https://review.coreboot.org/c/coreboot/+/83685/comment/052542b9_126cafa6?usp... : PS1, Line 454: CSME
If we often call CSE instead of CSME in coreboot, use `CSE` in the Kconfig name as well (and also […]
I actually don't know the difference between CSE and CSME (and ME). I remember Reka said in somewhere that they are the same thing. Is that not correct?