From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] FPGA changes
Date: Fri, 2 May 2014 15:34:40 +0200 [thread overview]
Message-ID: <cover.1399037656.git.michal.simek@xilinx.com> (raw)
Hi,
This series is based on FPGA changes I have sent
http://lists.denx.de/pipermail/u-boot/2014-April/178204.html
Series contain fpga chagnes for cleaning up full
and partial bitstream loading. Also compressed bitstreams
are supported. Bitstream detection was done based on device
size but it doesn't work for compressed bitstreams.
That's why user has to decide which bitstream works with.
For that purpose LOADP/LOADBP commands have been created.
LOADMK was guarded to have an option to disable it
for systems with limited amount of memory.
For easier testing full branch with all patches and patman description
is available here.
http://git.denx.de/?p=u-boot/u-boot-microblaze.git;a=shortlog;h=refs/heads/xnext/zynq
Thanks,
Michal
Michal Simek (5):
configs: iocom: Fix typo on CMD_FPGA command
fpga: Define bitstream type based on command selection
fpga: Add support to load partial bitstreams
fpga: zynqpl: Clean partial bitstream handling
zynq: Enable fpga loadp and loadbp commands
Siva Durga Prasad Paladugu (1):
fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK
README | 13 +++++++++
board/matrix_vision/common/mv_common.c | 2 +-
common/cmd_fpga.c | 51 +++++++++++++++++++++++++++++++---
drivers/fpga/fpga.c | 8 ++++--
drivers/fpga/spartan2.c | 3 +-
drivers/fpga/spartan3.c | 3 +-
drivers/fpga/virtex2.c | 3 +-
drivers/fpga/xilinx.c | 10 ++++---
drivers/fpga/zynqpl.c | 22 ++++++---------
include/configs/GEN860T.h | 1 +
include/configs/MVBC_P.h | 1 +
include/configs/MVBLM7.h | 1 +
include/configs/MVSMR.h | 1 +
include/configs/alpr.h | 1 +
include/configs/astro_mcf5373l.h | 1 +
include/configs/balloon3.h | 1 +
include/configs/coreboot.h | 1 +
include/configs/grsim.h | 1 +
include/configs/grsim_leon2.h | 1 +
include/configs/iocon.h | 3 +-
include/configs/mt_ventoux.h | 1 +
include/configs/omap3_mvblx.h | 1 +
include/configs/x600.h | 1 +
include/configs/zynq-common.h | 3 ++
include/fpga.h | 11 ++++++--
include/xilinx.h | 5 ++--
26 files changed, 116 insertions(+), 34 deletions(-)
--
1.8.2.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140502/7e36a65e/attachment.pgp>
next reply other threads:[~2014-05-02 13:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-02 13:34 Michal Simek [this message]
2014-05-02 13:34 ` [U-Boot] [PATCH 1/6] configs: iocom: Fix typo on CMD_FPGA command Michal Simek
2014-06-16 8:19 ` Dirk Eibach
2014-06-16 22:35 ` Michal Simek
2014-05-02 13:34 ` [U-Boot] [PATCH 2/6] fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK Michal Simek
2014-05-02 13:34 ` [U-Boot] [PATCH 3/6] fpga: Define bitstream type based on command selection Michal Simek
2014-05-02 13:34 ` [U-Boot] [PATCH 4/6] fpga: Add support to load partial bitstreams Michal Simek
2014-05-02 13:34 ` [U-Boot] [PATCH 5/6] fpga: zynqpl: Clean partial bitstream handling Michal Simek
2014-05-02 13:34 ` [U-Boot] [PATCH 6/6] zynq: Enable fpga loadp and loadbp commands Michal Simek
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=cover.1399037656.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.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