Jordan Crouse <[EMAIL PROTECTED]> writes:
> My bad - they are using a custom entry point (see i386/switch.S in filo).
> So, they do need to call console_init() and lib_get_sysinfo(). Your
> patch is correct.

Yes, I verified that console_out was NULL when entering filo.c's init().

> Acked-by: Jordan Crouse <[EMAIL PROTECTED]>

Oh, in case it matters:

Signed-off-by: Arne Georg Gleditsch <[EMAIL PROTECTED]>

>> > Index: main/filo.c
>> > ===================================================================
>> > --- main/filo.c    (revision 83)
>> > +++ main/filo.c    (working copy)
>> > @@ -49,9 +49,6 @@
>> >  {
>> >      /* Set up the consoles. */
>> >      console_init();
>> > -#ifdef CONFIG_VIDEO_CONSOLE
>> > -    video_console_init();
>> > -#endif
>> >  
>> >      /* Gather system information, and implicitly sets up timers */
>> >      lib_get_sysinfo();

-- 
                                                                Arne.

--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to