[ipxe-devel] [PATCH 4/6] e1000e: add boot rom
Gerd Hoffmann
kraxel at redhat.com
Fri Jun 24 12:39:15 UTC 2016
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
hw/net/e1000e.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/net/e1000e.c b/hw/net/e1000e.c
index 692283f..4778744 100644
--- a/hw/net/e1000e.c
+++ b/hw/net/e1000e.c
@@ -693,6 +693,7 @@ static void e1000e_class_init(ObjectClass *class, void *data)
c->vendor_id = PCI_VENDOR_ID_INTEL;
c->device_id = E1000_DEV_ID_82574L;
c->revision = 0;
+ c->romfile = "efi-e1000e.rom";
c->class_id = PCI_CLASS_NETWORK_ETHERNET;
c->is_express = 1;
--
1.8.3.1
More information about the ipxe-devel
mailing list