QEMU: Difference between revisions

From coreboot
Jump to navigation Jump to search
(→‎Ready-made QEMU images: coreboot v3 + OpenBIOS QEMU image.)
Line 12: Line 12:
You need a patched version of '''vgabios-cirrus.zip''' for these images to work fine, the version in QEMU's CVS repository does '''not''' yet work. The image from Debian's QEMU package ('''/usr/share/qemu/vgabios-cirrus.bin''') is already patched and works, too.
You need a patched version of '''vgabios-cirrus.zip''' for these images to work fine, the version in QEMU's CVS repository does '''not''' yet work. The image from Debian's QEMU package ('''/usr/share/qemu/vgabios-cirrus.bin''') is already patched and works, too.


=== coreboot v3 + coreinfo ===
=== coreboot v3 + libpayload + coreinfo ===


[[Image:Coreinfo nvram.png|thumb|right|[[coreinfo]] NVRAM dump.]]
[[Image:Coreinfo nvram.png|thumb|right|[[coreinfo]] NVRAM dump.]]
This is a small payload called [[coreinfo]].


  $ mkdir foo
  $ mkdir foo

Revision as of 13:56, 30 April 2008

You can easily try out coreboot using QEMU, without having to actually flash the BIOS chip on your real hardware.

Tutorials

Ready-made QEMU images

We'll soon provide various downloadable QEMU images you can use to try out coreboot.

You need a patched version of vgabios-cirrus.zip for these images to work fine, the version in QEMU's CVS repository does not yet work. The image from Debian's QEMU package (/usr/share/qemu/vgabios-cirrus.bin) is already patched and works, too.

coreboot v3 + libpayload + coreinfo

coreinfo NVRAM dump.

This is a small payload called coreinfo.

$ mkdir foo
$ cd foo
$ wget http://www.coreboot.org/images/0/06/Qemu_coreboot_coreinfo.zip
$ wget http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip
$ unzip Qemu_coreboot_coreinfo.zip
$ unzip Vgabios-cirrus.zip
$ mv qemu_coreboot_coreinfo.bin bios.bin
$ cd ..
$ qemu -L foo -hda /dev/zero -serial stdio

coreboot v3 + invaders

GRUB invaders as payload.
$ mkdir foo
$ cd foo
$ wget http://www.coreboot.org/images/c/c8/Qemu_coreboot_invaders.zip
$ wget http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip
$ unzip Qemu_coreboot_invaders.zip
$ unzip Vgabios-cirrus.zip
$ mv qemu_coreboot_invaders.bin bios.bin
$ cd ..
$ qemu -L foo -hda /dev/zero -serial stdio

coreboot v3 + libpayload + tint

tint as payload.

This is coreboot v3 (r656), libpayload (r3225), and tint 0.03b patched to be built against libpayload.

$ mkdir foo
$ cd foo
$ wget http://www.coreboot.org/images/6/62/Qemu_libpayload_tint.zip
$ wget http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip
$ unzip Qemu_libpayload_tint.zip
$ unzip Vgabios-cirrus.zip
$ mv qemu_libpayload_tint.bin bios.bin
$ cd ..
$ qemu -L foo -hda /dev/zero -serial stdio

coreboot v3 + Memtest86

Memtest86 payload.

This is coreboot v3 (r656) and Memtest86 (3.4) with serial support enabled. The VGA display in QEMU is broken after a few seconds, this is a known issue, but we don't yet know what exactly the problem is.

$ mkdir foo
$ cd foo
$ wget http://www.coreboot.org/images/3/33/Qemu_coreboot_memtest.zip
$ wget http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip
$ unzip Qemu_coreboot_memtest.zip
$ unzip Vgabios-cirrus.zip
$ mv qemu_coreboot_memtest.bin bios.bin
$ cd ..
$ qemu -L foo -hda /dev/zero -serial stdio

coreboot v3 + OpenBIOS

OpenBIOS payload.

This is coreboot v3 (r672) and OpenBIOS (r186).

$ mkdir foo
$ cd foo
$ wget http://www.coreboot.org/images/9/9d/Qemu_coreboot_openbios.zip
$ wget http://www.coreboot.org/images/0/0d/Vgabios-cirrus.zip
$ unzip Qemu_coreboot_openbios.zip
$ unzip Vgabios-cirrus.zip
$ mv qemu_coreboot_openbios.bin bios.bin
$ cd ..
$ qemu -L foo -hda /dev/zero -serial stdio
Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.