From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSw90-00033I-8G for qemu-devel@nongnu.org; Thu, 07 Jan 2010 12:27:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSw8v-0002zm-OW for qemu-devel@nongnu.org; Thu, 07 Jan 2010 12:27:33 -0500 Received: from [199.232.76.173] (port=35598 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSw8v-0002zb-Da for qemu-devel@nongnu.org; Thu, 07 Jan 2010 12:27:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11954) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSw8u-00048L-U4 for qemu-devel@nongnu.org; Thu, 07 Jan 2010 12:27:29 -0500 Date: Thu, 7 Jan 2010 19:27:23 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS) Message-ID: <20100107172723.GC4537@redhat.com> References: <1262881918-16533-1-git-send-email-weil@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1262881918-16533-1-git-send-email-weil@mail.berlios.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On Thu, Jan 07, 2010 at 05:31:58PM +0100, Stefan Weil wrote: > The PC BIOS no longer comes from Bochs. > This patch updates the related entry. > > Signed-off-by: Stefan Weil > --- > pc-bios/README | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/pc-bios/README b/pc-bios/README > index 1b7a666..f1c9b2f 100644 > --- a/pc-bios/README > +++ b/pc-bios/README > @@ -1,4 +1,5 @@ > -- The PC BIOS comes from the Bochs project (http://bochs.sourceforge.net/). > +- SeaBIOS (bios.bin) comes from the coreboot project > + (http://www.coreboot.org/SeaBIOS). > SeaBIOS is not a part of coreboot project AFAIK. > - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios > project (http://www.nongnu.org/vgabios/). > -- > 1.6.5 > > -- Gleb.