Re: RFC: Optionally verbose SYSINIT

2006-05-11 Thread Rink Springer
> This would be awesome, please do it. I agree, I've done something like this in a much more hackishly-way for the XBox port as well, but your code is much cleaner than mine was :-) Go for it, may others benefit from it! -- Rink P.W. Springer- http://rink.nu "R

Re: RFC: Optionally verbose SYSINIT

2006-05-11 Thread Scott Long
This would be awesome, please do it. Scott Benno Rice wrote: One of the things that I found useful both in starting the PowerPC port and in doing the XScale stuff I'm working on is making the SYSINIT stuff done by mi_startup() verbose. This generally requires hacking your own code into mi_

RFC: Optionally verbose SYSINIT

2006-05-10 Thread Benno Rice
One of the things that I found useful both in starting the PowerPC port and in doing the XScale stuff I'm working on is making the SYSINIT stuff done by mi_startup() verbose. This generally requires hacking your own code into mi_startup() to print out which SYSINIT you're up to and the like.