summaryrefslogtreecommitdiff
path: root/configs/freescale_imx6sololiteevk_defconfig
AgeCommit message (Collapse)Author
2016-12-14configs/mx6: Select NEON and VFP related optionsFabio Estevam
MX6 has a Cortex-A9 core, which supports NEON and VFP. Add support for them. Suggested-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-11-07freescale: Create the board/freescale/common/imx/ directoryFabio Estevam
In order to have a better hierarchy for the genimage scripts used by NXP mx25, mx51, mx53, mx6, mx7 SoCs, let's place them inside the board/freescale/common/imx/ directory. This helps in creating a more natural separation between the mxs scripts that are placed inside the board/freescale/common/mxs/ directory. Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-11-01configs: freescale_imx*: bump to version 4.1.15_2.0.0_gaGary Bisson
This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-freescale/commit/f4e7a140 https://github.com/Freescale/meta-freescale/commit/d4c994cb https://github.com/Freescale/meta-freescale/commit/7ad6dcc3 Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Cc: Fabio Estevam <festevam@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-11imx6sololiteevk: use zImageGeorges Savoundararadj
U-Boot, with the default environment, is looking for a zImage. Signed-off-by: Georges Savoundararadj <savoundg@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-09-11imx6sololiteevk: use the common genimage templateGeorges Savoundararadj
* Generate an sdcard image based on the common Freescale genimage template. Signed-off-by: Georges Savoundararadj <savoundg@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-15nxp defconfigs: bump kernel version to 4.1.15Andrew Webster
There is a 1.1.0_ga release, and a 1.1.1_patch release. The patch release appears to be only for i.MX6UL, so it is bumped to 1.1.1_patch, while the other are 1.1.0_ga. Signed-off-by: Andrew Webster <awebster@arcx.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-15nxp defconfigs: bump u-boot version to 4.1.15_1.1.0_gaAndrew Webster
Signed-off-by: Andrew Webster <awebster@arcx.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-04-05linux: use zImage by default on ARMThomas Petazzoni
Since quite some time, the kernel and bootloader communities consider zImage as the default format for kernel images on ARM, replacing uImage. The load address information in uImage is no longer needed, since the kernel is position-independent in terms of physical address, except on a few old platforms. For most people, using zImage is simply better/simpler, so let's switch to zImage as the default image format on ARM. All defconfigs are updated: 46 defconfigs no longer need to select explicitly zImage because it's the default, and 16 defconfigs now need to explicitly select uImage because that's no longer the default. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Matt Weber <matt@thewebers.ws> Acked-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-03-19configs: freescale_imx6*: bump version to 3.14.52-1.1.0_gaGary Bisson
Consolidated GA support i.MX 6Q/QP/D/S/SL/UL and 7Dual This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/9f206ec7 https://github.com/Freescale/meta-fsl-arm/commit/33d1115d Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-02-06defconfigs: all use the headers from the kernelYann E. MORIN
For most defconfigs, it was trivial to deduce the kernel version, by just reading the version string, which could be: - a standard upstream version string vX.Y.Z - a non-standard version string, but still containg the standard X.Y.Z Those for which it was not so trivial were those hosted on git tree. Since most were already using a custom linux-headers version, it could be easily deduced from that. It was confirmed by browsing said git trees and check the version there. There are a few cases were there was a mismatch: - microzed: uses a 3.18 kernel, but 3.8 headers; fixed. - xilinx_zc706: uses a 3.14 kernel, but 3.8 headers; fixed. - zedboard: uses a 3.18 kernel, but 3.8 headers; fixed. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-19freescale_imx6*_defconfig: bump version to 3.14.28-1.0.0_gaGary Bisson
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-11freescale_imx6*_defconfig: bump version to 3.10.53-1.1.0 GAGary Bisson
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-05-01freescale_imx6*_defconfig: bump kernel to 3.10.17_1.0.1_gaJérôme Pouiller
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-02-01imx6slevk: fix uImage load addressgilles.talis@gmail.com
i.MX6 SoloLite SoC has a different external memory base address than the other i.MX6 family SoCs: - 0x80000000 for i.MX6 SoloLite (see i.MX6 SoloLite Reference Manual [1]) - 0x10000000 for the others (see i.MX6Quad/Dual Reference Manual [2]) [1] http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6SLRM.pdf?fasp=1 Table 2-1 System Memory Map, MMDC - DDR Controller [2] http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf?fasp=1 Table 2-1 System Memory Map, MMDC - DDR Controller Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-07-15imx6sololiteevk: bump kernel version to 3.10.17Gary Bisson
Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-10-27defconfigs: update after rename of custom git repo/version optionsThomas De Schampheleire
[Peter: also update cubieboard2, freescale_imx6* and wandboard] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-09-29configs: add Freescale i.MX 6SoloLite EVK supportgilles.talis@gmail.com
i.MX6 SoloLite EVK is Freescale's evaluation board based on the i.MX6 SoloLite applications processor. This defconfig is based off Freescale "official" git repo on git.freescale.com and SW release 3.0.35_4.1.0. [Peter: comment defconfig] Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>