qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Define a new route for sending data to bios


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] Define a new route for sending data to bios
Date: Thu, 12 Feb 2009 17:50:38 +0200

On 2/12/09, Gleb Natapov <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]