2010/10/9 Uwe Hermann <span dir="ltr"><<a href="mailto:uwe@hermann-uwe.de">uwe@hermann-uwe.de</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Fri, Oct 08, 2010 at 02:41:40AM -0400, Corey Osgood wrote:<br>
> I think I've found the problem, include/console/console.h:<br>
><br>
> 62 #ifndef __ROMCC__<br>
> 63 void console_init(void);<br>
> 64 void post_code(u8 value);<br>
> 65 void __attribute__ ((noreturn)) die(const char *msg);<br>
><br>
> Maybe move that definition a few lines up, and see what happens? Or<br>
<br>
</div>So far I couldn't find a combination which works, but it's not needed at<br>
the moment, I can dodge the problem by removing the die() calls<br>
alltogether, that was on my TODO list anyways. Those checks in the code<br>
are not really useful, the PCI device is always there, and we don't do<br>
such checks elsewhere in the code either.<br>
<br>
Updated patch attached, now survives abuild.<br></blockquote><div><br>Note that compilation breaks when using CONFIG_DEBUG_RAM_SETUP=y.<br><br>Apart from that:<br><br>Signed-off-by: Uwe Hermann <<a href="mailto:uwe@hermann-uwe.de">uwe@hermann-uwe.de</a>><br>
<br>Acking the second patch (v4_remove_c_includes_i82371eb_2.patch):<br>Acked-by: Idwer Vollering <<a href="mailto:vidwer@gmail.com">vidwer@gmail.com</a>><br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im"><br>
<br>
> else converting the QEMU target to CAR seems like the other option.<br>
<br>
</div>That won't work as far as I've heard (QEMU limitations).<br>
<div><div></div><div class="h5"><br>
<br>
Uwe.<br>
--<br>
<a href="http://hermann-uwe.de" target="_blank">http://hermann-uwe.de</a>     | <a href="http://sigrok.org" target="_blank">http://sigrok.org</a><br>
<a href="http://randomprojects.org" target="_blank">http://randomprojects.org</a> | <a href="http://unmaintained-free-software.org" target="_blank">http://unmaintained-free-software.org</a><br>
</div></div><br>--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/mailman/listinfo/coreboot</a><br></blockquote></div><br>