From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33215 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pzcg9-00037q-97 for qemu-devel@nongnu.org; Tue, 15 Mar 2011 18:25:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzcfM-0000TI-S8 for qemu-devel@nongnu.org; Tue, 15 Mar 2011 18:25:17 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:57116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzcfM-0000TC-Ei for qemu-devel@nongnu.org; Tue, 15 Mar 2011 18:24:36 -0400 Message-ID: <4D7FE71D.9060805@mail.berlios.de> Date: Tue, 15 Mar 2011 23:24:29 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] pc-bios: Use iPXE ROMs References: <20110315164902.11804.77678.stgit@s20.home> In-Reply-To: <20110315164902.11804.77678.stgit@s20.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com, mcb30@ipxe.org Am 15.03.2011 18:00, schrieb Alex Williamson: > Refresh PXE ROMs from the iPXE project (http://ipxe.org). This > includes moving eepro100 to use standard naming and including a > script to easily refresh PXE ROMs from either a local git tree > or the upstream project. We include the 'git describe' output > in the resulting product name, making it easy to identify and > reproduce. The name used for eepro100 was the result of this discussion thread: http://lists.nongnu.org/archive/html/qemu-devel/2010-01/msg00729.html So you could as well change all other rom names. iPXE default names like 80861209.rom are nice, too. But there are more important problems than rom naming. > > Signed-off-by: Alex Williamson > --- > > Anthony - I've skipped actually including the binary diffs here to > be friendly to the mailing list for review. You can reproduce them > with the included script. Note that pc-bios/gpxe-eepro100-80861209.rom > is moved to pc-bios/pxe-eepro100.bin when doing the commit. I'll be > happy to tar up the commit if you prefer. I've tested these ROMs using > ipxe v1.0.0-492-g23daab1. > > Makefile | 2 - > hw/eepro100.c | 2 - > pc-bios/README | 9 ++ > pc-bios/gpxe-eepro100-80861209.rom | Bin > pc-bios/pxe-e1000.bin | Bin > pc-bios/pxe-eepro100.bin | Bin > pc-bios/pxe-ne2k_pci.bin | Bin > pc-bios/pxe-pcnet.bin | Bin > pc-bios/pxe-rtl8139.bin | Bin > pc-bios/pxe-virtio.bin | Bin > scripts/refresh-pxe-roms.sh | 138 ++++++++++++++++++++++++++++++++++++ > 11 files changed, 146 insertions(+), 5 deletions(-) > delete mode 100644 pc-bios/gpxe-eepro100-80861209.rom > create mode 100644 pc-bios/pxe-eepro100.bin > create mode 100755 scripts/refresh-pxe-roms.sh