From patchwork Thu Jan 7 16:31:58 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 42444 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2CAB1B6F1B for ; Fri, 8 Jan 2010 03:34:31 +1100 (EST) Received: from localhost ([127.0.0.1]:38246 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSvJR-0003kX-MG for incoming@patchwork.ozlabs.org; Thu, 07 Jan 2010 11:34:17 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSvHN-0001aL-7k for qemu-devel@nongnu.org; Thu, 07 Jan 2010 11:32:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSvHI-0001TL-DM for qemu-devel@nongnu.org; Thu, 07 Jan 2010 11:32:08 -0500 Received: from [199.232.76.173] (port=41614 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSvHI-0001T4-05 for qemu-devel@nongnu.org; Thu, 07 Jan 2010 11:32:04 -0500 Received: from moutng.kundenserver.de ([212.227.17.8]:58997) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSvHH-0003ax-EL for qemu-devel@nongnu.org; Thu, 07 Jan 2010 11:32:03 -0500 Received: from flocke.weilnetz.de (p54ADFE0C.dip.t-dialin.net [84.173.254.12]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0M1iEk-1NmN4c2FVS-00tBUT; Thu, 07 Jan 2010 17:32:00 +0100 Received: from stefan by flocke.weilnetz.de with local (Exim 4.71) (envelope-from ) id 1NSvHD-0004JG-NQ; Thu, 07 Jan 2010 17:31:59 +0100 From: Stefan Weil To: QEMU Developers Date: Thu, 7 Jan 2010 17:31:58 +0100 Message-Id: <1262881918-16533-1-git-send-email-weil@mail.berlios.de> X-Mailer: git-send-email 1.6.5 X-Provags-ID: V01U2FsdGVkX1+PEbvqxEa2hv4O9YOk9R7donRgNxpydedHs6M uFiGXzoWtpkBMSG748BGlXG43uCz97YnpY9h+0lYcu/MtUcvv9 9sUoAm01kuoP+TS6hzB1JXafaPdZaESAJrCYFb1AbgrN4Iy1bm Y5w== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Subject: [Qemu-devel] [PATCH] pc-bios: Update README (SeaBIOS) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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). - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios project (http://www.nongnu.org/vgabios/).