Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38143 )
Change subject: mb/asus/p5qc: Add ASUS P5Q as a variant (with documentation) ......................................................................
Patch Set 11:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38143/11/Documentation/mainboard/as... File Documentation/mainboard/asus/p5q.md:
https://review.coreboot.org/c/coreboot/+/38143/11/Documentation/mainboard/as... PS11, Line 28: : ### Internal programming : : The SPI flash can be accessed internally using [flashrom]. : : ```bash : $ flashrom -p internal -w coreboot.rom : ``` : : ### External programming : The SPI flash can be accessed externally using `CH341A` : : ```bash : $ flashrom -p ch341a_spi -w coreboot.rom : ``` please link to existing guides in Documentation/flash_tutorial.