Hi Stefan, you may want to look into this.
On 23.03.2010 09:24, Knut Kujat wrote: > I downloaded the latest revision and tried to compile it for my board > (supermicro h8qme-2+) but it fails compiling with: > > /home/knut/Documents/Coreboot/NewBuildSystem/5coreboot/build/mainboard/supermicro/h8qme_fam10/crt0.initobj.o: > In function `console_init': > romstage.c:(.rom.text+0xcd23): undefined reference to `printk_info' There was a big change from printk_* to printk in r5266. It is possible that some later commits introduced printk_* in a few places again, and that may break your build. Files with printk_*: src/southbridge/amd/rs780/rs780_gfx.c src/southbridge/intel/i82801dx/i82801dx_lpc.c src/include/console/console.h ./src/arch/i386/lib/console_printk.c Regards, Carl-Daniel -- http://www.hailfinger.org/ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

