]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm, imx6: add support for aristainetos2 board
authorHeiko Schocher <hs@denx.de>
Mon, 18 May 2015 11:32:31 +0000 (13:32 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:44:58 +0000 (22:44 +0200)
commitc486edda7ce43fdee76b8e3453dd468c74fff6f4
treeb91b9c246abd9ffcecb17b5d3133018195892cf6
parentdfae3df5945885101b6e8431df2e85af6c1e2cc3
arm, imx6: add support for aristainetos2 board

add support for imx6dl based aristainetos2 board

U-Boot 2015.04-rc5-00066-g60f6ed4 (Apr 10 2015 - 08:46:27)

CPU:   Freescale i.MX6DL rev1.1 at 792 MHz
Reset cause: WDOG
Board: aristaitenos2
       Watchdog enabled
I2C:   ready
DRAM:  1 GiB
NAND:  1024 MiB
MMC:   FSL_SDHC: 0
SF: Detected N25Q128A with page size 256 Bytes, erase size 64 KiB, total 16 MiB
Display: lg4573 (480x800)
In:    serial
Out:   serial
Err:   serial
Net:   FEC [PRIME]
Hit any key to stop autoboot:  0
=>

Signed-off-by: Heiko Schocher <hs@denx.de>
15 files changed:
arch/arm/Kconfig
board/aristainetos/Kconfig
board/aristainetos/MAINTAINERS
board/aristainetos/aristainetos-v1.c [new file with mode: 0644]
board/aristainetos/aristainetos-v2.c [new file with mode: 0644]
board/aristainetos/aristainetos.c
board/aristainetos/aristainetos2.cfg [new file with mode: 0644]
board/aristainetos/axi.cfg [new file with mode: 0644]
board/aristainetos/clocks2.cfg [new file with mode: 0644]
board/aristainetos/ddr-setup2.cfg [new file with mode: 0644]
board/aristainetos/nt5cc256m16cp.cfg [new file with mode: 0644]
configs/aristainetos2_defconfig [new file with mode: 0644]
include/configs/aristainetos-common.h [new file with mode: 0644]
include/configs/aristainetos.h
include/configs/aristainetos2.h [new file with mode: 0644]