arm, at91: support for sam9260 based smartweb board
authorHeiko Schocher <hs@denx.de>
Mon, 29 Jun 2015 07:10:48 +0000 (09:10 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:47:28 +0000 (20:47 -0400)
commit3b5df50ec02efbef84cff05d279bd734c020996f
tree8793d734dca328a11baa708b49d5c79639389dc7
parentc10ac540ea8d35917c3464761af1e0e50a607ada
arm, at91: support for sam9260 based smartweb board

add support for the at91sam9260 based board smartweb from
siemens. SPL is used without serial support, as this
SoC has only 4k sram for running SPL. Here a U-Boot
bootlog:

RomBOOT
>

U-Boot 2015.07-rc2-00109-g4ae828c (Jun 15 2015 - 09:31:16 +0200)

CPU: AT91SAM9260
Crystal frequency:   18.432 MHz
CPU clock        :  198.656 MHz
Master clock     :   99.328 MHz
       Watchdog enabled
DRAM:  64 MiB
WARNING: Caches not enabled
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   macb0
Hit any key to stop autoboot:  0
U-Boot>

Signed-off-by: Heiko Schocher <hs@denx.de>
arch/arm/include/asm/mach-types.h
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/Makefile
board/siemens/smartweb/Kconfig [new file with mode: 0644]
board/siemens/smartweb/MAINTAINERS [new file with mode: 0644]
board/siemens/smartweb/Makefile [new file with mode: 0644]
board/siemens/smartweb/smartweb.c [new file with mode: 0644]
configs/smartweb_defconfig [new file with mode: 0644]
include/configs/smartweb.h [new file with mode: 0644]