]> git.sur5r.net Git - u-boot/commit
imx: board: Add support for the K+P's kp_imx6q_tpc board
authorLukasz Majewski <lukma@denx.de>
Thu, 5 Apr 2018 07:04:38 +0000 (09:04 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 15 Apr 2018 09:47:19 +0000 (11:47 +0200)
commitdd4671cb3f12a6e24eec8b76cbcb09a35bd30738
tree270e919b6573c8917a454a8f73ad5153de30c64a
parent6c0e6b45f9bd4fdc795f4aec72dd13fd6fc6f617
imx: board: Add support for the K+P's kp_imx6q_tpc board

This commit provides support for Kieback & Peter GmbH IMX6Q based
TPC board.

U-boot console output:

U-Boot SPL 2018.05-rc1-00005-g631e2d01fd (Apr 04 2018 - 21:16:24 +0200)
Trying to boot from MMC1

U-Boot 2018.05-rc1-00005-g631e2d01fd (Apr 04 2018 - 21:16:24 +0200)

CPU:   Freescale i.MX6Q rev1.5 996 MHz (running at 792 MHz)
CPU:   Extended Commercial temperature grade (-20C to 105C) at 37C
Reset cause: POR
Board: K+P KP_IMX6Q_TPC i.MX6Q
       Watchdog enabled
I2C:   ready
DRAM:  2 GiB
MMC:   FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... OK
In:    serial
Out:   serial
Err:   serial
Net:   FEC [PRIME]
Autoboot in 3 seconds
arch/arm/mach-imx/mx6/Kconfig
board/k+p/kp_imx6q_tpc/Kconfig [new file with mode: 0644]
board/k+p/kp_imx6q_tpc/MAINTAINERS [new file with mode: 0644]
board/k+p/kp_imx6q_tpc/Makefile [new file with mode: 0644]
board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c [new file with mode: 0644]
board/k+p/kp_imx6q_tpc/kp_imx6q_tpc_spl.c [new file with mode: 0644]
configs/kp_imx6q_tpc_defconfig [new file with mode: 0644]
include/configs/kp_imx6q_tpc.h [new file with mode: 0644]