HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38422 )
Change subject: cbfs: Hook up to new CBFS implementation ......................................................................
Patch Set 12:
Patch Set 12:
Was this intentional, Elyes? The patches you uploaded on top of this don't seem to touch any of the same files, so you probably wanted to upload them independently instead? (Note, if you do want to upload something dependent on someone else's patches without rewriting them like this, the trick is to make sure the patch you're based on in your local repository is the exact same SHA as the last one currently uploaded on Gerrit (the SHA listed at the top of the "Files" section). You can use git rebase --onto <copy&paste that SHA> to get your local branch into the right state.)
No it wasn't. I've rebased current patch (see patch set 11) on CB:41781 in my local and pushed it accidentally. Sorry for that, Then I've restored your patch.
Thank you for git & SHA trick. It will go faster than what I usually do (git checkout && git rebase).