summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/cm-fx6
Commit message (Collapse)AuthorAgeFilesLines
* ARM: cm-fx6: set proper hostnamePhilipp Zabel2016-01-221-0/+8
| | | | | | | Set the hostname to "utilite" or "cm-fx6". Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX6 cm-fx6: Fix area for get_ram_sizeSascha Hauer2015-07-311-2/+2
| | | | | | | | for bank2_size get_ram_size must be called with the CS1 area. With the recent fix to calculate CS1 start this now starts at 0x90000000 and no longer at 0x80000000. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX6 cm-fx6: Fix Chip density for DDR_64BIT_2GB caseSascha Hauer2015-07-311-0/+2
| | | | | | | DDR_64BIT_2GB corresponds to two chip selects (ncs = 2) with 1GiB each. In this case cs_density must be configured to 8Gb (1GiB). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: initial cm-fx6 supportSascha Hauer2015-07-314-0/+471
The cm-fx6 board is a module from Compulab with different i.MX6 SoCs. This module is also found in the Utilite Mini Computer this patch also adds support for. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>