]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm, at91: support for sam9260 based smartweb board
authorHeiko Schocher <hs@denx.de>
Mon, 29 Jun 2015 07:10:48 +0000 (09:10 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:24:11 +0000 (08:24 +0200)
commit1550506e55c1c46dd790a028368fa85100f4257b
tree05713d4837abbdbd7d2943e4ae1cee19f3500f62
parent4ac34aa16e84b992e6a4794692801f673535bf0e
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]