David Hendricks has posted comments on this change. ( https://review.coreboot.org/22018 )
Change subject: spi25: Introduce spi_simple_write_cmd() ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Just a little bikeshedding, otherwise LGTM.
https://review.coreboot.org/#/c/22018/1/spi25.c File spi25.c:
https://review.coreboot.org/#/c/22018/1/spi25.c@326 PS1, Line 326: spi_simple_write_cmd Is there anything other than chip erase commands that this applies to? I think this should be called "spi_erase_cmd" or something more specific to its purpose since it doesn't handle data or addresses.