On Tuesday 16 October 2007, Stefan Reinauer wrote:
- Jens Freimann jens@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