All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Williams <steve@icarus.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Problem with SystemACE cmd_ace.c patch of 7 Aug 2005
Date: Wed, 05 Apr 2006 19:04:02 -0700	[thread overview]
Message-ID: <44347712.6010102@icarus.com> (raw)

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."

             reply	other threads:[~2006-04-06  2:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-06  2:04 Stephen Williams [this message]
2006-04-06 17:26 ` [U-Boot-Users] Problem with SystemACE cmd_ace.c patch of 7 Aug 2005 Jeff Angielski
2006-04-06 18:07   ` Stephen Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44347712.6010102@icarus.com \
    --to=steve@icarus.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.