summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-04-27 14:03:29 +0200
committerMichal Simek <michal.simek@xilinx.com>2016-05-24 11:15:01 +0200
commitd9b58b303120fb8fe0b7c9799e2b7682da4bec16 (patch)
treef8e415232fe87eaacee3c296008e06b65fb02f7b /include/image.h
parent8d16e1d5931bb1323ef5307204563b7afcb3b6c3 (diff)
downloadblackbird-obmc-uboot-d9b58b303120fb8fe0b7c9799e2b7682da4bec16.tar.gz
blackbird-obmc-uboot-d9b58b303120fb8fe0b7c9799e2b7682da4bec16.zip
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>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index f9ee5649c5..a8488f2b39 100644
--- a/include/image.h
+++ b/include/image.h
@@ -246,8 +246,9 @@ struct lmb;
#define IH_TYPE_RKSD 24 /* Rockchip SD card */
#define IH_TYPE_RKSPI 25 /* Rockchip SPI image */
#define IH_TYPE_ZYNQIMAGE 26 /* Xilinx Zynq Boot Image */
+#define IH_TYPE_ZYNQMPIMAGE 27 /* Xilinx ZynqMP Boot Image */
-#define IH_TYPE_COUNT 27 /* Number of image types */
+#define IH_TYPE_COUNT 28 /* Number of image types */
/*
* Compression Types
OpenPOWER on IntegriCloud