]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/UCP1020.h
powerpc/mpc85xx: Add board support for ucp1020
authorOleksandr G Zhadan <oleks@arcturusnetworks.com>
Wed, 29 Apr 2015 20:57:39 +0000 (16:57 -0400)
committerYork Sun <yorksun@freescale.com>
Mon, 4 May 2015 16:26:26 +0000 (09:26 -0700)
commit8b0044ff5942943eaa49935f49d5006b346a60f8
treee23da9698ddffc12e227b071e0fad288a87ea8f2
parentd7732faad3104369fca72c071818b95ddb3e35db
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]