[Skiboot] [PATCH 01/33] mambo: Run at fastest speed.

Stewart Smith stewart at linux.vnet.ibm.com
Tue Jul 5 19:22:58 AEST 2016


Benjamin Herrenschmidt <benh at kernel.crashing.org> writes:
> From: Michael Neuling <mikey at neuling.org>
>
> Signed-off-by: Michael Neuling <mikey at neuling.org>
> Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
> ---
>  external/mambo/skiboot.tcl | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/external/mambo/skiboot.tcl b/external/mambo/skiboot.tcl
> index 5c2c2ce..146665c 100644
> --- a/external/mambo/skiboot.tcl
> +++ b/external/mambo/skiboot.tcl
> @@ -210,8 +210,8 @@ mysim memory fread $mconf(payload_addr) $payload_size $mconf(payload)
>  # Flatten it
>  epapr::of2dtb mysim $mconf(epapr_dt_addr)
>  
> -# Turbo mode & run
> -mysim mode turbo
> +# Set run speed
> +mysim mode fastest
>  
>  if { [info exists env(SKIBOOT_AUTORUN)] } {
>      mysim go

makes good sense, merged to master as of 5b7181e

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list