From: Jan Viktorin <xvikto03@stud.fit.vutbr.cz>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1 0/2] Make Buildroot for Zedboard independent on Xilinx tools
Date: Sat, 20 Jun 2015 10:26:42 +0200 [thread overview]
Message-ID: <20150620102642.2d88adfb@jvn> (raw)
In-Reply-To: <5584749E.2010302@mind.be>
On Fri, 19 Jun 2015 21:59:26 +0200
Arnout Vandecappelle <arnout@mind.be> wrote:
> On 06/19/15 15:38, Jan Viktorin wrote:
> > From: Jan Viktorin <viktorin@rehivetech.com>
> >
> > Dear Thomas,
> >
> > thank you for the review. I've made the changes accordingly.
> >
> > I've created host-zynq-boot-bin package to cover the small
> > python script. It downloads U-Boot xilinx-v2015.1 from Xilinx
> > github for this purpose (quite an overkill, isn't it...).
> >
> > There are now just 2 patches of U-Boot 2015.07. 0001 adds
> > calling of the zynq-boot-bin.py and 0002 fixes the default
> > U-Boot environment to boot out-of-the-box from SD card.
> >
> > There is still one thing to solve (I wasn't sure how).
> > There is no dependency specified between U-Boot and the
> > host-zynq-boot-bin package. It should be probably conditional
> > but what kind of condition to write there? Should we use
> > it for every Zynq architecture? (Is it possible to detect
> > it by Buildroot?)
>
> You can revert the two packages: make host-zynq-boot-bin depend on
> uboot, and move the call to the python script to the
> host-zynq-boot-bin package. One less patch for uboot :-)
So, you mean to drop the patch 0001 and call the zynq-boot-bin.py from
BUILD/INSTALL (?) stage of this package? (I expect the dependency on
uboot will guarantee, it is called after uboot.) The package will get
the path to the uboot's build dir as UBOOT_DIR, is it right?
So host-zynq-boot-bin should depend on uboot and it is up to the user
to select this package to create the boot.bin file automatically
or not. Is that OK?
Regards
Jan Viktorin
>
> Regards,
> Arnout
>
>
> >
> > Regards
> > Jan Viktorin
> >
> >
> > Jan Viktorin (2):
> > host-zynq-boot-bin: new package
> > zedboard: Upgrade to U-Boot 2015.07
> >
> > board/avnet/zedboard/readme.txt | 95
> > ++++++++++------------ ...oot.bin-automatically-by-zynq-boot-bin.py.patch
> > | 38 +++++++++ ...eate-zedboard-specific-U-Boot-environment.patch |
> > 46 +++++++++++ configs/zedboard_defconfig
> > | 6 +- package/Config.in.host | 1 +
> > package/zynq-boot-bin/Config.in.host | 7 ++
> > package/zynq-boot-bin/zynq-boot-bin.mk | 16 ++++
> > 7 files changed, 156 insertions(+), 53 deletions(-)
> > create mode 100644
> > board/avnet/zedboard/uboot-2015.07/0001-Generate-boot.bin-automatically-by-zynq-boot-bin.py.patch
> > create mode 100644
> > board/avnet/zedboard/uboot-2015.07/0002-zynq-Create-zedboard-specific-U-Boot-environment.patch
> > create mode 100644 package/zynq-boot-bin/Config.in.host create mode
> > 100644 package/zynq-boot-bin/zynq-boot-bin.mk
> >
>
>
--
Jan Viktorin, PhD student E-mail: iviktorin at fit.vutbr.cz
DCS FIT VUT Brno, L310 Web: http://www.fit.vutbr.cz/~iviktorin
Bozetechova 1, 612 66 Phone: +420 54114-1357
Brno, Czech Republic
next prev parent reply other threads:[~2015-06-20 8:26 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-18 16:27 [Buildroot] [PATCH 1/2] zedboard: Upgrade to Linux xilinx-v2015.1 (3.18) Jan Viktorin
2015-06-18 16:27 ` [Buildroot] [PATCH 2/2] zedboard: Upgrade to U-Boot 2015.07 Jan Viktorin
2015-06-18 21:18 ` Thomas Petazzoni
2015-06-19 13:38 ` [Buildroot] [PATCH v1 0/2] Make Buildroot for Zedboard independent on Xilinx tools Jan Viktorin
2015-06-19 19:59 ` Arnout Vandecappelle
2015-06-20 8:26 ` Jan Viktorin [this message]
2015-06-20 9:30 ` Arnout Vandecappelle
2015-06-19 13:40 ` [Buildroot] [PATCH v1 1/2] host-zynq-boot-bin: new package Jan Viktorin
2015-06-19 13:40 ` [Buildroot] [PATCH v1 2/2] zedboard: Upgrade to U-Boot 2015.07 Jan Viktorin
2015-06-22 11:15 ` [Buildroot] [PATCH v2 0/2] Make Buildroot for Zedboard independent on Xilinx tools Jan Viktorin
2015-06-22 11:15 ` [Buildroot] [PATCH v2 1/2] host-zynq-boot-bin: new package Jan Viktorin
2015-06-22 17:32 ` Baruch Siach
2015-06-22 21:58 ` Arnout Vandecappelle
2015-06-22 11:15 ` [Buildroot] [PATCH v2 2/2] zedboard: Upgrade to U-Boot 2015.07 Jan Viktorin
2015-06-23 12:49 ` [Buildroot] [PATCH v3 0/2] Make Buildroot for Zedboard independent on Xilinx tools Jan Viktorin
2015-06-23 12:49 ` [Buildroot] [PATCH v3 1/2] host-zynq-boot-bin: new package Jan Viktorin
2015-07-03 17:33 ` Yann E. MORIN
2015-07-03 20:00 ` Arnout Vandecappelle
2015-07-03 21:51 ` Yann E. MORIN
2015-07-03 23:44 ` Jan Viktorin
2015-07-04 14:07 ` Thomas Petazzoni
2015-07-14 15:12 ` [Buildroot] [PATCH v4 0/7 Make Buildroot for Zedboard independent on Xilinx tools Jan Viktorin
2015-07-14 15:14 ` [Buildroot] [PATCH v4 3/7] boot/uboot: Add support for dtb.img format Jan Viktorin
2015-07-14 18:51 ` Maxime Hadjinlian
2015-07-14 22:09 ` Thomas Petazzoni
2015-07-14 15:14 ` [Buildroot] [PATCH v4 2/7] host-zynq-boot-bin: new package Jan Viktorin
2015-07-18 21:18 ` Thomas Petazzoni
2015-07-14 15:14 ` [Buildroot] [PATCH v4 5/7] zedboard: Generate BOOT.BIN automatically Jan Viktorin
2015-07-14 15:16 ` [Buildroot] [PATCH v4 4/7] boot/uboot: Generate BOOT.BIN file when building for Xilinx Zynq Jan Viktorin
2015-07-18 21:19 ` Thomas Petazzoni
2015-07-14 15:16 ` [Buildroot] [PATCH v4 6/7] zedboard: Patch default U-Boot environment for zedboard Jan Viktorin
2015-07-18 21:19 ` Thomas Petazzoni
2015-07-14 15:16 ` [Buildroot] [PATCH v4 7/7] zedboard: Update readme.txt to reflect BOOT.BIN generation Jan Viktorin
2015-07-18 21:19 ` Thomas Petazzoni
2015-07-14 15:17 ` [Buildroot] [PATCH v4 1/7] docs/manual: Fix trivial typo Jan Viktorin
2015-07-14 18:13 ` Maxime Hadjinlian
2015-07-14 21:57 ` Thomas Petazzoni
2015-06-23 12:49 ` [Buildroot] [PATCH v3 2/2] zedboard: Upgrade to U-Boot 2015.07 Jan Viktorin
2015-07-02 12:40 ` [Buildroot] [PATCH v3 0/2] Make Buildroot for Zedboard independent on Xilinx tools Jan Viktorin
2015-07-03 17:40 ` Yann E. MORIN
2015-07-03 23:52 ` Jan Viktorin
2015-06-18 21:15 ` [Buildroot] [PATCH 1/2] zedboard: Upgrade to Linux xilinx-v2015.1 (3.18) Thomas Petazzoni
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=20150620102642.2d88adfb@jvn \
--to=xvikto03@stud.fit.vutbr.cz \
--cc=buildroot@busybox.net \
/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