[coreboot] Problems with VIA EPIA-ME6000

Klaus Stammermann klaus123 at ibnoetzold.de
Tue Mar 4 14:42:19 CET 2008


Am Dienstag, 4. März 2008 12:50 schrieb Uwe Hermann:
> On Tue, Mar 04, 2008 at 08:31:23AM +0100, Klaus Stammermann wrote:
> > Am Montag, 3. März 2008 21:33 schrieben Sie:
> > > * Klaus Stammermann <klaus123 at ibnoetzold.de> [080303 15:20]:
> > > > Hi there
> > > >
> > > > I have some trouble to use coreboot on my VIA EPIA-ME6000 so I hope
> > > > someone could give me some hints.
> > > >
> > > > With epia-m and filo I can build a bios without vga. This runs till
> > > > jumping to kernel. This breaks up with an error:
> > > > Loading kernel... ok
> > > > "Jumping to entry point...
> > > > 0
> > >
> > > Was the kernel built with serial console support? Was console=ttyS0,...
> > > specified as a command line option to the kernel?
> >
> > Yes, I use following startup parameters:
> > "hda1:/boot/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200"
>
> And you also use 'USE_GRUB = 0'? Otherwise FILO will try to read your
> menu.lst file from GRUB and ignore the above line.
>
> > I did not use that optionroms. But how can I use this optionrom? Where do
> > I have to put it in my image?
>
> I think at the beginning (but someone please correct me if I'm wrong), i.e.
>
> cat vga.rom coreboot.com > coreboot_full.rom
>
> But you need to tweak the config files too in order to make the
> coreboot.rom smaller (so there's place for vga.rom).
>

I get some problem at making coreboot.rom smaller. Normal and fallback get 
128kb before. I tried two different possibilities to get space for it, but 
both failed.

I need 57344b. But taking 57344/2 out of both raises error "XIP_ROM_BASE is 
not multiple of XIP_ROM_SIZE". And reducing one of them about 57344b make 
breaks because of overleaping sections.

Is there any overview how to use all these option in Config.lb? I think I 
don't understand the structur of all these options and their results.

Klaus




More information about the coreboot mailing list