<div dir="ltr">I'd bet it's just a single large allocation somewhere. You can try adding<div><br></div><div> CFLAGS_ramstage += -Wstack-usage=1024</div><div><br></div><div>somewhere in coreboot/Makefile.inc and then clean+rebuild your code while passing '-k' to make. You'll get a bunch of compiler warnings, and one of them is likely to be the culprit.</div></div>