summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/cm-fx6
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX: Add max_load_size option to boards that will need itSascha Hauer2018-12-031-0/+1
| | | | | | | | | | | The max_load_size option makes sure that only the portion of the image is loaded to SRAM that fits into it. Note this does not cover the whole available SRAM area for all boards, for the bigger SRAM areas only a part is chosen that is enough to fit the initial loader in. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: imx: remove DCD files from MakefilesLucas Stach2017-07-201-1/+0
| | | | | | | | The current multi-image mechnism builds them as needed, so there is no reason to include them in the Makefiles. Remove them before this spreads even more. Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
* 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>