public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/9] FPGA cleanup + zynq support
Date: Fri, 3 May 2013 15:50:27 -0400	[thread overview]
Message-ID: <20130503195027.GL22334@bill-the-cat> (raw)
In-Reply-To: <cover.1367565248.git.michal.simek@xilinx.com>

On Fri, May 03, 2013 at 09:14:07AM +0200, Michal Simek wrote:

> Fpga code is pretty old and none has tried to clean it up.
> My attempt is related to new code I want to push to mainline
> which is add support for checking bitstream and if bitstream
> is valid for the selected device.
> For this I need to do cleanup code and move code
> from cmd_fpga.c to fpga.c in driver folder.
> 
> Zynq driver:
> Depends on previous zynq patches sent some days ago.
> 
> Tested by:
> set fload tftp \${addr} fpga.bin\;fpga info 0\;fpga load 0 \${addr} \${filesize}
> set floadb tftp \${addr} download.bit\;fpga info 0\;fpga loadb 0 \${addr} \${filesize}
> set addr 10000000
> run fload
> run floadb
> set addr 10000001
> run fload
> run floadb
> set addr 10000002
> run fload
> run floadb
> set addr 10000003
> run fload
> run floadb
> 
> Thanks for your comments,
> Michal
> 
> Changes in v3:

For the series:
Reviewed-by: Tom Rini <trini@ti.com>

Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130503/a16dd772/attachment.pgp>

      parent reply	other threads:[~2013-05-03 19:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-03  7:14 [U-Boot] [PATCH v3 0/9] FPGA cleanup + zynq support Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 1/9] fpga: Clean coding style Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 2/9] fpga: Fix debug message compilation error Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 3/9] cmd: fpga: Clean coding style Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 4/9] cmd: fpga: Move fpga_loadbitstream to fpga.c Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 5/9] fpga: Change the first parameter in fpga_loadbitstream Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 6/9] cmd: fpga: Do not include net.h Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 7/9] fpga: zynq: Add support for loading bitstream Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 8/9] fpga: Check device name against bitstream name Michal Simek
2013-05-03  7:14 ` [U-Boot] [PATCH v3 9/9] fpga: Remove all CONFIG_SYS_* fpga related options Michal Simek
2013-05-03 19:50 ` Tom Rini [this message]

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=20130503195027.GL22334@bill-the-cat \
    --to=trini@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox