From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9hT7-0000pR-2x for qemu-devel@nongnu.org; Mon, 19 Mar 2012 14:38:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9hT0-0007gJ-Jo for qemu-devel@nongnu.org; Mon, 19 Mar 2012 14:38:08 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:58793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9hT0-0007gE-Dw for qemu-devel@nongnu.org; Mon, 19 Mar 2012 14:38:02 -0400 Received: by dadp14 with SMTP id p14so11409637dad.4 for ; Mon, 19 Mar 2012 11:38:00 -0700 (PDT) Message-ID: <4F677D04.9020809@redhat.com> Date: Mon, 19 Mar 2012 13:37:56 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1331557712-16248-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1331557712-16248-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Update seabios to 1.6.3.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 03/12/2012 08:08 AM, Gerd Hoffmann wrote: > Hi, > > New seabios release on the 1.6.3 stable branch -- lets update. > Also add a Makefile + script to simplify seabios updating. Pulled. Thanks. Regards, Anthony Liguori > > 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 > > >