Coreboot v2 is what is now known as v4.
ons, 28 04 2010 kl. 10:43 -0600, skrev Myles Watson:
On Wed, Apr 28, 2010 at 10:05 AM, Neil Turton nturton@solarflare.com wrote:
I'm having difficulty building coreboot with SeaBIOS for use with the development version of QEMU.
I'm using vgabios-cirrus.bin from the coreboot website and pxe-e1000.bin contains 64k of zeros (just to keep QEMU happy). I'd like to be able to compile coreboot from source and boot from the hard disk as normal, not necessarily using SeaBIOS but that seemed like a sensible option.
Yes. SeaBIOS or FILO would work fine.
- svn co svn://coreboot.org/coreboot/trunk coreboot
- make menuconfig select mainboard emulation qemu select payload (Add a payload)
- copy FILO or SeaBIOS to coreboot/payload.elf
- make
The build tutorials are hard to keep up to date. If these steps work for you, let us know. If you have questions, I'll try to help.
Thanks, Myles