[OpenBIOS] [PATCH] Change qemu-loaded to linuxbios-loaded ( and vice versa) in a few places

Torsten Duwe duwe at lst.de
Tue Oct 16 01:54:40 CEST 2007


On Tuesday 16 October 2007, Stefan Reinauer wrote:
> * Jens Freimann <jens at freimann.org> [071010 23:03]:
> > --- cpu/x86/pc/biosload/fw.bth	(Revision 548)
> > +++ cpu/x86/pc/biosload/fw.bth	(Arbeitskopie)
> > @@ -121,6 +121,12 @@
> >  end-support-package
> >  [then]
> >
> > +[ifdef] qemu-loaded
> > +fload ${BP}/cpu/x86/pc/biosload/lbtable.fth
> > +fload ${BP}/cpu/x86/pc/biosload/lbcmos.fth
> > +fload ${BP}/cpu/x86/pc/biosload/lbdevtree.fth
> > +[then]
>
> is this one qemu-loaded on purpose?

Unlikely. That chunk needs to be [ifdef]'ed linuxbios-loaded and be moved 40 
lines up, before fload ${BP}/cpu/x86/pc/biosload/probemem.fth ; see my reply 
to "Read size of installed memory", the ofw_lbtable+probemem patch I had 
attached.

	Torsten



More information about the OpenBIOS mailing list