diff options
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/README | 19 | ||||
-rw-r--r-- | pc-bios/pxe-e1000.rom | bin | 72192 -> 67072 bytes | |||
-rw-r--r-- | pc-bios/pxe-eepro100.rom | bin | 56832 -> 61440 bytes | |||
-rw-r--r-- | pc-bios/pxe-ne2k_pci.rom | bin | 56320 -> 61440 bytes | |||
-rw-r--r-- | pc-bios/pxe-pcnet.rom | bin | 56832 -> 61440 bytes | |||
-rw-r--r-- | pc-bios/pxe-rtl8139.rom | bin | 56320 -> 61440 bytes | |||
-rw-r--r-- | pc-bios/pxe-virtio.rom | bin | 56320 -> 60416 bytes |
7 files changed, 9 insertions, 10 deletions
diff --git a/pc-bios/README b/pc-bios/README index 646a31a313..fe221a940f 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 Binary files differindex 7ac744eb39..2e5f8b28a4 100644 --- a/pc-bios/pxe-e1000.rom +++ b/pc-bios/pxe-e1000.rom diff --git a/pc-bios/pxe-eepro100.rom b/pc-bios/pxe-eepro100.rom Binary files differindex 2ca59ec369..d292e8feca 100644 --- a/pc-bios/pxe-eepro100.rom +++ b/pc-bios/pxe-eepro100.rom diff --git a/pc-bios/pxe-ne2k_pci.rom b/pc-bios/pxe-ne2k_pci.rom Binary files differindex 5cb68ab2da..62010cbc72 100644 --- a/pc-bios/pxe-ne2k_pci.rom +++ b/pc-bios/pxe-ne2k_pci.rom diff --git a/pc-bios/pxe-pcnet.rom b/pc-bios/pxe-pcnet.rom Binary files differindex 7a54baba1e..512d6d4339 100644 --- a/pc-bios/pxe-pcnet.rom +++ b/pc-bios/pxe-pcnet.rom diff --git a/pc-bios/pxe-rtl8139.rom b/pc-bios/pxe-rtl8139.rom Binary files differindex db7d76d9ca..67c77fbf73 100644 --- a/pc-bios/pxe-rtl8139.rom +++ b/pc-bios/pxe-rtl8139.rom diff --git a/pc-bios/pxe-virtio.rom b/pc-bios/pxe-virtio.rom Binary files differindex 6dde514c79..b1ec909628 100644 --- a/pc-bios/pxe-virtio.rom +++ b/pc-bios/pxe-virtio.rom |