summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/boundarydevices-nitrogen6x
Commit message (Collapse)AuthorAgeFilesLines
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
| | | | | | | | | | | | | | This file originates in Linux. Linux has it under include/linux/ directory since commit dccd2304cc90. Let's move it to the same place as well in barebox. This commit was generated by the following commands: find -name '*.[chS]' | xargs sed -i -e 's:<sizes.h>:<linux/sizes.h>:' git mv include/sizes.h include/linux/ Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: nitrogen6x: remove clock gate manipulation from DCDSascha Hauer2014-10-083-9/+0
| | | | | | | The clock driver will ungate all clocks anyway during startup, so manipulating them in the DCD has no effect. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: nitrogen6x: Add support for 2GB board variantsSascha Hauer2014-10-085-0/+142
| | | | | | | The nitrogen6x have variants with 2GB SDRAM. Add support for them. The imxcfg files are from U-Boot. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: nitrogen6x: Fix Duallite RAM TimingSascha Hauer2014-10-082-1/+51
| | | | | | | The i.MX6DL only supports up to 800MHz RAM timing, so add the corresponding file from U-Boot and use it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: nitrogen6x: update 1066MHz 4x128M16 timing from U-BootSascha Hauer2014-10-081-1/+14
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: nitrogen6x: whitespace cleanupSascha Hauer2014-10-081-6/+6
| | | | | | Align hex values under each other. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: nitrogen6x: new memory setup from BD u-bootLucas Stach2014-09-017-103/+134
| | | | | | | | This fixes various stability issues seen on new boards with the old setup. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/imx'Sascha Hauer2014-07-042-20/+2
|\
| * arm: imx6: move imx6_init_lowlevel to single initcallLucas Stach2014-07-011-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of repeating the same lowlevel init for every board move it to it's own initcall. Avoids code bloat and shaves off almost 1.5kB of uncompressed barebox size for a default imx_v7_defconfig build. For boards wherethe hostname setup was done in the postcore initcall we move this to a device initcall to get it out of the way. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
| * ARM: i.MX: remove console= from env filesSascha Hauer2014-06-231-6/+0
| | | | | | | | | | | | | | | | For i.MX devicetree boards the console= parameter is automatically generated and can be dropped from the env files. If a file becomes empty then, remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | arm: imx6: use imx6 specific cpu init functionLucas Stach2014-06-261-2/+3
|/ | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX: bbu: remove dcd arguments from bbu registrationSascha Hauer2014-05-091-1/+1
| | | | | | | | | | | The i.MX barebox update handlers take an optional dcd table as argument. This can be used to add the correct dcd data to the image before flashing it. This mechanism is quite complicated and largely unused, so remove it. With this it is only possible to flash the exact image passed to barebox_update, which is what is mostly done anyway. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: change signature of barebox_arm_entryLucas Stach2014-05-051-4/+4
| | | | | | | | | | | Mostly to make it clear that boarddata needs to be something we can dereference. As this is a pretty invasive change, use the opportunity to make the signature 64bit safe. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: nitrogen6x: remove VPU/IPU QoS from DCDLucas Stach2014-04-281-5/+0
| | | | | | | Not needed anymore, as barebox sets this up itself now. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: imx6: add initial support for Nitrogen6X boardsLucas Stach2014-01-235-0/+222
Only the 1GB variant is supported for now, as I don't have anything other to test with. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>