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

v3 -> v4:

  - checkpatch fixes
  - new patch: MAINTAINERS: Declare tools/zynq*.{c,h} as Xilinx maintained
  - add error handling
  - add fsbl_config support
  - add aarch32 support
  - allow a5x to be written as a53
  - add offset support
  - add support for partition_owner
  - ensure pmufw comes before bootloader
  - simplify fsbl_config
  - add non-a53 boot support

Alexander Graf (4):
  tools: zynqmpimage: Add partition read support
  tools: zynqmpimage: Move defines to header
  MAINTAINERS: Declare tools/zynq*.{c,h} as Xilinx maintained
  tools: zynqmpimage: Add bif support

 MAINTAINERS         |    3 +-
 common/image.c      |    1 +
 include/image.h     |    1 +
 tools/Makefile      |    1 +
 tools/imagetool.h   |    1 +
 tools/mkimage.c     |    7 +
 tools/zynqmpbif.c   | 1008 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/zynqmpimage.c |  142 +++++---
 tools/zynqmpimage.h |  139 +++++++
 9 files changed, 1260 insertions(+), 43 deletions(-)
 create mode 100644 tools/zynqmpbif.c
 create mode 100644 tools/zynqmpimage.h

-- 
2.12.3

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to