Hello,

https://review.coreboot.org/admin/repos/flashrom,general

https://gerrit-review.googlesource.com/Documentation/config-project-config.html#project-section

I believe some small QOL improvements can be made in the flashrom settings:

receive.requireSignedOffBy

I think we can set this to true, I have been nagged by Ed enough times to remember to do this. 


'Submit type' aka submit.action

We use 'cherry pick'. This means each patch in a series says 'merge conflict' because it is being cherry picked without it's parent. It is tedious to submit a chain of patches (I hear) as each needs to wait for HEAD to sync and become the parent commit. The gerrit docs recommend NOT using cherry pick, and using 'rebase always' instead. Can we give it a try? 

https://gerrit-review.googlesource.com/Documentation/config-project-config.html#rebase_always

"the rebase always action can be considered similar to the cherry pick action, but with the important distinction that rebase always does not ignore dependencies, which is why using the rebase always action should be preferred over the cherry pick submit action."

Thanks

Evan