From: Dalon Westergreen <dwesterg@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/2] common: fitimage support for arbitrary fpga type
Date: Mon, 20 Feb 2017 06:56:03 -0800 [thread overview]
Message-ID: <1487602565-6349-1-git-send-email-dwesterg@gmail.com> (raw)
The intent of these patches is to modify existing fitimage support for
fpga configuration to allow configuration of any fpga type supported
by the fpga_load command.
In the fpga node, two additional optional parameters are used to indicate
the fpga device number (for systems with multiple fpgas) and whether the fpga
image is a full or partial image.
fpga-devnum: FPGA device number, defaults to 0
fpga-partial-image: 0 = full, other = partial, defaults to full
Changes in v3:
- Fix typos and caps in comments
Changes in v2:
- Add support for devnum and partial
- for backward compatibility, do check of image size for xilinx to determine
if the image is a partial image
Dalon Westergreen (2):
common: image: update boot_get_fpga to support arbitrary fpga image
common: bootm: add support for arbitrary fgpa configuration
common/bootm.c | 2 +-
common/image-fit.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
common/image.c | 51 ++++++++++++++++++++++++++++++++-------------------
include/image.h | 5 +++++
4 files changed, 89 insertions(+), 20 deletions(-)
--
2.7.4
next reply other threads:[~2017-02-20 14:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-20 14:56 Dalon Westergreen [this message]
2017-02-20 14:56 ` [U-Boot] [PATCH v3 1/2] common: image: update boot_get_fpga to support arbitrary fpga image Dalon Westergreen
2017-02-20 15:16 ` Michal Simek
2017-02-20 15:46 ` Dalon Westergreen
2017-02-21 12:21 ` Michal Simek
2017-02-22 4:00 ` Simon Glass
2017-02-22 12:08 ` Tomas Melin
2017-02-22 14:26 ` Dalon Westergreen
2017-02-22 14:22 ` Dalon Westergreen
2017-02-24 16:48 ` Dalon Westergreen
2017-02-20 14:56 ` [U-Boot] [PATCH v3 2/2] common: bootm: add support for arbitrary fgpa configuration Dalon Westergreen
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=1487602565-6349-1-git-send-email-dwesterg@gmail.com \
--to=dwesterg@gmail.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