From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK0GL-0007fM-Eh for qemu-devel@nongnu.org; Mon, 04 Jul 2016 05:33:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK0GH-00022H-Cd for qemu-devel@nongnu.org; Mon, 04 Jul 2016 05:33:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK0GH-00021z-7g for qemu-devel@nongnu.org; Mon, 04 Jul 2016 05:33:53 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C4A9646210 for ; Mon, 4 Jul 2016 09:33:52 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 4 Jul 2016 11:33:42 +0200 Message-Id: <1467624822-25974-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1467624822-25974-1-git-send-email-kraxel@redhat.com> References: <1467624822-25974-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 4/4] seabios: update binaries from 1.9.1 to 1.9.3 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/bios-256k.bin | Bin 262144 -> 262144 bytes pc-bios/bios-fast.bin | Bin 0 -> 65536 bytes pc-bios/bios.bin | Bin 131072 -> 131072 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 pc-bios/bios-fast.bin diff --git a/pc-bios/bios-256k.bin b/pc-bios/bios-256k.bin index e7a7e72..57fb4d8 100644 Binary files a/pc-bios/bios-256k.bin and b/pc-bios/bios-256k.bin differ diff --git a/pc-bios/bios-fast.bin b/pc-bios/bios-fast.bin new file mode 100644 index 0000000..00cda3c Binary files /dev/null and b/pc-bios/bios-fast.bin differ diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index b0ae502..8a6869f 100644 Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ -- 1.8.3.1