qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6658] Update to OpenBIOS 1.0
@ 2009-03-01 20:18 Blue Swirl
  2009-03-03  9:09 ` Aurelien Jarno
  0 siblings, 1 reply; 5+ messages in thread
From: Blue Swirl @ 2009-03-01 20:18 UTC (permalink / raw)
  To: qemu-devel

Revision: 6658
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6658
Author:   blueswir1
Date:     2009-03-01 20:18:09 +0000 (Sun, 01 Mar 2009)
Log Message:
-----------
Update to OpenBIOS 1.0

Modified Paths:
--------------
    trunk/pc-bios/README
    trunk/pc-bios/openbios-ppc
    trunk/pc-bios/openbios-sparc32
    trunk/pc-bios/openbios-sparc64

Modified: trunk/pc-bios/README
===================================================================
--- trunk/pc-bios/README	2009-02-28 20:14:00 UTC (rev 6657)
+++ trunk/pc-bios/README	2009-03-01 20:18:09 UTC (rev 6658)
@@ -41,8 +41,8 @@
 - OpenBIOS (http://www.openbios.org/) is a free (GPL v2) portable
   firmware implementation. The goal is to implement a 100% IEEE
   1275-1994 (referred to as Open Firmware) compliant firmware.
-  The included Sparc32, Sparc64 and PowerPC images are built from SVN
-  revision 450.
+  The included images for Sparc32, Sparc64 and PowerPC (for 32 and 64 bit
+  PPC CPUs) are built from OpenBIOS 1.0 release (SVN revision 463).
 
 - The PXE roms come from Rom-o-Matic etherboot 5.4.2.
   pcnet32:pcnet32 -- [0x1022,0x2000]

Modified: trunk/pc-bios/openbios-ppc
===================================================================
(Binary files differ)

Modified: trunk/pc-bios/openbios-sparc32
===================================================================
(Binary files differ)

Modified: trunk/pc-bios/openbios-sparc64
===================================================================
(Binary files differ)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [6658] Update to OpenBIOS 1.0
  2009-03-01 20:18 [Qemu-devel] [6658] Update to OpenBIOS 1.0 Blue Swirl
@ 2009-03-03  9:09 ` Aurelien Jarno
  2009-03-03 11:03   ` Alexander Graf
  2009-03-03 20:47   ` Blue Swirl
  0 siblings, 2 replies; 5+ messages in thread
From: Aurelien Jarno @ 2009-03-03  9:09 UTC (permalink / raw)
  To: Blue Swirl; +Cc: qemu-devel

On Sun, Mar 01, 2009 at 08:18:10PM +0000, Blue Swirl wrote:
> Revision: 6658
>           http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6658
> Author:   blueswir1
> Date:     2009-03-01 20:18:09 +0000 (Sun, 01 Mar 2009)
> Log Message:
> -----------
> Update to OpenBIOS 1.0
> 
> Modified Paths:
> --------------
>     trunk/pc-bios/README
>     trunk/pc-bios/openbios-ppc
>     trunk/pc-bios/openbios-sparc32
>     trunk/pc-bios/openbios-sparc64
> 

It looks like this version has a problem with -nographic on the g3beige
and mac99 machines. It is reproducible with the installation CD from
Debian Etch and Lenny. Yaboot outputs a prompt, but as soon as the
kernel tries to boot, I get:

Please wait, loading kernel...
   Elf32 kernel loaded...
