All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Add Xilinx Zynq boot.bin support
@ 2015-11-11 11:46 Nathan Rossi
  2015-11-11 11:46 ` [U-Boot] [PATCH 1/2] tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage Nathan Rossi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nathan Rossi @ 2015-11-11 11:46 UTC (permalink / raw)
  To: u-boot

This patch series adds support for the 'zynqimage' type to mkimage for
the Xilinx Zynq platform. As well as adding make targets to generate
the boot.bin image file containing SPL by default.

Nathan Rossi (2):
  tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
  ARM: zynq: Add target for building bootable SPL image for Zynq

 Makefile             |   3 +
 common/image.c       |   1 +
 include/image.h      |   3 +-
 scripts/Makefile.spl |  11 +++
 tools/Makefile       |   1 +
 tools/zynqimage.c    | 259 +++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 277 insertions(+), 1 deletion(-)
 create mode 100644 tools/zynqimage.c

-- 
2.6.2

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

end of thread, other threads:[~2015-11-16 17:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11 11:46 [U-Boot] [PATCH 0/2] Add Xilinx Zynq boot.bin support Nathan Rossi
2015-11-11 11:46 ` [U-Boot] [PATCH 1/2] tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage Nathan Rossi
2015-11-11 11:58   ` Nathan Rossi
2015-11-16 17:59   ` Tom Rini
2015-11-11 11:46 ` [U-Boot] [PATCH 2/2] ARM: zynq: Add target for building bootable SPL image for Zynq Nathan Rossi
2015-11-16 17:59   ` Tom Rini
2015-11-16 10:09 ` [U-Boot] [PATCH 0/2] Add Xilinx Zynq boot.bin support Michal Simek
2015-11-16 17:59   ` Tom Rini

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.