]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: mx6: Add Barco platinum-picon and platinum-titanium
authorStefan Roese <sr@denx.de>
Wed, 10 Dec 2014 09:15:23 +0000 (10:15 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 19 Jan 2015 08:07:31 +0000 (09:07 +0100)
commit5d6050fdb8b0aaf3d3c43b3cad68d6b8f5037f9a
tree194db9d167a6213268e5669a394468300c5d0d6e
parent834670eae0ddc3e4a809d05645f12f23ef216a41
arm: mx6: Add Barco platinum-picon and platinum-titanium

This patch adds the new Barco platinum platform. It currently
includes those two boards:

platinum-titanium
-----------------
This is the same board as the titanium that is already supported in
mainline U-Boot. But its now moved to this new platform to support
multiple "flavors" of imx6 boards in one directory. Its also moved
to support SPL booting. And with this we use the run-time DDR
configuration of this SPL support. The board is equipped with the
Micron MT41J128M16JT-125 DDR chips. We now can remove the DDR
related registers tuples from the imximage.cfg file. As all this
is done in the SPL at run-time.

platinum-picon
--------------
This board is new and based on the MX6DL with 1GiB DDR using the
Micron MT41K256M16HA DDR3 chips. Its also equipped with 2 NAND
chips (each 512MiB).

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Pieter Ronsijn <pieter.ronsijn@barco.com>
15 files changed:
arch/arm/Kconfig
board/barco/platinum/Kconfig [new file with mode: 0644]
board/barco/platinum/MAINTAINERS [new file with mode: 0644]
board/barco/platinum/Makefile [new file with mode: 0644]
board/barco/platinum/platinum.c [new file with mode: 0644]
board/barco/platinum/platinum.h [new file with mode: 0644]
board/barco/platinum/platinum_picon.c [new file with mode: 0644]
board/barco/platinum/platinum_titanium.c [new file with mode: 0644]
board/barco/platinum/spl_picon.c [new file with mode: 0644]
board/barco/platinum/spl_titanium.c [new file with mode: 0644]
configs/platinum_picon_defconfig [new file with mode: 0644]
configs/platinum_titanium_defconfig [new file with mode: 0644]
include/configs/platinum.h [new file with mode: 0644]
include/configs/platinum_picon.h [new file with mode: 0644]
include/configs/platinum_titanium.h [new file with mode: 0644]