Loading ramdisk...
ramdisk loaded at 01900000, size: 3807 Kbytes
invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f00 1
invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f04 1
invalid/unsupported opcode: 00 - 0c - 06 (00009198) 00009214 0

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [6658] Update to OpenBIOS 1.0
  2009-03-03  9:09 ` Aurelien Jarno
@ 2009-03-03 11:03   ` Alexander Graf
  2009-03-03 20:47   ` Blue Swirl
  1 sibling, 0 replies; 5+ messages in thread
From: Alexander Graf @ 2009-03-03 11:03 UTC (permalink / raw)
  To: qemu-devel@nongnu.org; +Cc: Blue Swirl, Aurelien Jarno

On 03.03.2009, at 10:09, Aurelien Jarno <aurelien@aurel32.net> wrote:

> On Sun, Mar 01, 2009 at 08:18:10PM +0000, Blue Swirl wrote:
>> Revision: 6658
>>          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6658
>> Author:   blueswir1
>> Date:     2009-03-01 20:18:09 +0000 (Sun, 01 Mar 2009)
>> Log Message:
>> -----------
>> Update to OpenBIOS 1.0
>>
>> Modified Paths:
>> --------------
>>    trunk/pc-bios/README
>>    trunk/pc-bios/openbios-ppc
>>    trunk/pc-bios/openbios-sparc32
>>    trunk/pc-bios/openbios-sparc64
>>
>
> It looks like this version has a problem with -nographic on the  
> g3beige
> and mac99 machines. It is reproducible with the installation CD from
> Debian Etch and Lenny. Yaboot outputs a prompt, but as soon as the
> kernel tries to boot, I get:
>
> Please wait, loading kernel...
>   Elf32 kernel loaded...
> Loading ramdisk...
> ramdisk loaded at 01900000, size: 3807 Kbytes
> invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f00 1
> invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f04 1
> invalid/unsupported opcode: 00 - 0c - 06 (00009198) 00009214 0

Did this work before? I remember having this issue for at least 2  
weeks now and thought it was because video.x doesn't get mapped or  
something.

Alex

>
>
> -- 
> Aurelien Jarno                            GPG: 1024D/F1BCDB73
> aurelien@aurel32.net                 http://www.aurel32.net
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [6658] Update to OpenBIOS 1.0
  2009-03-03  9:09 ` Aurelien Jarno
  2009-03-03 11:03   ` Alexander Graf
@ 2009-03-03 20:47   ` Blue Swirl
  2009-03-03 21:06     ` Aurelien Jarno
  1 sibling, 1 reply; 5+ messages in thread
From: Blue Swirl @ 2009-03-03 20:47 UTC (permalink / raw)
  To: Aurelien Jarno; +Cc: qemu-devel

On 3/3/09, Aurelien Jarno <aurelien@aurel32.net> wrote:
> On Sun, Mar 01, 2009 at 08:18:10PM +0000, Blue Swirl wrote:
>  > Revision: 6658
>  >           http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6658
>  > Author:   blueswir1
>  > Date:     2009-03-01 20:18:09 +0000 (Sun, 01 Mar 2009)
>  > Log Message:
>  > -----------
>  > Update to OpenBIOS 1.0
>  >
>  > Modified Paths:
>  > --------------
>  >     trunk/pc-bios/README
>  >     trunk/pc-bios/openbios-ppc
>  >     trunk/pc-bios/openbios-sparc32
>  >     trunk/pc-bios/openbios-sparc64
>  >
>
>
> It looks like this version has a problem with -nographic on the g3beige
>  and mac99 machines. It is reproducible with the installation CD from
>  Debian Etch and Lenny. Yaboot outputs a prompt, but as soon as the
>  kernel tries to boot, I get:
>
>  Please wait, loading kernel...
>    Elf32 kernel loaded...
>  Loading ramdisk...
>  ramdisk loaded at 01900000, size: 3807 Kbytes
>  invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f00 1
>  invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f04 1
>  invalid/unsupported opcode: 00 - 0c - 06 (00009198) 00009214 0

I can reproduce this, but  -nographic support for PPC was added in
r452 and even that version behaves the same way. Strange bug, though.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [6658] Update to OpenBIOS 1.0
  2009-03-03 20:47   ` Blue Swirl
@ 2009-03-03 21:06     ` Aurelien Jarno
  0 siblings, 0 replies; 5+ messages in thread
From: Aurelien Jarno @ 2009-03-03 21:06 UTC (permalink / raw)
  To: Blue Swirl; +Cc: qemu-devel

On Tue, Mar 03, 2009 at 10:47:56PM +0200, Blue Swirl wrote:
> On 3/3/09, Aurelien Jarno <aurelien@aurel32.net> wrote:
> > On Sun, Mar 01, 2009 at 08:18:10PM +0000, Blue Swirl wrote:
> >  > Revision: 6658
> >  >           http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6658
> >  > Author:   blueswir1
> >  > Date:     2009-03-01 20:18:09 +0000 (Sun, 01 Mar 2009)
> >  > Log Message:
> >  > -----------
> >  > Update to OpenBIOS 1.0
> >  >
> >  > Modified Paths:
> >  > --------------
> >  >     trunk/pc-bios/README
> >  >     trunk/pc-bios/openbios-ppc
> >  >     trunk/pc-bios/openbios-sparc32
> >  >     trunk/pc-bios/openbios-sparc64
> >  >
> >
> >
> > It looks like this version has a problem with -nographic on the g3beige
> >  and mac99 machines. It is reproducible with the installation CD from
> >  Debian Etch and Lenny. Yaboot outputs a prompt, but as soon as the
> >  kernel tries to boot, I get:
> >
> >  Please wait, loading kernel...
> >    Elf32 kernel loaded...
> >  Loading ramdisk...
> >  ramdisk loaded at 01900000, size: 3807 Kbytes
> >  invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f00 1
> >  invalid/unsupported opcode: 00 - 00 - 00 (00000000) fff18f04 1
> >  invalid/unsupported opcode: 00 - 0c - 06 (00009198) 00009214 0
> 
> I can reproduce this, but  -nographic support for PPC was added in
> r452 and even that version behaves the same way. Strange bug, though.
> 

Version before r452 were already supporting -nographic, even if the
traffic was not redirected to the serial port automagically. Now if you
don't want a graphical output, the only solution is VNC.

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-03 21:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-01 20:18 [Qemu-devel] [6658] Update to OpenBIOS 1.0 Blue Swirl
2009-03-03  9:09 ` Aurelien Jarno
2009-03-03 11:03   ` Alexander Graf
2009-03-03 20:47   ` Blue Swirl
2009-03-03 21:06     ` Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).