From 00849cb37af425f98811b261cc51d81e1618b16d Mon Sep 17 00:00:00 2001 From: Julian Pidancet Date: Mon, 13 Feb 2012 12:49:06 +0000 Subject: firmware: Use mkhex from hvmloader directory for etherboot ROMs To remain consistent with how other ROMs are built into hvmloader, call mkhex on etherboot ROMs from the hvmloader directory, instead of the etherboot directory. In other words, eb-roms.h is not used any more. Introduce ETHERBOOT_NICS config option to choose which ROMs should be built (kept rtl8139 and 8086100e per default as before). Signed-off-by: Julian Pidancet Acked-by: Ian Campbell --- Config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Config.mk') diff --git a/Config.mk b/Config.mk index e2dc4b93ae..42508b88ee 100644 --- a/Config.mk +++ b/Config.mk @@ -222,6 +222,8 @@ endif QEMU_UPSTREAM_REVISION ?= master SEABIOS_UPSTREAM_TAG ?= rel-1.6.3.1 +ETHERBOOT_NICS ?= rtl8139 8086100e + # Specify which qemu-dm to use. This may be `ioemu' to use the old # Mercurial in-tree version, or a local directory, or a git URL. # CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git -- cgit v1.2.3