summaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2010-03-02 22:37:44 +0100
committerMichael S. Tsirkin <mst@redhat.com>2010-03-03 13:33:52 +0200
commitda51e79b7ff2126cc2448749d657a4f6e3b1270f (patch)
treee1f83adcfb30061c9c2d9fee9df6cb9f4e8e4be0 /pc-bios
parent6cded3a43ad0044d9831590795d9c6cf0dc2d2ee (diff)
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 as in ROM filenames and option BANNER_TIMEOUT = 0. * Remove old PXE ROM file for i82559er. It was replaced by gpxe-eepro100-80861209.rom. * Update pc-bios/README (and sort entries). Full support still needs additional eepro100 fixes. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/README4
-rw-r--r--pc-bios/gpxe-eepro100-80861209.rom (renamed from pc-bios/pxe-i82559er.bin)bin56832 -> 56832 bytes
-rw-r--r--pc-bios/gpxe-eepro100-80861229.rombin0 -> 56832 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/pc-bios/README b/pc-bios/README
index ee6872316..2fc48edcd 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -20,10 +20,10 @@
- The PXE roms come from Rom-o-Matic gPXE 0.9.9 with BANNER_TIMEOUT=0
e1000 8086:100E
- pcnet32 1022:2000
+ eepro100 8086:1209, 8086:1229
ns8390 1050:0940
+ pcnet32 1022:2000
rtl8139 10ec:8139
- eepro100 8086:1209
virtio 1af4:1000
http://rom-o-matic.net/
diff --git a/pc-bios/pxe-i82559er.bin b/pc-bios/gpxe-eepro100-80861209.rom
index 2ca59ec36..2ca59ec36 100644
--- a/pc-bios/pxe-i82559er.bin
+++ b/pc-bios/gpxe-eepro100-80861209.rom
Binary files differ
diff --git a/pc-bios/gpxe-eepro100-80861229.rom b/pc-bios/gpxe-eepro100-80861229.rom
new file mode 100644
index 000000000..9cf397e3d
--- /dev/null
+++ b/pc-bios/gpxe-eepro100-80861229.rom
Binary files differ