9
0
Fork 0

arm: mvebu: add board USI Topkick

Successfully boots to console via kwboot.  No other functionality yet.

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jason Cooper 2013-07-19 13:44:17 +00:00 committed by Sascha Hauer
parent 4ac64ec43f
commit 6f6e1377e4
5 changed files with 59 additions and 0 deletions

View File

@ -63,6 +63,7 @@ obj-$(CONFIG_MACH_TX25) += karo-tx25/
obj-$(CONFIG_MACH_TX28) += karo-tx28/
obj-$(CONFIG_MACH_TX51) += karo-tx51/
obj-$(CONFIG_MACH_TX53) += karo-tx53/
obj-$(CONFIG_MACH_USI_TOPKICK) += usi-topkick/
obj-$(CONFIG_MACH_VERSATILEPB) += versatile/
obj-$(CONFIG_MACH_VEXPRESS) += vexpress/
obj-$(CONFIG_MACH_ZEDBOARD) += avnet-zedboard/

View File

@ -0,0 +1 @@
obj-y += board.o

View File

@ -0,0 +1,17 @@
/*
* Copyright
* (C) 2013 Jason Cooper <jason@lakedaemon.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
/* empty */

View File

@ -0,0 +1,35 @@
VERSION 0
BOOT_FROM nand
NAND_ECCMODE default
NAND_PAGESZ 00000800
DATA FFD100e0 1b1b1b9b
DATA FFD01400 4301503E
DATA FFD01404 B9843000
DATA FFD01408 33137773
DATA FFD0140C 16000C3A
DATA FFD01410 06000000
DATA FFD01414 00000000
DATA FFD01418 00000000
DATA FFD0141C 00000672
DATA FFD01420 00000004
DATA FFD01424 0000F14F
DATA FFD01428 000D6C70
DATA FFD0147C 00006071
DATA FFD01504 1FFFFFF1
DATA FFD01508 10000000
DATA FFD0150C 0FFFFFF4
DATA FFD01514 00000000
DATA FFD0151C 00000000
DATA FFD01494 00120000
DATA FFD01498 00000000
DATA FFD0149C 0000E803
DATA FFD015D0 00000630
DATA FFD015D4 00000046
DATA FFD015D8 00000008
DATA FFD015DC 00000000
DATA FFD015E0 00000023
DATA FFD015E4 00203C18
DATA FFD01620 00680000
DATA FFD01480 00000001
DATA FFD20134 66666666
DATA FFD20138 66666666

View File

@ -5,6 +5,7 @@ config ARCH_TEXT_BASE
default 0x2000000 if MACH_PLATHOME_OPENBLOCKS_AX3
default 0x2000000 if MACH_GLOBALSCALE_MIRABOX
default 0x2000000 if MACH_GLOBALSCALE_GURUPLUG
default 0x2000000 if MACH_USI_TOPKICK
default 0x2000000 if MACH_MARVELL_ARMADA_XP_GP
default 0x2000000 if MACH_SOLIDRUN_CUBOX
@ -14,6 +15,7 @@ config BOARDINFO
default "Globalscale Guruplug" if MACH_GLOBALSCALE_GURUPLUG
default "Marvell Armada XP GP" if MACH_MARVELL_ARMADA_XP_GP
default "SolidRun CuBox" if MACH_SOLIDRUN_CUBOX
default "USI Topkick" if MACH_USI_TOPKICK
choice
prompt "Marvell EBU Processor"
@ -103,6 +105,9 @@ choice
config MACH_GLOBALSCALE_GURUPLUG
bool "Guruplug"
config MACH_USI_TOPKICK
bool "Topkick"
endchoice
endif # ARCH_KIRKWOOD