]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx: Add board support for ucp1020
authorOleksandr G Zhadan <oleks@arcturusnetworks.com>
Wed, 29 Apr 2015 20:57:39 +0000 (16:57 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:25 +0000 (22:35 +0200)
commit7901fdcdc4d5f21d02e5877af75e1fb1dac2862d
tree7c0630759aa721e41b9b79c6afd4d01c5253dcd4
parent9822c6a87a9c7a94201109d929c5b9ec58d30861
powerpc/mpc85xx: Add board support for ucp1020

New QorIQ p1020 based board support from Arcturus Networks Inc.
http://www.arcturusnetworks.com/products/ucp1020/

Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
Signed-off-by: Oleksandr G Zhadan <oleks@arcturusnetworks.com>
[York Sun: remove patman tags from commit message]
Reviewed-by: York Sun <yorksun@freescale.com>
16 files changed:
arch/powerpc/cpu/mpc85xx/Kconfig
board/Arcturus/ucp1020/Kconfig [new file with mode: 0644]
board/Arcturus/ucp1020/MAINTAINERS [new file with mode: 0644]
board/Arcturus/ucp1020/Makefile [new file with mode: 0644]
board/Arcturus/ucp1020/README [new file with mode: 0644]
board/Arcturus/ucp1020/cmd_arc.c [new file with mode: 0644]
board/Arcturus/ucp1020/ddr.c [new file with mode: 0644]
board/Arcturus/ucp1020/law.c [new file with mode: 0644]
board/Arcturus/ucp1020/spl.c [new file with mode: 0644]
board/Arcturus/ucp1020/spl_minimal.c [new file with mode: 0644]
board/Arcturus/ucp1020/tlb.c [new file with mode: 0644]
board/Arcturus/ucp1020/ucp1020.c [new file with mode: 0644]
board/Arcturus/ucp1020/ucp1020.h [new file with mode: 0644]
configs/UCP1020_SPIFLASH_defconfig [new file with mode: 0644]
configs/UCP1020_defconfig [new file with mode: 0644]
include/configs/UCP1020.h [new file with mode: 0644]