From 36d8d02dc8c45780cae74e2ba7a6135b95c16f81 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Mon, 18 Apr 2011 11:46:41 -0600 Subject: PXE: Refresh all PXE ROMs from the ipxe submodule Add script to make this easy to repeat later. Signed-off-by: Alex Williamson --- pc-bios/README | 19 +++++++++---------- pc-bios/pxe-e1000.rom | Bin 72192 -> 67072 bytes pc-bios/pxe-eepro100.rom | Bin 56832 -> 61440 bytes pc-bios/pxe-ne2k_pci.rom | Bin 56320 -> 61440 bytes pc-bios/pxe-pcnet.rom | Bin 56832 -> 61440 bytes pc-bios/pxe-rtl8139.rom | Bin 56320 -> 61440 bytes pc-bios/pxe-virtio.rom | Bin 56320 -> 60416 bytes 7 files changed, 9 insertions(+), 10 deletions(-) (limited to 'pc-bios') diff --git a/pc-bios/README b/pc-bios/README index 646a31a31..fe221a940 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -18,16 +18,15 @@ https://github.com/dgibson/SLOF, and the image currently in qemu is built from git tag qemu-slof-20110323. -- The PXE roms come from Rom-o-Matic gPXE 0.9.9 with BANNER_TIMEOUT=0 - - e1000 8086:100E - eepro100 8086:1209 (also used for 8086:1229 and 8086:2449) - ns8390 1050:0940 - pcnet32 1022:2000 - rtl8139 10ec:8139 - virtio 1af4:1000 - - http://rom-o-matic.net/ +- The PXE roms come from the iPXE project. Built with BANNER_TIME 0. + Sources available at http://ipxe.org. Vendor:Device ID -> ROM mapping: + + 8086:100e -> pxe-e1000.rom + 8086:1209 -> pxe-eepro100.rom + 1050:0940 -> pxe-ne2k_pci.rom + 1022:2000 -> pxe-pcnet.rom + 10ec:8139 -> pxe-rtl8139.rom + 1af4:1000 -> pxe-virtio.rom - The S390 zipl loader is an addition to the official IBM s390-tools package. That fork is maintained in its own git repository at: diff --git a/pc-bios/pxe-e1000.rom b/pc-bios/pxe-e1000.rom index 7ac744eb3..2e5f8b28a 100644 Binary files a/pc-bios/pxe-e1000.rom and b/pc-bios/pxe-e1000.rom differ diff --git a/pc-bios/pxe-eepro100.rom b/pc-bios/pxe-eepro100.rom index 2ca59ec36..d292e8fec 100644 Binary files a/pc-bios/pxe-eepro100.rom and b/pc-bios/pxe-eepro100.rom differ diff --git a/pc-bios/pxe-ne2k_pci.rom b/pc-bios/pxe-ne2k_pci.rom index 5cb68ab2d..62010cbc7 100644 Binary files a/pc-bios/pxe-ne2k_pci.rom and b/pc-bios/pxe-ne2k_pci.rom differ diff --git a/pc-bios/pxe-pcnet.rom b/pc-bios/pxe-pcnet.rom index 7a54baba1..512d6d433 100644 Binary files a/pc-bios/pxe-pcnet.rom and b/pc-bios/pxe-pcnet.rom differ diff --git a/pc-bios/pxe-rtl8139.rom b/pc-bios/pxe-rtl8139.rom index db7d76d9c..67c77fbf7 100644 Binary files a/pc-bios/pxe-rtl8139.rom and b/pc-bios/pxe-rtl8139.rom differ diff --git a/pc-bios/pxe-virtio.rom b/pc-bios/pxe-virtio.rom index 6dde514c7..b1ec90962 100644 Binary files a/pc-bios/pxe-virtio.rom and b/pc-bios/pxe-virtio.rom differ -- cgit v1.2.3