From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Haines Date: Wed, 13 Jul 2005 19:27:54 +0000 (UTC) Subject: [U-Boot-Users] Re: PATCH: Add support for EmbeddedPlanet EP88x boards References: <17109.6259.382029.838736@astp0002.localdomain> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Will Haines 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