[OpenBIOS] [commit] r898 - trunk/openbios-devel/arch/sparc64

Artyom Tarasenko atar4qemu at gmail.com
Tue Oct 19 12:02:35 CEST 2010


On Sat, Oct 16, 2010 at 5:09 PM, repository service <svn at openbios.org> wrote:
> Author: mcayland
> Date: Sat Oct 16 17:09:18 2010
> New Revision: 898
> URL: http://tracker.coreboot.org/trac/openbios/changeset/898
>
> Log:
> When booting from disk, an explicit :a slice is required in order for the Fcode bootloader to execute correctly.

Interesting. In OBP (sparc32) I can use both "boot disk" and "boot disk:a" .

>
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
>
> Modified:
>   trunk/openbios-devel/arch/sparc64/openbios.c
>
> Modified: trunk/openbios-devel/arch/sparc64/openbios.c
> ==============================================================================
> --- trunk/openbios-devel/arch/sparc64/openbios.c        Sat Oct 16 16:13:15 2010        (r897)
> +++ trunk/openbios-devel/arch/sparc64/openbios.c        Sat Oct 16 17:09:18 2010        (r898)
> @@ -476,7 +476,7 @@
>             push_str("/obio/SUNW,fdtwo");
>             break;
>         case 'c':
> -            push_str("disk");
> +            push_str("disk:a");
>             break;
>         default:
>         case 'd':
>
> --
> OpenBIOS                 http://openbios.org/
> Mailinglist:  http://lists.openbios.org/mailman/listinfo
> Free your System - May the Forth be with you
>



-- 
Regards,
Artyom Tarasenko

solaris/sparc under qemu blog: http://tyom.blogspot.com/



More information about the OpenBIOS mailing list