From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ngh8M-0005fI-4H for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:15:46 -0500 Received: from [199.232.76.173] (port=43048 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ngh8L-0005fA-PJ for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:15:45 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ngh8K-0001zm-EX for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:15:45 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:51127) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ngh8J-0001zg-W1 for qemu-devel@nongnu.org; Sun, 14 Feb 2010 11:15:44 -0500 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.71) (envelope-from ) id 1Ngh8H-0005ST-4q for qemu-devel@nongnu.org; Sun, 14 Feb 2010 17:15:41 +0100 Message-ID: <4B7821AC.6080400@mail.berlios.de> Date: Sun, 14 Feb 2010 17:15:40 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] eepro100: New patch series adds full GPXE support Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers These patches contain fixes, enhancements and improvements for eepro100. Even if some of these patches contain trivial changes which seem to be optional, they help to synchronize my maintainer version with the official QEMU version, so please apply them. 0001-eepro100-Fix-compiler-errors-from-debug-messages.patch 0002-eepro100-Add-missing-SCB-register-names.patch 0003-eepro100-Fix-PXE-boot.patch 0004-eepro100-Support-gpxe-boot-for-all-eepro100-devices.patch 0005-eepro100-Add-all-supported-devices-to-pci.c.patch (optional) 0006-eepro100-Add-TODO-list.patch 0007-eepro100-Update-copyright-notice.patch 0008-eepro100-Add-device-descriptions.patch 0009-eepro100-Use-symbolic-names-and-BIT-macros-in-binary.patch 0010-eepro100-Remove-old-unused-code.patch 0011-eepro100-Use-symbolic-names-for-bits-in-EEPROM-id.patch 0012-eepro100-Replace-variable-name-to-fix-a-compiler-war.patch 0013-eepro100-Support-RNR-interrupt.patch 0014-eepro100-Fix-CU-Start-command.patch 0015-eepro100-Prettify-code-no-functional-changes.patch 0016-eepro100-Use-tx.status.patch 0017-eepro100-New-function-for-reading-command-block.patch 0018-eepro100-Add-diagnose-command.patch 0019-eepro100-Remove-C-comments.patch 0020-eepro100-Keep-includes-sorted.patch There still remain issues (incomplete endianess handling, buggy transmit command) which will be addressed later. Regards, Stefan Weil