]> git.ipfire.org Git - people/ms/u-boot.git/commit
mx6: Support SKS-Kinkel sksimx6 Board
authorStefano Babic <sbabic@denx.de>
Wed, 3 Jan 2018 15:11:56 +0000 (16:11 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 12 Jan 2018 13:28:04 +0000 (14:28 +0100)
commitfb8cac936615e6e75237ce95ccaa09d8b109cae3
tree85ff8486710177dd8a2b9b882815adc6941345d5
parent373b9003410b44a1133060c2e63483b278fb476b
mx6: Support SKS-Kinkel sksimx6 Board

Board  has 1GB RAM and boots from SD Card

U-Boot SPL 2018.01-rc3-00005-ga1898b8 (Jan 02 2018 - 13:48:54)
BT_FUSE_SEL already fused, will do nothing
Trying to boot from MMC1

U-Boot 2018.01-rc3-00005-ga1898b8 (Jan 02 2018 - 13:48:54 +0100)

CPU:   Freescale i.MX6DL rev1.2 996 MHz (running at 792 MHz)
CPU:   Commercial temperature grade (0C to 95C) at 40C
Reset cause: POR
I2C:   ready
DRAM:  1 GiB
MMC:   FSL_SDHC: 0
In:    serial
Out:   serial
Err:   serial
Net:   FEC [PRIME]

Signed-off-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/mach-imx/mx6/Kconfig
board/sks-kinkel/sksimx6/Kconfig [new file with mode: 0644]
board/sks-kinkel/sksimx6/MAINTAINERS [new file with mode: 0644]
board/sks-kinkel/sksimx6/Makefile [new file with mode: 0644]
board/sks-kinkel/sksimx6/sksimx6.c [new file with mode: 0644]
configs/sksimx6_defconfig [new file with mode: 0644]
include/configs/sksimx6.h [new file with mode: 0644]