summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/zynq/Makefile
Commit message (Collapse)AuthorAgeLines
* arm: zynq: Add SLCR support with system resetMichal Simek2013-02-07-0/+1
| | | | | | | | | The patch provides slcr base address initialization support and a support to reset the cpu through slcr driver, hence removed the reset_cpu() from board.c. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm: Support new Xilinx Zynq platformMichal Simek2012-10-04-0/+51
Add timer driver. Signed-off-by: Michal Simek <monstr@monstr.eu> CC: Joe Hershberger <joe.hershberger@gmail.com> CC: Marek Vasut <marex@denx.de> Acked-by: Marek Vasut <marex@denx.de>