diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-06-24 13:51:16 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-06-24 13:53:52 +0200 |
commit | c9c3dc5f4b63b016c8610a6371a3de96ac7c8a9d (patch) | |
tree | e4dc9805aa8cf2c073bb3f3faf9c492c3e4b0d65 /roms | |
parent | ffdc5a2bcee13b69a6c17b95c5d02c8aaadd4511 (diff) |
ipxe: add e1000e rom
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms')
-rw-r--r-- | roms/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/roms/Makefile b/roms/Makefile index 7bd1252737..e8133fe2ce 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -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 |