[coreboot] [PATCH] Add easy SeaBIOS as payload option

Stefan Reinauer stepan at coreboot.org
Thu Dec 30 17:52:23 CET 2010


* Kevin O'Connor <kevin at koconnor.net> [101228 01:00]:
> CONFIG_AHCI is a bit experimental.  Has there been success with it on
> real hardware?
 
I have not tried it. It sounded like a great idea though. 

> > +checkout:
> > +	test -d seabios && ( cd seabios; git pull ) || \
> > +	git clone git://git.linuxtogo.org/home/kevin/seabios.git seabios
> 
> I'd hate to have an accidental commit brick someones machine.  This
> should probably pull out a tagged version.  Another option would be to
> commit a compressed bios.bin.elf file to svn (the gzip'd elf file is
> only 56K).

I agree. A tagged version seems a better default. Comitting binaries
sounds not so nice, if there's a chance to build from sources.

Stefan




More information about the coreboot mailing list