===== coreboot release checkout =====
If you don't clean git submodules when checking out a new stable release, your resulting build will be tagged as "dirty". Follow these steps to avoid this.
Generate gitconfig:
make gitconfig
Check out the new release:
git pull
git checkout 4.18
Destroy submodules:
git sup-destroy
----