From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Haines Date: Wed, 13 Jul 2005 16:31:33 +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 Yuli Barcohen arabellasw.com> writes: > > The attached patch adds support for EmbeddedPlanet EP88x boards. It was > tested on EP88xC board with MPC885 processor, 64MB RAM, and 16MB flash. > 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. When I try to step through it, everything goes fine until it appears to go into an infinite loop in sdram_table. The point where it loops looks like this in the debugger: 0xfc01b410 in sdram_table () (gdb) 0xfc01b348 in sdram_table () (gdb) Do you have any idea why it would be doing this? Also, because it may solve the problem, what version of u-boot did you write the patch against? I am using the stable 1.1.2 build, but I guess you may have used some CVS version.