> Modified: trunk/src/mainboard/thomson/ip1000/romstage.c > ============================================================================== > --- trunk/src/mainboard/thomson/ip1000/romstage.c Sat Mar 13 21:36:11 > 2010 (r5205) > +++ trunk/src/mainboard/thomson/ip1000/romstage.c Sat Mar 13 23:07:15 > 2010 (r5206) > @@ -28,6 +28,7 @@ > #include <device/pnp_def.h> > #include <arch/romcc_io.h> > #include <arch/hlt.h> > +#include <arch/llshell.h> > #include "pc80/serial.c" > #include "pc80/udelay_io.c" > #include "arch/i386/lib/console.c" > @@ -129,6 +130,9 @@ > /* Initialize memory */ > sdram_initialize(); > > +#if CONFIG_LLSHELL > + llshell(); > +#endif > /* Check RAM. */ > /* ram_check(0, 640 * 1024); */ > /* ram_check(64512 * 1024, 65536 * 1024); */ > Cool! What kinds of things can you do with the llshell?
-- Thanks, Joseph Smith Set-Top-Linux www.settoplinux.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

