]> code.ossystems Code Review - bsp/u-boot.git/commit
arm: mx6: Add CCV xPress board support
authorStefan Roese <sr@denx.de>
Wed, 10 Feb 2016 10:41:26 +0000 (11:41 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 18 Mar 2016 17:33:58 +0000 (14:33 -0300)
commitd85319f20b01a32b194bda45de3884c0ca410b44
treea9e25013ba5ae4647ff52f8e61a3574e4ffb12cf
parentfe7917e1303611f2260810f8458cfa87b83c180a
arm: mx6: Add CCV xPress board support

This patch add support for the CCV xPress board which is equipped
with the i.MX6UL. And provides the following interfaces:

- 128MiB DDR
- UART
- I2C
- eMMC (with booting)
- Ethernet
- USB

This patch adds two build targets. One with and one without SPL. The
non-SPL version is used for loading U-Boot via USB (imx_usb_loader).

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/Kconfig
board/ccv/xpress/Kconfig [new file with mode: 0644]
board/ccv/xpress/MAINTAINERS [new file with mode: 0644]
board/ccv/xpress/Makefile [new file with mode: 0644]
board/ccv/xpress/imximage.cfg [new file with mode: 0644]
board/ccv/xpress/spl.c [new file with mode: 0644]
board/ccv/xpress/xpress.c [new file with mode: 0644]
configs/xpress_defconfig [new file with mode: 0644]
configs/xpress_spl_defconfig [new file with mode: 0644]
include/configs/xpress.h [new file with mode: 0644]