From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCSJ0-0003bv-7o for qemu-devel@nongnu.org; Mon, 04 Mar 2013 05:07:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCSIy-0004Im-8f for qemu-devel@nongnu.org; Mon, 04 Mar 2013 05:07:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCSIx-0004IS-Qz for qemu-devel@nongnu.org; Mon, 04 Mar 2013 05:07:36 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r24A7Ynr000982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Mar 2013 05:07:35 -0500 From: Gerd Hoffmann Date: Mon, 4 Mar 2013 11:07:32 +0100 Message-Id: <1362391653-22287-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1362391653-22287-1-git-send-email-kraxel@redhat.com> References: <1362391653-22287-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 4/5] Add efi rom binaries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- pc-bios/efi-e1000.rom | Bin 0 -> 174080 bytes pc-bios/efi-eepro100.rom | Bin 0 -> 175104 bytes pc-bios/efi-ne2k_pci.rom | Bin 0 -> 173568 bytes pc-bios/efi-pcnet.rom | Bin 0 -> 173568 bytes pc-bios/efi-rtl8139.rom | Bin 0 -> 177152 bytes pc-bios/efi-virtio.rom | Bin 0 -> 171008 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 pc-bios/efi-e1000.rom create mode 100644 pc-bios/efi-eepro100.rom create mode 100644 pc-bios/efi-ne2k_pci.rom create mode 100644 pc-bios/efi-pcnet.rom create mode 100644 pc-bios/efi-rtl8139.rom create mode 100644 pc-bios/efi-virtio.rom diff --git a/pc-bios/efi-e1000.rom b/pc-bios/efi-e1000.rom [ ... snipped xxl binary patch ... ]