* Eric W. Biederman ebiederman@lnxi.com [030731 04:13]:
Stefan Reinauer stepan@suse.de writes:
I got the solo target to compile again today, but all I get is reeeaaallyyy slooooow output of the setting up default resources and node1 before it just hangs.
Hmm. Is this perhaps running at 9600 baud.
Nope, don't think so. I have my terminal program running at 115200bps and i get text through, always some bytes at once, then it lags, then some more bytes and so on...
I believe the speed problem is that the XIP defines have not been picked up in the new configuration stuff. Anyway that is where I would look first for speed problems.
This happened with the old config method.
There are enough hard codes in the code at the moment that are smp specifc that we may have a bug there, that can explain the crash.
I basically took the hdama code and stripped it down to fit, but i might very well have missed something.
Stefan