public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Problem with SystemACE cmd_ace.c patch of 7 Aug 2005
@ 2006-04-06  2:04 Stephen Williams
  2006-04-06 17:26 ` Jeff Angielski
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Williams @ 2006-04-06  2:04 UTC (permalink / raw)
  To: u-boot

I have a problem with some changes you (Jeff) did in u-boot related
to compact flash. Can you help me understand why you put this:

+           /* Reset the configruation controller */
+           val = ace_readw(0x18);
+           val|=0x0080;
+           ace_writew(val, 0x18);
+

into the systemace_read function? This is causing me grief, with
the linux SystemACE indicating an error:

 JTAG controller couldn't read configuration from the CompactFlash

while booting Linux with a ext3 partition on the SystemACE CF.
When I comment those lines out of cmd_ace.c, my boot starts to
work again.

I suspect this "reset" of the config portion of the systemace
is causing the SystemACE to start trying again to configure
when the reset is released at the end of a block read. I would
so like to remove that little snippet of code, but if you had
a positive reason why it should be there, we need to negotiate.

-- 
Steve Williams                "The woods are lovely, dark and deep.
steve at icarus.com           But I have promises to keep,
http://www.icarus.com         and lines to code before I sleep,
http://www.picturel.com       And lines to code before I sleep."

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-06 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-06  2:04 [U-Boot-Users] Problem with SystemACE cmd_ace.c patch of 7 Aug 2005 Stephen Williams
2006-04-06 17:26 ` Jeff Angielski
2006-04-06 18:07   ` Stephen Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox