[coreboot] legacybios update

Kevin O'Connor kevin at koconnor.net
Sun May 18 17:53:10 CEST 2008


On Sun, May 18, 2008 at 09:36:32AM +0200, Rudolf Marek wrote:
> > Anyone willing to try the above on real hardware?  :-)
> 
> Please pack source of snapshot too. I can try on monday on my
> Desktop system where I use Coreboot. I need to get booting from sata
> working so perhaps I need to hack the IO ports so it boots ;)

Thanks Rudolf.

The easiest way to get the snapshot is via git:

git clone git://git.linuxtogo.org/home/kevin/legacybios

If you compile from source, you'll need to change some settings in
config.h:

#define CONFIG_COREBOOT 1
#define CONFIG_DEBUG_SERIAL 1
#define CONFIG_PCIBIOS 0

(The last line is needed to disable PIR table generation.)

-Kevin




More information about the coreboot mailing list