Mike Banon has posted comments on this change. ( https://review.coreboot.org/23259 )
Change subject: Add support for the ENE Embedded Debug Interface EDI and KB9012 EC ......................................................................
Patch Set 10:
You need all three commits (23258, 23259, 23262) on a single branch. IMO, easiest way is to check this one out (which will include 23258 as its parent) and rebase on 23262.
git fetch ssh://Nico@review.coreboot.org:29418/flashrom refs/changes/59/23259/8 && git checkout FETCH_HEAD git fetch ssh://Nico@review.coreboot.org:29418/flashrom refs/changes/62/23262/5 && git rebase FETCH_HEAD git push ...
Thank you very much for your help! After a few tries I got the last command correctly ("git push origin HEAD:refs/for/master") and now it builds OK :)
Also its' a bit unclear to me, what did you mean by "add and use another class" for this commit. Please could you clarify?
I meant you should extend the enum added by 23262 (e.g. add SPI_EDI) and set `.spi_cmd_set = SPI_EDI,` in the flashchips.c entry.
Completed