Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45317 )
Change subject: mb/asrock: Add ASRock H77 Pro4-M mainboard ......................................................................
Patch Set 3: Code-Review+1
(2 comments)
https://review.coreboot.org/c/coreboot/+/45317/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45317/2//COMMIT_MSG@38 PS2, Line 38: Internal flashing with flashrom-1.2 (no write permission on BIOS : region).
Yes. […]
flashrom will fail if it cannot read some region (e.g. the ME region) even if not going to flash it. This is to allow verification and attempt recovery if there are errors. The --noverify-all option (which flashrom should tell you about, if it's not an ancient version) is what you would want to use with a locked ME region.
https://review.coreboot.org/c/coreboot/+/45317/2//COMMIT_MSG@40 PS2, Line 40: - The ME on my board. While measuring on the Super I/O pins during S3 : suspend I probably shorted something. Since then the ME has trouble : coming up and the vendor BIOS doesn't work anymore. coreboot works. : I'm now testing with `me_cleaner -S` applied.
Yes, I tried those (2.00 and Beta 2.10). […]
Ouch.