summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* mxs-base.inc: Convert to zImageFabio Estevam2014-11-103-2/+2
| | | | | | | | | | | | | | 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>
* mx28evk: Convert to zImageFabio Estevam2014-11-101-1/+1
| | | | | | | | | 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>
* mx23evk: Convert to zImageFabio Estevam2014-11-101-1/+1
| | | | | | | | | 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>
* ls1021aqds.conf: add the missing quotation markZhenhua Luo2014-11-101-1/+1
| | | | | | | | | | Fix following parse error: ERROR: Unable to parse conf/bitbake.conf: ParseError at /home/jenkins/poky/ meta-fsl-arm/conf/machine/ls1021aqds.conf:16: unparsed line: 'UBOOT_CONFIG[lpuart] = "ls1021aqds_lpuart_config' Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021aqds: update UBOOT_CONFIG and device treeChunrong Guo2014-11-081-5/+5
| | | | | | | | | *ls102xa rename QDS and TWR board dts name for consistence *ls102xa add LPUART board config for QDS/TWR boards *ls102xa remove letech board config for QDS/TWR boards Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: update UBOOT_CONFIG and device treeChunrong Guo2014-11-081-4/+5
| | | | | | | | | *ls102xa rename QDS and TWR board dts name for consistence *ls102xa add LPUART board config for QDS/TWR boards *ls102xa remove letech board config for QDS/TWR boards Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Use specific package feed for MX6QDL and MX6SLOtavio Salvador2014-10-281-4/+4
| | | | | | | | | | | | | | | | | The sharing of packaging feed between MX6QDL and MX6SL is very fragile. In rare cases, when a package is not generated for the machine it can fallback to the wrong set of packages. This has been seen on the Vivante GPU packages as MX6SL does not include libegles2-mx6 and the packaging system ended using the one provided by MX6QDL SoC. This issue was very hard to find out the cause and understand why it was happening so I'd like to thank Richard Purdie for his help in figuring it out. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabreauto: Change to use u-boot-fslcOtavio Salvador2014-10-231-4/+0
| | | | | | | | | This board is now supported by u-boot-fslc so we move from u-boot-imx to it; this is preferred as this U-Boot fork follows closely the mainline tree which brings faster development cycle and helps to extend the test of i.MX6 support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Use ?= for PREFERRED PROVIDERNeena Busireddy2014-10-051-9/+9
| | | | | | | | Use ?= for PREFERRED PROVIDER for mx6 GPU libraries in order to make it flexible for overriding. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021aqtwr.conf: Add machine conf for ls1021atwrZhenhua Luo2014-09-151-0/+22
| | | | | | | | | | * define the SOC_FAMILY * set UBOOT_CONFIG * configure kernel devicetree and defconfig * define options related to serial console Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021aqds.conf: Add machine conf for ls1021aqdsZhenhua Luo2014-09-151-0/+22
| | | | | | | | | | * define the SOC_FAMILY * set UBOOT_CONFIG * configure kernel devicetree and defconfig * define options related to serial console Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls-base.inc: Add base configuration for Layerspace1 supportZhenhua Luo2014-09-151-0/+17
| | | | | | | | | | | The base configuration file includes following major settings: * Freescale LS1 default providers * Default image type * Default tune type * Default machine features Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Add virtual/libopenvg to MACHINE_{ARCH,SOCARCH}_FILTEROtavio Salvador2014-09-041-3/+3
| | | | | | | | | | | | | | The virtual/libopenvg is provided by the GPU packages and needs to be used for the dynamic package architecture. The issue has been identified while debugging a build failure in fsl-gpu-sdk. It was using the common architecture instead of the right architecture. Now mx6q, mx6dl and mx6sx use MACHINE_SOCARCH and mx6sl MACHINE_ARCH for all packages depending on virtual/libopenvg. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Add MACHINE_ARCH filter for sololite.Neena Busireddy2014-08-201-4/+12
| | | | | | | | | | | Add MACHINE_ARCH_FILTER for sololite as it is different from other SOC families (Sololite does not support 3D GPU hardware acceleration). Sololite uses mesa software rendering GL. So, set the PREFERRED PROVIDER to use mesa for SL. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2014.07-based releaseOtavio Salvador2014-07-217-1/+7
| | | | | | | | | | | | | | | | | | | | This updates the FSL Community's U-Boot fork to a 2014.07-based release. Along with the recipe revision changes, this modifies the default kernel image to "zImage" as most machines maintained in meta-fsl-arm now uses it. The machines that are still using uImage are: - imx31pdk - imx35pdk - imx53ard - imx6dlsabreauto - imx6solosabreauto - imx6solosabresd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: Add U-Boot NAND image generation supportAlexey Ignatov2014-06-051-0/+1
| | | | | | | | | | | 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>
* imx-base.inc: Add values for i.MX GStreamer 1.0 pluginsCarlos Rafael Giani2014-06-041-1/+5
| | | | | | | | | These new values contain the names of i.MX plugins for GStreamer 1.0. The plugins wrap i.MX functionality for video en/decoding, amongst others. Change-Id: I5a49954b229ddac531a3a9771e156ca5e8e3e090 Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc, mxs-base.inc: Add multimedia packages for SoC archOtavio Salvador2014-05-162-2/+4
| | | | | | | | | Packages which has dependencies upon libfslcodec, libfslvpuwrap, libfslparser or gst-fsl-plugins should have the PACKAGE_ARCH set to MACHINE_SOCARCH. Change-Id: I7c69fc0dc89bf06b5df76b65a516d8532daa56a9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add spinor U-Boot supportLauren Post2014-04-301-0/+1
| | | | | | Change-Id: I0caeffbde2c6a9f4603dabb8653a81c0b4af4616 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Drop mx6d SoC familyOtavio Salvador2014-04-251-1/+0
| | | | | | | | While removing the mx6s SoC family I ended forgotting to remove the mx6d, which is covered by mx6q. Change-Id: I60c4d1e203f1f307ed0c5452b044e37f5e1f62fe Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Stop using mx6s SoC familyOtavio Salvador2014-04-233-3/+2
| | | | | | | | | The i.MX6 Solo is internally a i.MX6 Dual Lite but single core. This uses the mx6dl as the SoC family as it is already being done in the Kernel, U-Boot and Barebox. Change-Id: Ifefdce9d2f261352c409e7137c7566060e3915be Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabreauto: Add myself as maintainerDaiane Angolini2014-04-041-0/+1
| | | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* directfb, directfb-examples: Backport 1.6 releaseOtavio Salvador2014-03-311-1/+3
| | | | | | | | | | This backports the directfb 1.6.3 and counter part directfb-examples 1.6.0 for use with i.MX6 SoCs as Vivante GPU is not compatible with the 1.7 API. Along the recipes backport this commit sets the preferred version accordingly. Change-Id: I658af7b7881d743cb1a04f6ffb23739711af989b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53qsb: add myself as maintainerTrevor Woerner2014-03-261-0/+1
| | | | | Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6solosabresd: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: I90b97f83620ad5bcda659d0ec5190a3ef98f5acd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6solosabreauto: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: Ibf61f4744cba8ae6db14d8b2b278879c2f1e420d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabresd: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: Ia96cffe65f0ce4a97c705a1c5dd69de2f6bfc5bd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: I21f406b6c83629c87ca1ba75c6ba749111d61ffd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: I4d14ebdc314586ef0aabca8a966c1a7d680f9758 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabreauto: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: Ia1f0262790aee7feef0220a76d33fd2cb4b1638f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-1/+3
| | | | | | | | | As the machine were not using UBOOT_CONFIG, the first step was to convert the recipe to use the variable. After that, the mfgtool variant is added. Change-Id: I73ab7cdaef1d85cfd7cb3e3d650aed09682be2f4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto.conf: Add sata uboot config supportLauren Post2014-03-031-0/+1
| | | | | Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto.conf: Add ecspi and flexcan1 device tree supportLauren Post2014-03-031-1/+2
| | | | | | | | | | The flexcan1 device tree supports flexcan1 enabled with fec disabled because of a pin conflict between flexcan1 and fec. The ecspi device tree supports ecspi by fixing the pin conflict with i2c3. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabreauto.conf: Add ecspi and flexcan1 device tree supportLauren Post2014-03-031-1/+2
| | | | | | | | | | The flexcan1 device tree supports flexcan1 enabled with fec disabled because of a pin conflict between flexcan1 and fec. The ecspi device tree supports ecspi by fixing the pin conflict with i2c3. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add new device tree imx6sl-evk-csi.dtbLauren Post2014-03-031-1/+1
| | | | | | | | | | 3.10.17-1.0.0-beta changed the imx6sl-evk.dts file to work with EPDC but as a consequence it breaks CSI function as its pins are shared. A new imx6sl-evk-csi.dts file has been add to allow use of CSI in case it is desired. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Drop EXTRA_IMAGEDEPENDS settingOtavio Salvador2014-03-031-2/+0
| | | | | | | | The U-Boot requirement is handled by the image class and shouldn't be defined here so we have freedom to choose the desired bootloader to be used. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* twr-vf65gs10: Add myself as a maintainerAnthony Felice2014-02-271-0/+1
| | | | Signed-off-by: Anthony Felice <tony.felice@timesys.com>
* xserver-xorg: Backport 1.14.4 versionOtavio Salvador2014-02-241-0/+3
| | | | | | | | | | | | Currently Vivante does not provides a valid GL API so Xorg fails to link against it, we cannot workaround it easily in newer Xorg version so instead of maintaining a pile of patches for it we are backporting 1.14.4 version as an interim solution. Change-Id: Ie8c8c002f7c3904abb383f2a1ee6f3dc6ad09e20 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Tested-by: Gary Thomas <gary@mlbassoc.com> Tested-by: John Weber <rjohnweber@gmail.com>
* imx31pdf, imx35pdf: Remove duplicate inclusion of soc-family.incOtavio Salvador2014-02-122-2/+0
| | | | | | | | | | | | This fixes following warning during build: ,----[ Warning ] | WARNING: Duplicate inclusion for .../meta/conf/machine/include/soc-family.inc | in .../sources/meta-fsl-arm/conf/machine/include/imx-base.inc `---- Change-Id: Ie23c6a25e23e1968a595969a3962d82284a6f1e9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto: Add myself as maintainerDaiane Angolini2014-01-281-0/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* mx53ard: Add myself as maintainerDaiane Angolini2014-01-281-0/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx51evk: Add myself as maintainerDaiane Angolini2014-01-281-0/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx6solosabresd: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I1f5e1ff25334a01a4d2aeda0025d56b2ddcc617b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I0b511a73923a5876a960f427e165bc28c6cd7a44 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabresd: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: Iac335650f96510c4ce6178fa69be92f157d01f0a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I92ca8f001480da993486f7e8be871b730edd8705 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I6b23b4f50cbc9db939b612e7270429e634b038bc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx23evk: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I57c8a98958a2cdb3a74ee16b96578b85f9936811 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add WIFI supportLauren Post2014-01-181-0/+2
| | | | | Change-Id: I8225e52de382a20de05b8255574892fd63ffc002 Signed-off-by: Lauren Post <lauren.post@freescale.com>
* fsl-default-providers.inc: Allow easy override of default U-BootOtavio Salvador2014-01-141-2/+2
| | | | | Change-Id: I2cd416548d92d27018496000f7c0790e1b1afeb6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>