]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/xpress_spl_defconfig
arm: mx6: Add CCV xPress board support
authorStefan Roese <sr@denx.de>
Wed, 10 Feb 2016 10:41:26 +0000 (11:41 +0100)
committerStefano Babic <sbabic@denx.de>
Sat, 26 Mar 2016 13:16:12 +0000 (14:16 +0100)
commita7f480d92df8a7e525a4b619b09f40f73222647f
tree1c14a98a7ba514168a838bedbd13451843dc190f
parent51560f0b04fa147f135d160eb655c8ec9e41462c
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]