Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37661 )
Change subject: my broken build of coreboot ......................................................................
Patch Set 1:
I recovered what I had written in a now-deleted change. I'll paste it here as well.
Hi, I see that this code is scattered around various changes on Gerrit. I would recommend keeping things simple: only have a single change that is the mainboard port, which corresponds to a single commit on your local tree.
Gerrit uses the Change-Id line on the commit message to identify changes. When pushing commits, Gerrit looks at the Change-Id. If it already exists on an existing change, then the commit is considered to be an update of that change. Otherwise, it is considered a new change.
The idea is to always use the same Change-Id. If you want to modify something of that commit, just use `git commit --amend`. That way, when you push it to Gerrit, it will show as another patchset of the same change.