summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
Commit message (Collapse)AuthorAgeFilesLines
...
* imx6sabresd/auto-common.inc: Add ath6k (WIFI) firmwareDaiane Angolini2013-08-072-0/+4
| | | | | | | Add linux-firmware-ath6k to MACHINE_FIRMWARE. Change-Id: Ie2e9e1f4f5a4cd33f0aa4d6dd679c83512968a2c Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx6sabreauto-common.inc: Create file for SABRE AUTO commonDaiane Angolini2013-08-071-0/+8
| | | | | | | | | | | | Freescale i.MX6 SABRE AUTO machines have some common configuration. This file is used in order to avoid duplicating in all SABRE AUTO boards. Replace any 'include' to 'require' to make sure an error is launched in case the file is missing. Change-Id: I0d1e9e7b64ac3e34a18a32ca13872c23d4d668b2 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx6sabresd-common.inc: Create file for SABRE SD commonDaiane Angolini2013-08-071-0/+8
| | | | | | | | | | | | Freescale i.MX6 SABRE SD machines have some common configuration. This file is used in order to avoid duplicating in all SABRE SD boards. Replace any 'include' to 'require' to make sure an error is launched in case the file is missing. Change-Id: Ic50956c49a35c2e4f0af6c21e7495cce42698b56 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base.inc: add VPU firmware for i.MX6S machinesJohn Weber2013-08-051-0/+1
| | | | | Change-Id: Ib6f33c26cc75259bb008415dd99f8bb4ea8e9495 Signed-off-by: John Weber <rjohnweber@gmail.com>
* imx-base.inc: Add fsl-alsa-plugins to i.MX6 recommended packagesOtavio Salvador2013-07-311-1/+1
| | | | | | | | | | | | | | | | This ensures the fsl-alsa-plugins is installed per default by images but allow it to be manually skipped, using BAD_RECOMMENDATIONS, if need. This change has been based on a change done in meta-fsl-bsp-release, 3.5.7 dylan branch, which originally add this in the packagegroup-fsl by Jun Zhu <R01007@freescale.com>. The inclusion of this, inside imx-base.inc, is preferred as it is common for all i.MX6 machines and not something specific for demos thus should be installed by default. Change-Id: I209d389b4e0a62b89b4fdede56627e0ec528df87 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10Andy Voltz2013-07-291-0/+1
| | | | | Change-Id: I51e1b780c7860a16d722f49072915ad194fd5df7 Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
* imx-base.inc: Fix appending of firmware valueOtavio Salvador2013-05-281-9/+9
| | | | | | | | The appending of MACHINE_FIRMWARE were broken as it were overwriting the board value, the fix is to append the value properly. Change-Id: I6e2290643e32443410fdde94a334e8dfa7c7b18c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: Use 'linux-fslc' by default on mx23Fabio Estevam2013-04-251-1/+3
| | | | | | | | | | 2.6.35 1.1.0 branch does not officially support mx23. Let's use 'linux-fslc' as the default kernel for mx23. Also disable perf only for mx28. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* mxs-base.inc: Fix UBOOT_ENTRYPOINTFabio Estevam2013-04-181-2/+1
| | | | | | | | Correct entry point for mxs is 0x40008000. Also remove the unneeded UBOOT_LOADADDRESS. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx-base.inc: Place UBOOT_ENTRYPOINT into common locationFabio Estevam2013-04-181-0/+1
| | | | | | | | Place the entry points for mx31 and mx35 into the common imx-base.inc instead of having them in board .conf files and also remove the unneeded UBOOT_LOADADDRESS occurrences. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx-base.inc: Fix UBOOT_ENTRYPOINTFabio Estevam2013-04-181-4/+4
| | | | | | | | | The recommended entry points for generating a uImage are the ones listed in the zreladdr line of the kernel Makefile.boot file: (arch/arm/mach-<soc>/Makefile.boot) Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx-base.inc: Do not assign UBOOT_LOADADDRESSOtavio Salvador2013-04-171-8/+1
| | | | | | | | | The code uses UBOOT_ENTRYPOINT as default value for UBOOT_LOADADDRESS so we don't need to have the variable UBOOT_LOADADDRESS set unless it's different from UBOOT_ENTRYPOINT. This also fix the i.MX6SL entry point hex format. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Override GStreamer plugins for i.MX3Otavio Salvador2013-04-171-0/+1
| | | | | | | i.MX3 doesn't has GStreamer plugins packaged so we need to avoid its installation for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Avoid including imx-audio for every SoC familyOtavio Salvador2013-04-171-1/+3
| | | | | | | | The imx-audio package is currently only available for i.MX5 and i.MX6 so we should include it in every SoC family. This fixes i.MX31 and i.MX35 image build due unsatisfied dependency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Disable firmware include for not fully supported BSPsOtavio Salvador2013-04-171-4/+6
| | | | | | | | The i.MX25, i.MX27, i.MX31 and i.MX35 are not fully supported and we don't have the firmware package for them so comment them out so it doesn't break the build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Remove preferred version override for i.MX6DLOtavio Salvador2013-04-091-1/+0
| | | | | | | Allow use of U-Boot mainline as default for i.MX6DL based boards. Change-Id: I985d82b04238b7b9677b556f5986d9557ad11c2c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Use U-Boot mainlineOtavio Salvador2013-04-091-1/+0
| | | | | Change-Id: I8e5b3d6b31267f6cfcfe11be9a7aa4d6a5fdfec0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: Add U-Boot common definitionsOtavio Salvador2013-04-091-0/+5
| | | | | | | | | 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
* imx-base.inc: Use xserver-xorg 1.11.4 version for i.MX6Otavio Salvador2013-04-021-0/+2
| | | | | | | | We have problems supporting newer Xorg Video API so we're forcing the use of an older version of Xorg server to workaround it. Change-Id: I369619a489f2b4b0ba963efb0c937f9568d772f0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add machine definitionDaiane Angolini2013-03-221-0/+1
| | | | | | | | Add machine definition for Freescale i.MX6DL SabreSD board. Also called i.MX6DL SDP Change-Id: I4bfa8568109bc76e1f4880dbb7266691e25874cc Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx6slevk: Add machine definitionDaiane Angolini2013-03-221-0/+4
| | | | | | | Add machine definition for Freescale i.MX6SL EVK board Change-Id: I696ca2dc1705d2095afbf2f16c62ed79404966ad Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base: add imx6dl mapping for firmwareJohn Weber2013-03-091-0/+1
| | | | Signed-off-by: John Weber <rjohnweber@gmail.com>
* linux-libc-headers: Use Yocto's default to avoid same arch rebuildsOtavio Salvador2013-02-172-2/+0
| | | | | | | | | | This avoids full rebuild in case of compatible machine changes (e.g i.MX53 and i.MX6) and fixes the build failures seen in autobuilder. [YOCTO #3667] Change-Id: I4c46499d00e95738409ee39a659e93095dd7f207 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Set interfaces provided by i.MX6 GPU librariesOtavio Salvador2013-01-151-0/+7
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Set linux-libc-headers to iMX3 SoCsOtavio Salvador2013-01-111-0/+1
| | | | | | | The iMX3 SoCs need to use regular linux-libc-headers as the linux-libc-headers-imx does not support this SoC family. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Centralize the preferred kernel for i.MX3X SoCsOtavio Salvador2013-01-071-0/+2
| | | | | | | | | The preferred kernel for i.MX3X SoCs are the same so we should set it in imx-base.inc. The previous setting were not working as the board files were using weak setting and the default (linux-imx) were being used by mistake. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: Drop bbappend as Meta-OpenEmbedded does not has it anymoreOtavio Salvador2012-12-181-2/+0
| | | | | | | | The OpenEmbedded-Core has update udev to 182 so making Meta-OpenEmbedded one no more required. This allow us to simplify the layer and remove a default dependency in Meta-OpenEmbedded. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-providers.inc: u-boot recipe was renamed to u-boot-fslAndrei Gherzan2012-12-161-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* imx-base.inc: Allow mx6 to use accelerated codecsDaiane Angolini2012-11-271-1/+0
| | | | | | | | Drop the limitation for mx6 family for gstreamer. Allow mx6 family to use accelerated codecs for gstreamer. Change-Id: I182d50b48b2979a680c0a0ba602f077f30136ce9 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base: Use xf86-video-imxfb-vivante for iMX6 targetsOtavio Salvador2012-11-231-0/+1
| | | | | | Change-Id: I9fb4fa04aef988fb8fd3105ab9444276ea0cbc29 Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Add iMX6 firmware informationOtavio Salvador2012-11-221-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Allow UBOOT_SUFFIX to be define on local.confDaiane Angolini2012-10-301-1/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base.inc: Do not force inclusion of imx-libOtavio Salvador2012-10-291-3/+4
| | | | | | | | The imx-lib doesn't need to be explicitly included as it will be included onto the image if a package using it is included. Change-Id: I8e9ad632894aff79c5fed23b1ae3862bd78a4f47 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Consolidate common configurations among iMX5 and iMX6 SoCsOtavio Salvador2012-10-151-1/+15
| | | | | Change-Id: I3afbbe9acc2fe91bbbb2caf246cfb781e030e2d5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Add machine firmware configuration for iMX SoCsOtavio Salvador2012-10-151-3/+12
| | | | | Change-Id: Ie8501d8e4336d80a7ab6c4c0415562229b2213dd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Fix mx5 GPU library API supportOtavio Salvador2012-09-301-1/+3
| | | | | | | | The mx5 GPU libraries provide OpenGL ES1, OpenEGL and OpenGL ES2 only so we need to ajust the PREFERRED_PROVIDER. Change-Id: I569fabc91349c3d3a8804ff72e67e9bcc88b1267 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: use new firmware-imx packageOtavio Salvador2012-09-191-1/+1
| | | | | | | | The use of imx-firmware, while supported, is not recommended so we now use the new package name. Change-Id: I434e5c41f7856839ddee6f7ca74a21da9fd260e0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge remote branch 'freescale/denzil'Otavio Salvador2012-09-185-6/+18
|\ | | | | | | | | * freescale/denzil: Move fsl-default*.inc from distro to machine
| * Move fsl-default*.inc from distro to machineAndrei Gherzan2012-09-185-6/+18
| | | | | | | | | | | | | | | | It makes no sense to have distro related configurations in a BSP layer. So let's have these common parts (provides, version etc) in machine directory instead. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* | Merge remote branch 'freescale/denzil'Otavio Salvador2012-09-171-0/+2
|\| | | | | | | | | | | | | | | * freescale/denzil: imx6qsabrelite: Use xserver-xorg instead of xserver-xorg-lite cogl: Use OpenGL ES2 for mx5 SoCs imx-base.inc: Set preferred implementation of virtual/libgl for mx5 SoCs amd-gpu-x11-bin-mx51: Add provides to 'virtual/libgl'
| * imx-base.inc: Set preferred implementation of virtual/libgl for mx5 SoCsOtavio Salvador2012-09-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | The mx5 SoCs need to use amd-gpu-x11-bin-mx51 to proper support acceleration however it wasn't being taken in place in machine configuration. This adds the need settings and fix the issue for all mx5 based machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | mxs-base.inc: Disable perf tool features as Linux 2.6.35.3 failsOtavio Salvador2012-09-131-0/+3
| | | | | | | | | | | | | | | | The perf tool build fails in upcoming Yocto 1.3 as it try to enable perf-scripting but perl and python linking is not working in current default kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx-base.inc: Disable perf tool features as Linux 2.6.35.3 failsOtavio Salvador2012-09-131-0/+3
| | | | | | | | | | | | | | | | The perf tool build fails in upcoming Yocto 1.3 as it try to enable perf-scripting but perl and python linking is not working in current default kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge remote branch 'freescale/denzil' into masterOtavio Salvador2012-09-132-6/+4
|\| | | | | | | | | | | | | | | | | * freescale/denzil: mxs-base.inc: Use xserver-xorg instead of xserver-xorg-lite imx-base.inc: Use xserver-xorg instead of xserver-xorg-lite fsl-default-providers.inc: Change virtual/xserver to xserver-xorg imx-base.inc: Remove useless SoC override for U-Boot settings u-boot: Fix mx28evk bootargs
| * mxs-base.inc: Use xserver-xorg instead of xserver-xorg-liteOtavio Salvador2012-09-131-1/+1
| | | | | | | | | | | | | | | | | | Next Yocto release will drop xserver-xorg-lite as building xserver-xorg and not installing the DRI and GLX modules (and so not Mesa) results in an increase of 16kb only. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
| * imx-base.inc: Use xserver-xorg instead of xserver-xorg-liteOtavio Salvador2012-09-131-1/+1
| | | | | | | | | | | | | | | | | | Next Yocto release will drop xserver-xorg-lite as building xserver-xorg and not installing the DRI and GLX modules (and so not Mesa) results in an increase of 16kb only. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
| * imx-base.inc: Remove useless SoC override for U-Boot settingsOtavio Salvador2012-09-131-4/+2
| | | | | | | | | | | | | | | | The U-Boot settings are the same for mx5 and mx6 SoCs so we don't need a override for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* | imx-base.inc: use udev-extraconfOtavio Salvador2012-08-021-1/+1
|/ | | | | | | | The udev-extra-rules has been replaced by udev-extraconf so this needs to be changed on machine definitions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* imx-base: set common machine featuresAdrian Alonso2012-07-041-1/+1
| | | | | | | | * Set common machine features * imx53qsb, imx53ard add wifi and bluetooth support * imx6qsabrelite add pci to machine features Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-base: add wifi and bluetooth machine featuresAdrian Alonso2012-07-041-1/+1
| | | | | | * Add wifi and bluetooh machine features. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>