Switch from etherboot to gPXE
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 30 Oct 2009 14:23:27 +0000 (09:23 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 30 Oct 2009 14:42:36 +0000 (09:42 -0500)
etherboot is deprecated and not under active development anymore.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
pc-bios/README
pc-bios/pxe-e1000.bin
pc-bios/pxe-eepro100.bin [new file with mode: 0644]
pc-bios/pxe-ne2k_pci.bin
pc-bios/pxe-pcnet.bin
pc-bios/pxe-rtl8139.bin
pc-bios/pxe-virtio.bin [new file with mode: 0644]

index 16f4d76..c783aa4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -252,6 +252,7 @@ ifdef INSTALL_BLOBS
 BLOBS=bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
 video.x openbios-sparc32 openbios-sparc64 openbios-ppc \
 pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \
+pxe-virtio.bin pxe-eepro100.bin pxe-pcnet.bin \
 bamboo.dtb petalogix-s3adsp1800.dtb \
 multiboot.bin
 else
index ddd91f4..4ba421e 100644 (file)
   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/
index 99e4c1f..ad7b2fd 100644 (file)
Binary files a/pc-bios/pxe-e1000.bin and b/pc-bios/pxe-e1000.bin differ
diff --git a/pc-bios/pxe-eepro100.bin b/pc-bios/pxe-eepro100.bin
new file mode 100644 (file)
index 0000000..3bd1b9e
Binary files /dev/null and b/pc-bios/pxe-eepro100.bin differ
index 8d8fc02..1c01d46 100644 (file)
Binary files a/pc-bios/pxe-ne2k_pci.bin and b/pc-bios/pxe-ne2k_pci.bin differ
index d127d33..03484b2 100644 (file)
Binary files a/pc-bios/pxe-pcnet.bin and b/pc-bios/pxe-pcnet.bin differ
index 2b5cacb..8110db2 100644 (file)
Binary files a/pc-bios/pxe-rtl8139.bin and b/pc-bios/pxe-rtl8139.bin differ
diff --git a/pc-bios/pxe-virtio.bin b/pc-bios/pxe-virtio.bin
new file mode 100644 (file)
index 0000000..182fa4a
Binary files /dev/null and b/pc-bios/pxe-virtio.bin differ