Attention is currently required from: Maciej Pijanowski.
Sergii Dmytruk has posted comments on this change by Maciej Pijanowski. ( https://review.coreboot.org/c/coreboot/+/82692?usp=email )
Change subject: util/smmstoretool: explain what happens when no store is found ......................................................................
Patch Set 3: Code-Review+2
(1 comment)
File util/smmstoretool/storage.c:
https://review.coreboot.org/c/coreboot/+/82692/comment/9eebc377_a2eb5c04?usp... : PS2, Line 53: fprintf(stderr, : "Variable store has not been found in the binary and will " : "be initialized now.\nIt is expected if release binary is " : "used, as variable store normally is initialized on the " : "first boot of the platform.\n");
I'd format the message differently (also somewhat updated it, e.g. "binary" was too generic): […]
Done