Statistics
| Branch: | Revision:

root / pc-bios @ 42673936

Latest revisions

# Date Author Comment
a0acb46c 03/06/2010 05:45 am Anthony Liguori

Update to latest SeaBIOS

- 8f469b9 Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
- 575ffc8 Cleanup - build drive description in temp memory during init.

Signed-off-by: Anthony Liguori <>

da51e79b 03/03/2010 01:33 pm Stefan Weil

eepro100: Support gpxe boot for all eepro100 devices

Only two boot ROM files are needed for all devices.

  • Add these GPXE ROM files using new naming convention
    (as discussed on qemu-devel). Both files were created
    with http://rom-o-matic.net/, PCI vendor / device ids...
e1c247d2 02/23/2010 09:35 pm Anthony Liguori

pc-bios: update to latest Seabios

- 0360e8e Seabios e820 reservation portion v3
- 7149fc8 Initial support for booting from USB drives.
- 3c160dd Introduce helper functions for finding USB end-points.
- 9571439 USB UHCI cleanups.
- a4bd919 Minor - arrange struct drive_s to clarify field roles....
23ef988c 02/22/2010 10:42 pm Blue Swirl

Update OpenBIOS images to r683

Signed-off-by: Blue Swirl <>

1c39457a 01/17/2010 10:36 pm Blue Swirl

Sparc32: Update OpenBIOS image to r666

Fixes the boot problem introduced by r665 image in
694b9309462f07307d16f492961f01271f10c245.

Signed-off-by: Blue Swirl <>

694b9309 01/16/2010 11:05 am Blue Swirl

Update Sparc OpenBIOS images to r665

Signed-off-by: Blue Swirl <>

c3863f25 01/11/2010 09:41 pm Anthony Liguori

Update to SeaBIOS 0.5.1

5da6833 Update version to 0.5.1
669c991 Fix sign error preventing incorrect memory over 4gig calculation.
7e6bd3e Minor - better indent assembler in int1587.
48cf232 Add comment explaining why mptable is in low memory.
643062f Add int1589 support....
c0ced0f3 01/11/2010 09:40 pm Stefan Weil

pc-bios: Update README (SeaBIOS)

The PC BIOS no longer comes from Bochs.
This patch updates the related entry.

V2 - Modify SeaBIOS description and URL
(Thanks to Gleb Natapov for the hint).

Signed-off-by: Stefan Weil <>
Signed-off-by: Anthony Liguori <>

d0652aa8 01/08/2010 05:58 pm Avi Kivity

linuxboot: fix gdt address calculation

The gdt address calculation in linuxboot.bin is broken in two ways: first
it loads %cs into %eax, but that instruction leaves the high bits of %eax
undefined and we did not clear them. Secondly, we completely ignore the...

076d2471 01/08/2010 05:58 pm Paolo Bonzini

Use vpath directive

The vpath directive has two advantages over the VPATH variable:
1) it allows to skip searching of .o files; 2) the default semantics
are to append to the vpath, so there is no confusion between "VPATH=xyz"
and "VPATH+=xyz".

Since "vpath %.c %.h PATH" is not valid, I'm introducing a wrapper...

View revisions

Also available in: Atom