
In message 4361EDBA.5010105@eisodus.com you wrote:
The board is working fine with u-boot , the problem is that kernel is not starting.
Then this is most probably a LInux kernel problem and as such somewhat off topic here.
...
bi_baudrate = 38400 // see the problem below
...
There is other minor(??) problem. When i set the value of CFG_SCCR to
It is a very fundamental rule not to ignore such "other minor problems". Always solve problems step by step. Do not continue as long as there eis some problem where you do not EXACTLY understand wher eit's coming from.
SCCR_COM00 | SCCR_DFSYNC00 | SCCR_DFBRG00 | SCCR_DFNL000 | SCCR_DFNH000 | SCCR_DFLCD000 | SCCR_DFALCD00 u-boot works at CONFIG_BAUDRATE / 4 speed i.e if CONFIG_BAUDRATE = 9600 i've to
Ummm... do you really understand what you are doing here? And what your hardware expects?
How do I make both ( FEC and baudrate ) work fine and also is this
Configure the board as needed by t your hardware (and please don't ask how to do it because we don't know your hardware).
related to kernel not booting?
Yes, most probably.
Best regards,
Wolfgang Denk