aboutsummaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-10-30 09:23:27 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 09:42:36 -0500
commit74b12befba61a7276842be6cde19586313898cab (patch)
tree5f0104ca65411489de5085918c279bbbb5784ade /pc-bios
parentfd646122418ecefcde228d43821d07da79dd99bb (diff)
Switch from etherboot to gPXE
etherboot is deprecated and not under active development anymore. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/README13
-rw-r--r--pc-bios/pxe-e1000.binbin32768 -> 72192 bytes
-rw-r--r--pc-bios/pxe-eepro100.binbin0 -> 56832 bytes
-rw-r--r--pc-bios/pxe-ne2k_pci.binbin32768 -> 56320 bytes
-rw-r--r--pc-bios/pxe-pcnet.binbin32768 -> 57344 bytes
-rw-r--r--pc-bios/pxe-rtl8139.binbin32768 -> 56320 bytes
-rw-r--r--pc-bios/pxe-virtio.binbin0 -> 56320 bytes
7 files changed, 9 insertions, 4 deletions
diff --git a/pc-bios/README b/pc-bios/README
index ddd91f49ef..4ba421ef04 100644
--- a/pc-bios/README
+++ b/pc-bios/README
@@ -16,8 +16,13 @@
The included images for Sparc32, Sparc64 and PowerPC (for 32 and 64 bit
PPC CPUs) are built from OpenBIOS SVN revision 569.
-- The PXE roms come from Rom-o-Matic etherboot 5.4.2.
- pcnet32:pcnet32 -- [0x1022,0x2000]
- ns8390:winbond940 -- [0x1050,0x0940]
- rtl8139:rtl8139 -- [0x10ec,0x8139]
+- The PXE roms come from Rom-o-Matic gPXE 0.9.9
+
+ e1000 8086:100E
+ pcnet32 1022:2000
+ ns8390 1050:0940
+ rtl8139 10ec:8139
+ eepro100 8086:1209
+ virtio 1af4:1000
+
http://rom-o-matic.net/
diff --git a/pc-bios/pxe-e1000.bin b/pc-bios/pxe-e1000.bin
index 99e4c1f255..ad7b2fd261 100644
--- a/pc-bios/pxe-e1000.bin
+++ b/pc-bios/pxe-e1000.bin
Binary files differ
diff --git a/pc-bios/pxe-eepro100.bin b/pc-bios/pxe-eepro100.bin
new file mode 100644
index 0000000000..3bd1b9e14a
--- /dev/null
+++ b/pc-bios/pxe-eepro100.bin
Binary files differ
diff --git a/pc-bios/pxe-ne2k_pci.bin b/pc-bios/pxe-ne2k_pci.bin
index 8d8fc02af3..1c01d46fb5 100644
--- a/pc-bios/pxe-ne2k_pci.bin
+++ b/pc-bios/pxe-ne2k_pci.bin
Binary files differ
diff --git a/pc-bios/pxe-pcnet.bin b/pc-bios/pxe-pcnet.bin
index d127d3378e..03484b2251 100644
--- a/pc-bios/pxe-pcnet.bin
+++ b/pc-bios/pxe-pcnet.bin
Binary files differ
diff --git a/pc-bios/pxe-rtl8139.bin b/pc-bios/pxe-rtl8139.bin
index 2b5cacbbb5..8110db2766 100644
--- a/pc-bios/pxe-rtl8139.bin
+++ b/pc-bios/pxe-rtl8139.bin
Binary files differ
diff --git a/pc-bios/pxe-virtio.bin b/pc-bios/pxe-virtio.bin
new file mode 100644
index 0000000000..182fa4a1b7
--- /dev/null
+++ b/pc-bios/pxe-virtio.bin
Binary files differ