All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] tools: zynqmpimage: Support partitions
@ 2018-04-12 13:41 Alexander Graf
  2018-04-12 13:41 ` [U-Boot] [PATCH v2 1/3] tools: zynqmpimage: Add partition read support Alexander Graf
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander Graf @ 2018-04-12 13:41 UTC (permalink / raw)
  To: u-boot

A good chunk of the booting chain of ZynqMP based systems is open source
(depending on your definition of it), except for the image generation flow.

This patch set aims to change that, with read and write support for boot.bin
partitions which allows us to create boot.bin files using only open source
tools.

Alexander Graf (3):
  tools: zynqmpimage: Add partition read support
  tools: zynqmpimage: Move defines to header
  tools: zynqmpimage: Add bif support

 common/image.c      |   1 +
 include/image.h     |   1 +
 tools/Makefile      |   1 +
 tools/imagetool.h   |   1 +
 tools/mkimage.c     |   3 +
 tools/zynqmpbif.c   | 839 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/zynqmpimage.c | 141 ++++++---
 tools/zynqmpimage.h | 135 +++++++++
 8 files changed, 1080 insertions(+), 42 deletions(-)
 create mode 100644 tools/zynqmpbif.c
 create mode 100644 tools/zynqmpimage.h

-- 
2.12.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-12 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 13:41 [U-Boot] [PATCH v2 0/3] tools: zynqmpimage: Support partitions Alexander Graf
2018-04-12 13:41 ` [U-Boot] [PATCH v2 1/3] tools: zynqmpimage: Add partition read support Alexander Graf
2018-04-12 13:41 ` [U-Boot] [PATCH v2 2/3] tools: zynqmpimage: Move defines to header Alexander Graf
2018-04-12 13:41 ` [U-Boot] [PATCH v2 3/3] tools: zynqmpimage: Add bif support Alexander Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.