]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: zynq: Add SLCR support with system reset
authorMichal Simek <michal.simek@xilinx.com>
Mon, 4 Feb 2013 11:38:59 +0000 (12:38 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 7 Feb 2013 08:18:42 +0000 (09:18 +0100)
commit59c651f4e2b7614e97c2fda10eeabd00529dd740
tree9f2c0b57fd7e3154b93aa41b243645f936e617d4
parent7dca54f872004a71537500c5d5251ea80a63ae16
arm: zynq: Add SLCR support with system reset

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>
arch/arm/cpu/armv7/zynq/Makefile
arch/arm/cpu/armv7/zynq/cpu.c
arch/arm/cpu/armv7/zynq/slcr.c [new file with mode: 0644]
arch/arm/include/asm/arch-zynq/hardware.h [new file with mode: 0644]
arch/arm/include/asm/arch-zynq/sys_proto.h [new file with mode: 0644]