From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 19 Nov 2015 10:44:38 +0100 Subject: [U-Boot] [PATCH v2 0/2] Add Xilinx Zynq boot.bin support In-Reply-To: <1447765017-2155-1-git-send-email-nathan@nathanrossi.com> References: <1447765017-2155-1-git-send-email-nathan@nathanrossi.com> Message-ID: <564D9A06.4080000@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 17.11.2015 13:56, 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. > > Changes in v2: > * Remove test code > > Nathan Rossi (2): > tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage > ARM: zynq: Add target for building bootable SPL image for Zynq > > Makefile | 3 + > common/image.c | 1 + > include/image.h | 3 +- > scripts/Makefile.spl | 11 +++ > tools/Makefile | 1 + > tools/zynqimage.c | 257 +++++++++++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 275 insertions(+), 1 deletion(-) > create mode 100644 tools/zynqimage.c > Applied both. Thanks, Michal