[coreboot] HELP: Porting i830 RAM init to 440BX, now it won't compile

Joseph Smith joe at settoplinux.org
Tue Mar 2 13:37:48 CET 2010




On Tue, 2 Mar 2010 00:39:12 -0500, Keith Hui <buurin at gmail.com> wrote:
> ramtest.c:6.0: warning: Replacing undefined macro: CONFIG_SSE2 with 0
> ramtest.c:56.0: warning: Replacing undefined macro: CONFIG_SSE2 with 0
> raminit.c:605.46: raminit.c:789.32: romstage.c:96.32:
> 0xd28680 or         Internal compiler error: non dominated rhs use point
> 0xd288d0?
> make: *** [/usr/src/coreboot/build/mainboard/asus/p2b-ls/romstage.inc]
> Aborted
> 
That is a very strange message, sorry I have never seen that before.
> 
> The part of raminit.c that croaks is:
> 
> ...
>             if (value == SPD_MEMORY_TYPE_EDO) {
>                 edosd |= 0x02;
>                 PRINT_DEBUG("EDO");
>             } else if (value == SPD_MEMORY_TYPE_SDRAM) {
>                 edosd |= 0x04;  // <<< ABORT!
>                 PRINT_DEBUG("SDRAM");   // <<< ABORT!
>             }
> ...
> 
Hmm, this looks fine.

-- 
Thanks,
Joseph Smith
Set-Top-Linux
www.settoplinux.org





More information about the coreboot mailing list