[Buildroot] [PATCH v1 0/2] Make Buildroot for Zedboard independent on Xilinx tools

Arnout Vandecappelle arnout at mind.be
Fri Jun 19 19:59:26 UTC 2015


On 06/19/15 15:38, Jan Viktorin wrote:
> From: Jan Viktorin <viktorin at 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 :-)

 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
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F


More information about the buildroot mailing list