]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/Makefile.spl
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
authorMichal Simek <michal.simek@xilinx.com>
Wed, 27 Apr 2016 12:03:29 +0000 (14:03 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 24 May 2016 09:15:01 +0000 (11:15 +0200)
commitd9b58b303120fb8fe0b7c9799e2b7682da4bec16
treef8e415232fe87eaacee3c296008e06b65fb02f7b
parent8d16e1d5931bb1323ef5307204563b7afcb3b6c3
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation

Add support for the zynqmpimage to mkimage.
Only basic functionality is supported without encryption and register
initialization with one partition which is filled by U-Boot SPL.
For more detail information look at Xilinx ZynqMP TRM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image.c
include/image.h
scripts/Makefile.spl
tools/Makefile
tools/zynqmpimage.c [new file with mode: 0644]