
Will Haines <will.haines <at> embedded-sys.com> writes:
Thank you for the patch. The code should help me a lot. However, when I tried to test it with my board and EP885C, I got no output to the terminal.
I think that that specific error stemmed from my BDI configuration file; however, I still cannot get the port to even print anything to the terminal. My steps for putting to the board are as follows:
make distclean make EP8xx_config make all
Then with the BDI: erase 0xfc000000 erase 0xfc020000 prog u-boot.bin bin reset
When I reboot the board there is no output to the console.
When I try to run this using the debugger it appears that things work correctly until the intialization gets trapped in speed.c's function: init_pll_866. I have no idea why a function with no loops in it would seem to loop forever. My only idea is that something is going wrong with plprcr_write_866's return jump.
Any suggestions at all to get this port running on my board would be much appreciated!
Will Haines