After seeing that the flashing method works from the previous post, I decided to take it to the next level and built coreboot myself.
Preparation
Acquiring & building toolchain
Installed the necessary packages with:
apt install git build-essential gnat flex bison libncurses-dev libssl-dev wg...