summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx23evk.conf
Commit message (Collapse)AuthorAgeFilesLines
* imx23evk: Remove imx-bootlets supportOtavio Salvador2017-10-061-1/+0
| | | | | | | The imx-bootlets is abandoned and untested for long time. Remove the support for it from the machine file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Update machine description fieldsDaiane Angolini2017-02-081-2/+2
| | | | | | | | Change description fields from Freescale to NXP in machine files to align to 2016 corporate transfer to NXP. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Convert SOC_FAMILY to MACHINEOVERRIDESOtavio Salvador2016-09-081-2/+2
| | | | | | | | | | The SOC_FAMILY is an indirection which makes the understanding, from OpenEmbedded versed developers and users, more difficult. Instead of using the SOC_FAMILY indirection which is rarely used, we now move to the MACHINEOVERRIDES mechanism as this is in fact what is in use. Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Remove apm from machine featuresStefan Agner2016-08-231-1/+1
| | | | | | | | | | | | APM (Advanced Power Management) is a more or less ancient power management API mainly from the x86 world. There is an optional APM emulation layer for ARM, and some platform make some extended use of it (e.g. PXA). However, neither is the emulation enabled on any NXP/Freescale kernel nor is it commonly used, hence remove it from machine feature. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move mxs-base.inc contents to imx-base.incOtavio Salvador2016-04-191-1/+2
| | | | | | | | | | | | | | The consolidation of all i.MX related base settings allows a more global view of the settings in place. One of the reasons for this patch is the fragmentation caused by i.MX23 and i.MX28 SoCs using mxs-base.inc. The changes needed to get i.MX23 and i.MX28 SoCs working have been included in imx-base.inc file already and some values required rework to apply to specific SoC families to avoid regressions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: Consolidate IMAGE_FSTYPES definitionOtavio Salvador2016-04-191-3/+0
| | | | | | | | | | | | The default value for IMAGE_FSTYPES including SDCard class enable all machine to work out of the box using the .sdcard image. The removed duplication affected the following machines: - imx23evk - imx28evk Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move meta-fsl-arm content to layer rootOtavio Salvador2015-07-161-0/+19
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>