]> Git Repo - qemu.git/commitdiff
ipxe: add e1000e rom
authorGerd Hoffmann <[email protected]>
Fri, 24 Jun 2016 11:51:16 +0000 (13:51 +0200)
committerGerd Hoffmann <[email protected]>
Fri, 24 Jun 2016 11:53:52 +0000 (13:53 +0200)
Signed-off-by: Gerd Hoffmann <[email protected]>
roms/Makefile

index 7bd1252737a202f4b19b029e9cbc5a9d8ec9f7bb..e8133fe2ce80e1de6af0bd3e166ed1a6b6586bbc 100644 (file)
@@ -1,11 +1,13 @@
 
 vgabios_variants := stdvga cirrus vmware qxl isavga virtio
 vgabios_targets  := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants)))
-pxerom_variants  := e1000 eepro100 ne2k_pci pcnet rtl8139 virtio
-pxerom_targets   := 8086100e 80861209 10500940 10222000 10ec8139 1af41000
+pxerom_variants  := e1000 e1000e eepro100 ne2k_pci pcnet rtl8139 virtio
+pxerom_targets   := 8086100e 808610d3 80861209 10500940 10222000 10ec8139 1af41000
 
 pxe-rom-e1000    efi-rom-e1000    : VID := 8086
 pxe-rom-e1000    efi-rom-e1000    : DID := 100e
+pxe-rom-e1000e   efi-rom-e1000e   : VID := 8086
+pxe-rom-e1000e   efi-rom-e1000e   : DID := 10d3
 pxe-rom-eepro100 efi-rom-eepro100 : VID := 8086
 pxe-rom-eepro100 efi-rom-eepro100 : DID := 1209
 pxe-rom-ne2k_pci efi-rom-ne2k_pci : VID := 1050
This page took 0.026066 seconds and 4 git commands to generate.