Stefan Reinauer stepan@coresystems.de writes:
I always do. :) This is reproducible as follows:
$ svn co svn://coreboot.org/coreboot/trunk coreboot [..] Checked out revision 5396. $ cd coreboot $ perl -npi -e 's/(?=select TINY)/#/' src/mainboard/tyan/s2912_fam10/Kconfig <add .config> $ make oldconfig $ make
Aaah! The Fam10 code is too big to work without tiny bootblock. Sorry I didn't recognize this earlier.
Which code is missing in the final binary, do you say?
The s2912_fam10 is missing the romstrap parts. When I try to enable the romstrap linker scripts for TINY_BOOTBLOCK (instead of disabling TINY) I get a different set of linker overlap errors.