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

View Change

To view, visit change 23259. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib8b2eb2feeef5c337d725d15ebf994a299897854
Gerrit-Change-Number: 23259
Gerrit-PatchSet: 10
Gerrit-Owner: Mike Banon <mikebdp2@gmail.com>
Gerrit-Reviewer: Mike Banon <mikebdp2@gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Paul Kocialkowski <contact@paulk.fr>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Comment-Date: Fri, 09 Feb 2018 23:00:33 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No