aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2016-04-19Drop Freescale official Linux kernel for i.MX23, i.MX28 and i.MX5 SoC familiesOtavio Salvador
The Linux kernel provided by Freescale for i.MX28 and i.MX5 is too old (2.6.35.3) and there are no plans to upgrade it, as the OE-Core is going to use GCC 5.2 as default compiler soon and it is not possible to compile this kernel with the new toolchain, thus the removal. The metadata related to the i.MX23, i.MX28 and i.MX5 SoC family, which is dependant of this Linux kernel support, has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. The recipes affected are: - alsa-state - amd-gpu-x11-bin - gtk+3 - imx-lib - imx-test - imx-vpu - libfslcodec - linux-imx - mesa - qt4-embedded-free - qt4-x11-free - qtbase - xf86-video-imxfb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2016-04-19imx6ulevk: Create i.MX 6 UltraLite EVK machineLauren Post
Introducing the i.MX 6 Ultra Lite EVK machine. i.MX 6 UltraLite is a CortexA7 with no GPU or VPU. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Add touch imx7d-sdb-touch device treeLauren Post
Add an new dts file: imx7d-sdb-touch.dts.This file adds tsc2046 touch screen controller support. Due to the pin PENIRQ of tsc2046 is conflict with the interrupt pin of HDMI, so in this patch, disable the HDMI. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Add sim imx7d-sdb-sim device treesLauren Post
Add the SIM1 device tree support on i.MX 7D SABRE SD Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx-base: Changes for i.MX 6Ultra LiteLauren Post
Create the additiosn for 6ul SOC family. i.MX 6Ultra Lite has no GPU or VPU so change settings that assume mx6 has a GPU to use mesa for graphics. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx-base.inc: Use specific version of DirectFB just for i.MX6 SoCs with GPUOtavio Salvador
There is no need to override the directfb recipe version for i.MX6 UltraLite SoC as it does not rely on Vivante GPU driver. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19openssl: Avoid contamination OE-Core recipeOtavio Salvador
The QorIQ version of openssl needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. The recipe is now called 'openssl-qoriq' and it provides openssl so the preferrence is set just for QorIQ based machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19cryptodev: Avoid contamination OE-Core recipeOtavio Salvador
The QorIQ version of cryptodev needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx6qpsabreauto: Override virtual/kernel for linux-imxOtavio Salvador
The linux-fslc-mx6 fork does not yet support the i.MX 6QuadPlus so we need to use the linux-imx kernel for now. This fixes the build failure of missing device tree files when building the machine. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx6qpsabreauto: Create i.MX 6 QuadPlus SABRE Auto machineLauren Post
Create i.MX 6QuadPlus SABRE Auto Machine supporting ecspi, flexcan1 and gpmi-weim device trees. Create U-Boot configurations for sdcard, eimnor, nand, spinor sata and mfgtool. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx7dsabresd: Create i.MX 7Dual SABRE Smart Device machineLauren Post
Create i.MX 7Dual SABRE Smart Device with device tree support for enet, epdc, gpmi-weim, hdmi-audio, m4, qspi and wm8960 configurations. Create U-Boot support for sdcard, qspi, nand and mfgtool configurations. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx6sxsabresd: Add imx6sx-sdb-ldo.dtb device treeLauren Post
Support ldo-bypass mode on imx6sx-sdb board by default and add ldo-enable dts file. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28imx-base: Add mx7 support to U-Boot, MACHINE filter and DEFAULT_TUNELauren Post
Add the mx7 settings for U-boot, MACHINE and DEFAULT_TUNE. MX7 is a new i.MX SoC Family created with the 3.14.28-7D_alpha release and upstreamed with the 3.14.38-6QP_beta release. i.MX 7Dual is a CortexA7 ARM core so requires different DEFAULT_TUNE however it does build with the cortexa9 but not as optimized as it is with the cortexa7 toolchain. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28Move meta-fsl-ppc content to layer rootOtavio Salvador
This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-28imx6sxsabresd: Remove UBOOT_ENTRYPOINTLauren Post
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>
2015-07-28imx6sxsabreauto: Fix nand support using ubifs storageLauren Post
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>
2015-07-28imx28evk: 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-07-28mxs-base.inc: Change i.MX28 for Linux-mainline by defaultOtavio Salvador
As the codec support, for GStreamer, has been removed from master branch there is no reason to keep using the old kernel for i.MX28 anymore. This moves it for the Linux FSLC fork which bases on mainline. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16Drop i.MX31 and i.MX35 supportOtavio Salvador
The i.MX31 and i.MX35 has been barely used and without much community coverage since its inclusion making them untested boards. There is no reason to keep the support for those SoCs in the BSP layer as those are virtually not tested and unkown to be working or not. The metadata related to the i.MX3 SoC family has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. Change-Id: I808bf7d1cfa97eb7d444fba711a93b1e074d5f4d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16Move external layer's specific changes for 'dynamic-layers' subdirOtavio Salvador
The external layer's specific changes are now in the 'dynamic-layers' subdirectory. This approach ease the identification of layer specific recipes and extensions as all those are more visible isolated of the main layer components. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16conf/layer.conf: Use 'freescale-layer' collectionOtavio Salvador
The 'fsl-arm' collection is now renamed for 'freescale-layer'. This indicates the layer uses the new layout and is incompatible with other layers relying in meta-fsl-arm or meta-fsl-ppc existing layout. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16Move meta-fsl-arm content to layer rootOtavio Salvador
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>