]> git.sur5r.net Git - u-boot/commit
tools: zynqmpimage: Add partition read support
authorAlexander Graf <agraf@suse.de>
Fri, 13 Apr 2018 12:18:49 +0000 (14:18 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 11 May 2018 07:23:43 +0000 (09:23 +0200)
commite9dbfb32edaf4159e92299346db58041a7baab93
tree463af9eb85c8310ac4681893f1aaa42478aa4a16
parentffdf528007ddd4ae7527951f6694eb31a9162e88
tools: zynqmpimage: Add partition read support

The zynqmp image format has support for inline partitions which are
used by FSBL to describe payloads that are loaded by FSBL itself.

While we can't create images that contain partitions (yet), we should
still at least be able to examine them and show the user what's inside
when we analyze an image created by bootgen.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
tools/zynqmpimage.c