From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74zY-0000Le-2D for qemu-devel@nongnu.org; Mon, 12 Mar 2012 09:08:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S74zN-0001jN-B4 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 09:08:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S74zN-0001jB-30 for qemu-devel@nongnu.org; Mon, 12 Mar 2012 09:08:37 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2CD8XdR031588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 12 Mar 2012 09:08:34 -0400 From: Gerd Hoffmann Date: Mon, 12 Mar 2012 14:08:30 +0100 Message-Id: <1331557712-16248-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL] Update seabios to 1.6.3.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, New seabios release on the 1.6.3 stable branch -- lets update. Also add a Makefile + script to simplify seabios updating. please pull, Gerd Gerd Hoffmann (2): Add seabios build scripts to roms/ Update seabios to 1.6.3.2 pc-bios/bios.bin | Bin 131072 -> 131072 bytes roms/Makefile | 10 ++++++++++ roms/config.seabios | 1 + roms/configure-seabios.sh | 5 +++++ roms/seabios | 2 +- 5 files changed, 17 insertions(+), 1 deletions(-) create mode 100644 roms/Makefile create mode 100644 roms/config.seabios create mode 100755 roms/configure-seabios.sh