summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* imx-base.inc: Add imx-vpu to MACHINE_ARCH_FILTERfidoCarlos Rafael Giani2015-11-051-1/+1
| | | | | | | | imx-vpu is machine specific due to #define macros for the type of i.MX6 SoC (quad, duallite ..) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: add default tune for VybridStefan Agner2015-10-241-0/+1
| | | | | | | | All Vybrid SoC's use the Cortex-A5 CPU. Add an appropriate default tune for the vf SoC. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc, mxs-base.inc: fix gst-fsl-plugin nameJavier Viguera2015-10-222-2/+2
| | | | | | | Notice the recipe name is 'gst-fsl-plugin' (singular) Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabresd: Remove UBOOT_ENTRYPOINTLauren Post2015-07-311-2/+0
| | | | | | | UBOOT_ENTRYPOINT set in imx-base.inc for i.MX 6SoloX. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabreauto: Fix nand support using ubifs storageLauren Post2015-07-311-1/+1
| | | | | | | Ubifs storage must be added for nand boot configurations. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc mxs-base.inc: Add imx MACHINEOVERRIDESAnn Thornton2015-07-312-0/+6
| | | | | | | | | | As new i.MX machines are added and product lines are increasing, having an override for imx machines in general will help clarify recipes, images, and packagegroups and keep the list of imx supported machines a little shorter. Signed-off-by: Ann Thornton <ra43240@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* layer.conf: include layer-specific bb filesTing Liu2015-07-161-0/+3
| | | | | | | | | | | Previously layer-specific bbappends are applied when that layer is included in the configuration. There is layer-specific bb files too (like asf_git.bb). Apply the same rule here. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rename ls-base.inc -> qoriq-arm.incTing Liu2015-07-162-1/+1
| | | | | | | Preparation for next merge stage with qoriq-ppc. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: update lquart/secure-boot UBOOT_CONFIGTing Liu2015-07-161-1/+2
| | | | | | | | 1. config name for lpuart was renamed to ls1021atwr_nor_lpuart_config. 2. add ls1021atwr_nor_SECURE_BOOT_config for secure boot. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021aqds: remove as it is not supportedTing Liu2015-07-161-25/+0
| | | | | | | | | The board is not supported in SDK 1.8 and as it is untested QorIQ team does not offer support for it. Drop the board to avoid user using untested BSP components in this board. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-providers.inc: Move content to imx-base.inc and mxs-base.incOtavio Salvador2015-07-073-8/+8
| | | | | | | | | | | The fsl-default-providers.inc is very simple and makes harder to understand the defaults assumed for i.MX SoCs. This patch moves the contents of it to the imx-base.inc and mxs-base.inc so it can be more easily changed. Change-Id: Ica5e155959dee881be089accc735c6aba6cd0e4d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Set amd-gpu-mx51 provider depending on backendOtavio Salvador2015-06-101-0/+1
| | | | | | | | | | | | | | | The amd-gpu-mx51 provider needs to be set, along with the other virtual providers, for the i.MX5 CPUs. Fixes the warning: ,---- | NOTE: multiple providers are available for amd-gpu-mx51 | (amd-gpu-x11-bin-mx51, amd-gpu-bin-mx51) `---- Change-Id: Ieb3401dbbdf1178641aeda55b20b7ae054423d75 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: allow building with arm thumb supportAndreas Müller2015-06-101-3/+6
| | | | | | | | | | | | thanks to Khem Raj for helping hint & more discussion found at [1] [1] https://lists.yoctoproject.org/pipermail/meta-freescale/2015-May/013904.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabreauto: Use u-boot-imx until u-boot-fslc has SabreAUTO supportOtavio Salvador2015-04-101-1/+2
| | | | | | | | | | | | Currently the U-Boot FSLC does not has the i.MX6SoloX SabreAUTO support so for the time being we are using the U-Boot i.MX fork provided by Freescale as part of 3.14-1.0.0 BSP. While on that, drop the UBOOT_ENTRYPOINT setting as it is a duplication of the value of 'imx-base.inc' file. Change-Id: I9419b6ba5e82d9ca3d12ed3cf339a23ab9b738ac Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 1021atwr.conf : add qspi config for u-bootChunrong Guo2015-04-101-0/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabresd: Add imx6sx-sdb-ldo.dtb DeviceTreeLauren Post2015-04-091-1/+1
| | | | | | | | | Support ldo-bypass mode on imx6sx-17x17/19x19 and imx6sx-sdb-reva board. Change-Id: If6cb6ea33185917b7f26da5a29724bdd1df348c2 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls-base.inc: Allow default tune overrideOtavio Salvador2015-04-021-1/+1
| | | | | | | | The default tune setting needs to be overridable otherwise distros or local.conf are unable to change it. Change-Id: I8c28d90d144cffc56ac6f199183090aa9a94af71 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-dynamic-packagearch: add all MACHINE_SOCARCH feedsMax Krummenacher2015-04-012-14/+12
| | | | | | | | | | | | | | | | | | | This ensures that all MACHINE_SOCARCH feeds are part of PACKAGE_EXTRA_ARCHS. oe-core now puts packages into feed dirs dependent on the used instruction sets. http://cgit.openembedded.org/openembedded-core/commit/?id=3e760031f91fb87c3e2f62b77a117eb41164f259 This is true also for packages in MACHINE_SOCARCH, i.e. we get in deploy/ipk for an angstrom based build: armv7ahf-vfp-neon-mx6qdl armv7at2hf-vfp-neon-mx6qdl so we must put both into PACKAGE_EXTRA_ARCHS. TUNE_FEATURES defines if arm and/or thumb feeds are possible with the current configuration. Change-Id: I47ed7c3a5cbdc488801cd9198e822f9845565559 Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-mcc: make MCC kernel module a virtual packageStefan Agner2015-03-191-0/+2
| | | | | | | | In order to support forks of the MCC kernel module, define the MCC kernel module packages as virtual packages. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* vf/twr-vf65gs10: add new SoC family "vf" for Vybrid in generalStefan Agner2015-03-122-4/+5
| | | | | | | | | This patch introduces a new base SoC family "vf". The family includes all Freescale Vybrid SoC based modules, which is the single core (vf50/VF5xx) or dual core (vf60/VF6xx) variant. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Add virtual/libg2d to i.MX6's MACHINE_SOCARCH_FILTEROtavio Salvador2015-02-151-1/+1
| | | | | | | | The virtual/libg2d package is i.MX6 dependant and should put every package depending on it into the i.MX6's sub-architecture to avoid it being included in other architectures due package feed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6solosabreauto: Use zImage by defaultDaiane Angolini2015-02-151-1/+1
| | | | | | | | The U-Boot default environment uses zImage as kernel image type so to a proper out-of-box SD Card image we need to use KERNEL_IMAGETYPE as zImage. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6solosabresd: Use zImage by defaultDaiane Angolini2015-02-151-1/+1
| | | | | | | | The U-Boot default environment uses zImage as kernel image type so to a proper out-of-box SD Card image we need to use KERNEL_IMAGETYPE as zImage. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: enable fsl-alsa-plugins conditionallyAlexandre Belloni2015-02-041-1/+1
| | | | | | | | Stop adding fsl-alsa-plugins to the MACHINE_EXTRA_RRECOMMENDS when DISTRO_FEATURES doesn't contain alsa to avoid building alsa-utils. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021aqds: add sdcard configChunrong Guo2015-02-021-0/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* directfb: Upgrade to 1.7.4 versionNeena Busireddy2015-01-271-1/+1
| | | | | | | | Poky master upgraded directfb to 1.7.6 but 3.10.53-1.1.0 GA release is compatible with directfb 1.7.4. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Upgrade to 3.10.53-1.1.0 GA releaseNeena Busireddy2015-01-271-10/+11
| | | | | | | | | | | | | - Graphics recipe is renamed from gpu-viv-bin-mx6q to imx-gpu-viv - Recipe version is changed to use Vivante version - gpu-viv-g2d shares same package with imx-gpu-viv - imx-gpu-viv includes separate sub packages for demos and tools to support flexible package additions - Graphics package is reorganized to improve library layout - New GPU tool apitrace is added - supported only for X11 backend Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabresd.conf: Add imx6q-sabresd-uart device treeLauren Post2015-01-271-1/+1
| | | | | | | | Add uart5 DTE mode pinctrl set for imx6q-sabresd board becuase of pin conflict. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add new uart device tree imx6sl-evk-uart.dtbLauren Post2015-01-271-1/+1
| | | | | | | | | Add uart4 DCE and DTE pinctrl set because of pin conflict. DTE pinctrl set is commented out but can be enabled in dts file. If user want to test DTE mode, it needs to rebuild the DTB file. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabreauto: Create for 3.10.53-1.1.0 ReleaseLauren Post2015-01-271-0/+19
| | | | | | | Add machine configuration file for i.MX 6SoloX SABRE-AI board Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabresd: Remove deleted device tree canfdLauren Post2015-01-271-1/+2
| | | | | | | | Remove imx6sx-sdb-canfd device tree from device tree list. CANFD_IP is removed in final production board. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx23evk: Remove 'alsa' from MACHINE_FEATURESFabio Estevam2015-01-221-1/+1
| | | | | | | | Mainline kernel currently does not have support for the on-chip audio codec on mx23, so remove the 'alsa' entry from the MACHINE_FEATURES. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr.conf : add QE_UCODEChunrong Guo2015-01-131-0/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021aqds.conf : add QE_UCODEChunrong Guo2015-01-131-0/+2
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* perf: Only disable perf events for machines using 2.6.35.3.Alex Gonzalez2015-01-136-6/+12
| | | | | | | 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>
* ls1021atwr.conf: add ttyAMA0 consoleChunrong Guo2015-01-051-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021aqds.conf: add ttyAMA0 consoleChunrong Guo2015-01-051-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-ls1: update to sdk v1.7 releaseChunrong Guo2014-12-292-2/+2
| | | | | | | | | | | | This includes following changes: bdb722f arm: dts: ls1021a-twr: remove dspi1 node for cannot be verified fb3f709 arm: ls1: only call ls1_pm_iomap() when doing deep sleep c15b78f ls1021a/dts: Add eTSEC1 as wake-up event source 5f94f9f qspi: ls102xa: Adjust the size of QSPI AMBA Bus memory map Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabresd: Add imx6sx-sdb-reva device tree for supporting reva siliconLauren Post2014-12-071-1/+1
| | | | | Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extraconf: replace bbappend with own recipeAlexander Shashkevych2014-12-021-1/+1
| | | | | | | | | | | Forcing udev-extraconf causes various strange effects. This was discussed long time ago in oe-core on [1] and resulted in [2]. [1] http://lists.openembedded.org/pipermail/openembedded-core/2013-April/077880.html [2] http://lists.openembedded.org/pipermail/openembedded-commits/2013-May/148591.html Signed-off-by: Alexander Shashkevich <alex@stunpix.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Add comment on how to enable SFPDaiane Angolini2014-12-021-0/+3
| | | | | | | | | | | How to enable the software float point is a frequent question. Add this comment makes it clear how to enable both SFP and HFP and can be used whether to found in a search or to be a direct link to be used as a quick reply. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* directfb: Backport to 1.7.1Neena Busireddy2014-12-021-0/+2
| | | | | | | | | | Directfb 1.7.4 is not compatible with 3.10.31-1.1.0 beta. Preferred version to use for 3.10.31-1.1.0 beta is 1.7.1. Components that are dependent on directfb 1.7.1 fails to build without this change. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Include gstreamer1.0-plugins-imx for i.MX6Q and i.MX6DLOtavio Salvador2014-11-251-1/+2
| | | | | | | | gstreamer1.0-plugins-imx can only be used with i.MX6Q and i.MX6DL (instead of any i.MX6) as the others does not provide a VPU. This commit updates the default setting accordingly. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Add i.MX6 SoloXNeena Busireddy2014-11-101-0/+5
| | | | | | | | | - Includes UBOOT_ENTRYPOINT for SoloX. - Includes MACHINE_SOCARCH_FILTER for SoloX - Includes PREFERRED_PROVIDER for GPU libraries for SoloX Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Remove preferred version for xserver-xorgNeena Busireddy2014-11-101-3/+0
| | | | | | | | Remove preferred version from imx-base and remove all the xserver-xorg 1.14 files as we now use 1.15. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Remove preferred version for directfbNeena Busireddy2014-11-101-2/+0
| | | | | | | | Remove preferred version for directfb and all the directfb 1.6 files as we now use directfb 1.7. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6sxsabresd.conf: Create i.MX 6SoloX Machine configurationLauren Post2014-11-101-0/+21
| | | | | Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk.conf: Add the imx6slevk-pf200 device treeLauren Post2014-11-101-1/+2
| | | | | | | | | | | | | Add support for pfuze200 on imx6slevk Move pmic device node from imx6sl-evk.dtsi to upper-level, and add another layer on imx6sl-evk to diff pfuze100 or pfuze200. Meanwhile only works in ldo-enable mode if using pfuze200, since 'SW1C' switch regulator is cut for cost-down which means VDDARM_IN and VDDSOC_IN have to share the same switch regulator Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabresd.conf: Add the imx6q-sabresd-enetirq device treeLauren Post2014-11-101-1/+2
| | | | | | | | | | | | | | | | | | Apply ENET IRQ workaround for sabresd board This is pretty much an example to demonstrate how the GPIO6 workaround for bug ERR006687 (ENET: Only the ENET wake-up interrupt request can wake the system from Wait mode) should be applied for a board. Basically it requires a setup of MX6QDL_PAD_GPIO_6__ENET_IRQ in pinctrl entry, and an overwrite on the property interrupts-extended to replace the ENET GIC IRQ with GPIO1_6. Since the pad GPIO6 is used by I2C3 on the board, we have to create sabresd-enetirq.dts with I2C3 disabled to enable this workaround. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd.conf: Add the imx6dl-sabresd-enetirq device treeLauren Post2014-11-101-1/+1
| | | | | | | | | | | | | | | | | | Apply ENET IRQ workaround for sabresd board This is pretty much an example to demonstrate how the GPIO6 workaround for bug ERR006687 (ENET: Only the ENET wake-up interrupt request can wake the system from Wait mode) should be applied for a board. Basically it requires a setup of MX6QDL_PAD_GPIO_6__ENET_IRQ in pinctrl entry, and an overwrite on the property interrupts-extended to replace the ENET GIC IRQ with GPIO1_6. Since the pad GPIO6 is used by I2C3 on the board, we have to create sabresd-enetirq.dts with I2C3 disabled to enable this workaround. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>