All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] tools: zynqmpimage: Support partitions
@ 2018-04-12 13:48 Alexander Graf
  2018-04-12 13:48 ` [U-Boot] [PATCH v3 1/3] tools: zynqmpimage: Add partition read support Alexander Graf
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexander Graf @ 2018-04-12 13:48 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.

v1 -> v2:

  - Add bif based generation
  - Add documentation pointer
  - Split definitions into separate header

v2 -> v3:

  - zero initialize header
  - reduce default debug verbosity

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] 6+ messages in thread

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

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

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.