When I tried to normalize the ramstage's heap size, and increase it on most platforms while doing so, I broke resume on a bunch of boards because SMM couldn't cache the ramstage properly anymore. This led to a [revert](https://review.cor...Patrick Georgi
Removed IRC as a target given the chaos we have around chat channels right now with libera.chat and matrix decoupling. Meanwhile, mailing list receives ticket updatesPatrick Georgi
So I finally got to set up the redirect mechanism that falls back to sending people over to wiki.flashrom.org if a URL isn't found and there's no manual redirect configured (also new). That way, https://www.flashrom.org/Contact points to...Patrick Georgi
Point taken on the 404s. I have "set up redirects" on my agenda, just didn't get to it yet. I'll report here when that's done (Anastasia sent me a list of patterns already), and afterwards I'll gladly resolve all missing URLs with a redi...Patrick Georgi
The board-status tool predates our concept of board variants, which we now use extensively. This means that the board list on https://coreboot.org/status/board-status.html is always incomplete, so add support for parsing out board varia...Patrick Georgi
We keep a copy of the tarballs used by crossgcc in coreboot releases in https://coreboot.org/releases/crossgcc-sources/, so we should fall back if a download failed.Patrick Georgi
To remove the CBFS master header, walkcbfs_asm needs to either be made aware of fmap or removed. Current users (as determined by Arthur): - Updating microcode before CAR on systems that don't do µcode updates through FIT - Finding...Patrick Georgi