]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
zynq: Add Zynq PicoZed board support
authorNathan Rossi <nathan.rossi@xilinx.com>
Tue, 14 Apr 2015 04:58:10 +0000 (14:58 +1000)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:34 +0000 (22:31 +0200)
commit56032d48e25e0e64eccb6837b72d77f70b008f80
treebe81c230c9220adb64fc72a57bbdb3ba3bf19f85
parent1e1978fc409c1c3d70a0ea2ca3579ed05bfb6987
zynq: Add Zynq PicoZed board support

The PicoZed is a System-on-Module board which is marketed as part of
the ZedBoard/MicroZed/etc. collection. It includes a Zynq-7000
processor.

This patch adds support that covers all the variants of the PicoZed
including the SKUs with Z7010/Z7020 and Z7015/Z7030 Zynq chips. This
patch set however only covers support for the System-on-Module and does
not cover any extra components that are available on carrier boards
(except those that are fanned out of the module itself).

More information on this board, its variants and available carrier
boards is available at: http://zedboard.org/product/picozed

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv7/zynq/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/zynq-picozed.dts [new file with mode: 0644]
configs/zynq_picozed_defconfig [new file with mode: 0644]
include/configs/zynq_picozed.h [new file with mode: 0644]