All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@seznam.cz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] SystemACE
Date: Sat, 21 Apr 2007 21:28:59 +0200	[thread overview]
Message-ID: <005d01c7844b$4fb8e740$0200a8c0@monstrone> (raw)

Hi,
I have debugged systemace driver and ported it on Microblaze. I use 
SystemACE for loading bitstream to FPGA. But if the SystemACE initializes 
FPGA this part of code sets to zero CFGDONE bit in STATUSREG. And then 
release_cf_lock function resets SystemACE.
I add this part of code to microblaze-git repository. Please test it if you 
can.

Best regards,
Michal Simek

+/*
+ * For FPGA configuration via SystemACE is reset unacceptable
+ * CFGDONE bit in STATUSREG is not set to 1.
+ */

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

                retry = trans * 16;
                while (retry > 0) {

             reply	other threads:[~2007-04-21 19:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-21 19:28 Michal Simek [this message]
2007-04-21 20:03 ` [U-Boot-Users] SystemACE Grant Likely

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='005d01c7844b$4fb8e740$0200a8c0@monstrone' \
    --to=monstr@seznam.cz \
    --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.