On Mon, Jun 06, 2005 at 10:17:19AM +0100, Jonathan McDowell wrote:
On Sun, Jun 05, 2005 at 10:42:02PM -0700, Adam Talbot wrote:
Where do I turn up the debug so I can get a bit more info and perhaps track the problem??
Try adding:
uses DEFAULT_CONSOLE_LOGLEVEL uses MAXIMUM_CONSOLE_LOGLEVEL
to src/mainboard/via/epia-m/Options.lb just under "uses OBJCOPY"
and then:
option DEFAULT_CONSOLE_LOGLEVEL=9 option MAXIMUM_CONSOLE_LOGLEVEL=9
to targets/via/epia-m/Config.filo.lb just under "option HAVE_FALLBACK_BOOT=1"
You'll need to do the ./buildtarget again afterwards obviously.
Also, I've just fixed up the config a bit more (and checked it into my arch tree) so the southbridge init stuff should actually get called - I don't think it was doing so before. Still looking at the right way to handle the vt1211 stuff.
J.