aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx28evk.conf
AgeCommit message (Collapse)Author
2016-08-18Remove apm from machine featuresStefan Agner
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>
2015-09-28Move mxs-base.inc contents to imx-base.incOtavio Salvador
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>
2015-09-28mxs-base.inc: Consolidate IMAGE_FSTYPES definitionOtavio Salvador
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>
2015-07-22imx28evk: Remove perf overrideOtavio Salvador
As we are using a newer kernel by default now, the perf override can be removed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-13perf: Only disable perf events for machines using 2.6.35.3.Alex Gonzalez
Newer kernels build fine with the default settings. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-10mxs-base.inc: Convert to zImageFabio Estevam
U-boot mainline uses zImage as the image type, so let's use zImage by default in mxs-base.inc. Boards that use uImage can still override it by passing: KERNEL_IMAGETYPE = "uImage" in their .conf file. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Tested-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-10mx28evk: Convert to zImageFabio Estevam
U-boot mainline uses zImage as the image type, so let's switch to it. This fixes the boot on 'dizzy' branch. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-06-05imx28evk: Add U-Boot NAND image generation supportAlexey Ignatov
This defines NAND parameters for u-boot.mxsboot-nand image creation similar to those used for UBI image (for K9LBG08U0D-PCB chip): - page size: 4 k - OOB size: 218 bytes - erase size: 512 k Signed-off-by: Alexey Ignatov <lexszero@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-01-27imx28evk: Add myself as maintainerOtavio Salvador
Change-Id: I6b23b4f50cbc9db939b612e7270429e634b038bc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-10-08imx28evk: add NAND supportMario Domenech Goulart
Change-Id: Id37d371e2c2f3218654e1d736dde2ac1ba73dfda Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-09-28imx28evk: Drop inherited MACHINE_GSTREAMER_PLUGIN settingOtavio Salvador
The MACHINE_GSTREAMER_PLUGIN is now set in mxs-base.inc so we don't need it here. Change-Id: Ief9de139dd3ca110fb8ea3f636b7df0afca8f465 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-09-25imx28evk: set up UBOOT_CONFIG with config/fs-type for the supported boot devicesMario Domenech Goulart
Supported boot devices: sd, nand and sd-auart-console. Change-Id: I4521bbfa7a3c5ec4002a583b682a36ab18e9357a Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-08-20Rework machines to use dtb file in KERNEL_DEVICETREE variableOtavio Salvador
The linux-dtb.inc has been reworked to use the Linux kernel build system to generate the DeviceTree binaries so now KERNEL_DEVICETREE variable should has the /target/ name, not the file path. This patch reworks following machines: - imx23evk - imx28evk - imx51evk - imx53ard - imx53qsb - imx6dlsabreauto - imx6dlsabresd - imx6qsabreauto - imx6qsabresd - imx6solosabreauto - imx6solosabresd Change-Id: I37e9c3737552299677e315b6279a6e0a8e217836 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-07-02imx28evk: Remove duplicated assignment of KERNEL_IMAGETYPEOtavio Salvador
Change-Id: Ifc2a66a653281dc72b462671434c571cf29d6faa Reported-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-29imx28evk: Fix machine name, include vendor nameDaiane Angolini
Include vendor name to machine name Fix machine name capitalization Include SOC Change-Id: Iff15152d6350425e4ac2ea9c8bc411edbd9fb98d Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-17Fix use of SOC_FAMILY as the most right value is preferredOtavio Salvador
The SOC_FAMILY uses the MACHINEOVERRIDES and it evaluates from left to right. In this case, the most SoC specific value needs to be kept in the right so it take precedence. This has been catch when finding out why i.MX6SL EVK where using the wrong value as entry point, and this was the root cause. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-10imx28evk: Set MACHINE_GSTREAMER_PLUGIN as gst-fsl-pluginDaiane Angolini
The multimedia plugins provided by Freescale will be installed by default when adding gstreamer to image. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Change-Id: Idae0e65cb469643bd866caa3ed77af86f554616c
2013-04-09mxs-base.inc: Add U-Boot common definitionsOtavio Salvador
This removes the U-Boot common definitions from imx28evk board as they are shared with all 'mxs' SoCs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I44d33aa54971534c07a240e6cf88c0c4b3051f25
2013-04-09imx28evk: Add mx28 to SoC familyOtavio Salvador
Change-Id: I49ac52d1289aedbcda6ad1399bf04ae363f43dc4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-10imx28evk: add device tree kernel targetOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-28imx28evk.conf: fix machine descriptionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: add IMXBOOTLETS_MACHINE settingOtavio Salvador
Add support to generate imx-bootlets code for i.MX28 target. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: move generic code to mxs-base.incOtavio Salvador
To avoid metadata duplication we provide a mxs-base.inc to be used for every i.MXS based board. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: use ttyAMA as debug serialOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-21imx28evk: remove deprecated XSERVER packagesOtavio Salvador
Nowadays the evdev driver, from Xorg, can handle keyboard, mice and touchscreen so we don't need to install the old drivers anymore. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-05-01imx28evk: add default image fstypesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-04-30imx28evk: add machine definitionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>