Re: [U-Boot] [PATCH 0/2] Add Xilinx Zynq boot.bin support

2015-11-16 Thread Tom Rini
On Mon, Nov 16, 2015 at 11:09:03AM +0100, Michal Simek wrote: > Hi guys, > > On 11.11.2015 12:46, Nathan Rossi wrote: > > This patch series adds support for the 'zynqimage' type to mkimage for > > the Xilinx Zynq platform. As well as adding make targets to generate > > the boot.bin image file cont

Re: [U-Boot] [PATCH 0/2] Add Xilinx Zynq boot.bin support

2015-11-16 Thread Michal Simek
Hi guys, On 11.11.2015 12:46, Nathan Rossi wrote: > This patch series adds support for the 'zynqimage' type to mkimage for > the Xilinx Zynq platform. As well as adding make targets to generate > the boot.bin image file containing SPL by default. > > Nathan Rossi (2): > tools: zynqimage: Add Xi

[U-Boot] [PATCH 0/2] Add Xilinx Zynq boot.bin support

2015-11-11 Thread Nathan Rossi
This patch series adds support for the 'zynqimage' type to mkimage for the Xilinx Zynq platform. As well as adding make targets to generate the boot.bin image file containing SPL by default. Nathan Rossi (2): tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage ARM: zynq: Add ta