From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXdps-0007VS-QI for qemu-devel@nongnu.org; Thu, 12 Feb 2009 10:50:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXdpq-0007T9-Cn for qemu-devel@nongnu.org; Thu, 12 Feb 2009 10:50:43 -0500 Received: from [199.232.76.173] (port=56307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXdpq-0007T6-8f for qemu-devel@nongnu.org; Thu, 12 Feb 2009 10:50:42 -0500 Received: from mail-fx0-f20.google.com ([209.85.220.20]:63026) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXdpp-0004GS-QJ for qemu-devel@nongnu.org; Thu, 12 Feb 2009 10:50:42 -0500 Received: by fxm13 with SMTP id 13so2316296fxm.10 for ; Thu, 12 Feb 2009 07:50:39 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090212064143.GF5569@redhat.com> References: <1234421329-8119-1-git-send-email-FOSS@AtlasTechnologiesInc.com> <1234421329-8119-2-git-send-email-FOSS@AtlasTechnologiesInc.com> <20090212064143.GF5569@redhat.com> Date: Thu, 12 Feb 2009 17:50:38 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Define a new route for sending data to bios From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 2/12/09, Gleb Natapov wrote: > On Thu, Feb 12, 2009 at 01:48:46AM -0500, Cory Fields wrote: > > diff --git a/hw/fw_cfg.h b/hw/fw_cfg.h > > index ef8f378..a119867 100644 > > --- a/hw/fw_cfg.h > > +++ b/hw/fw_cfg.h > > @@ -8,6 +8,8 @@ > > #define FW_CFG_NOGRAPHIC 0x04 > > #define FW_CFG_NB_CPUS 0x05 > > #define FW_CFG_MACHINE_ID 0x06 > > +#define FW_CFG_BIOSPROMPT 0x07 > > +#define FW_CFG_QUIETBIOS 0x08 > > #define FW_CFG_MAX_ENTRY 0x10 > > > > Are these config parameters relevant to platforms other then x86? Sparc and PPC use -prom-env 'auto-boot?=false' for !BIOSPROMPT equivalent: OpenBIOS boots without delay from the device specified with -boot, with auto-boot? variable set to false you get the Forth prompt. It would be possible to add FW_CFG_BIOSPROMPT support to OpenBIOS, but it's duplicate functionality.