summaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2013-09-25imx6solosabresd: set up UBOOT_CONFIG with config/fs-type for the supported ↵Mario Domenech Goulart
boot devices Supported boot devices: sd Change-Id: Ic4f72275dc37da9f882ba51b234c1a1b4e6b2d4f Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-09-25imx6solosabreauto: set up UBOOT_CONFIG with config/fs-type for the supported ↵Mario Domenech Goulart
boot devices Supported boot devices: sd, eimnor, nand and spinor. Change-Id: I9f4fbfc5c2331a2f2ec20cec2c7ea158f84dae2e Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-09-25imx6qsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot ↵Mario Domenech Goulart
devices Supported boot devices: sd and sata. Change-Id: I66a3a5fcfa8624d1aba35003a873ba3a3bb1dcaf Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-09-25imx6qsabreauto: set up UBOOT_CONFIG with config/fs-type for the supported ↵Mario Domenech Goulart
boot devices Supported boot devices: sd, eimnor, nand and spinor. Change-Id: I613abc2ae5e5fe67c59f4aa1466ff1d879532725 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-09-25imx6dlsabresd: set up UBOOT_CONFIG with config/fs-type for the supported ↵Mario Domenech Goulart
boot devices Supported boot devices: sd. Change-Id: I6028f47d170015f8c8aac113773e24ced34e38a0 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-09-25imx6dlsabreauto: set up UBOOT_CONFIG with config/fs-type for the supported ↵Mario Domenech Goulart
boot devices Supported boot devices: sd, eimnor, nand and spinor. Change-Id: I7d762689582221489d53819b0cde0b3356230d75 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
2013-08-29imx-base.inc: Set default tune of i.MX6 to use Hard Float-PointOtavio Salvador
The default now is to use Hard Float-Point to every i.MX6 SoC but it is very easy to change back to Soft Float-Point, if it is the case, you can set: ,----[ Soft Float-Point setting ] | DEFAULTTUNE_mx6 = "cortexa9-neon" `---- In your local.conf or machine board file. Change-Id: I8379dd95cbd0ab9b9ae61ffe8e173f8b0b7db9ae Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-08-29xf86-video-imxfb-vivante: Upgrade to 3.5.7-1.0.0-alpha.2Otavio Salvador
The new Xorg driver does not need a DRI library anymore, so we remove the xf86-dri-vivante recipe, but use the DRI code during the Xorg GPU driver build. This change has been based on changes done in meta-fsl-bsp-release, 3.5.7 dylan branch, by Lauren Post <lauren.post@freescale.com> and Evan Kotara <evan.kotara@freescale.com>. Change-Id: I3f666da817fb158b201dc169ae7862b199216ddd Signed-off-by: Otavio Salvador <otavio@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-08-15imx-base.inc: Allow PREFERRED_VERSION of xserver-xorg to be customizedOtavio Salvador
For development and test it is useful to be able to override the Xorg preferred version so we make it overridable. Change-Id: I6bba649187d2d35ae1c92ce959d0f61802397423 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-08-07imx6dlsabreauto: Create machine configuration fileLauren Post
This machine is only supported by u-boot-imx, so the PREFERRED_PROVIDER is different from others imx machines. Change-Id: I2f6f71a8f1ce98f7c39526e912a0c2ca6fc76805 Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-08-07imx6solosabresd: Create machine configuration fileLauren Post
Change-Id: I27663dd957d4a2592fbdb3ae00c3b64603be6c28 Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-08-07imx6solosabreauto: Create machine configuration fileLauren Post
Change-Id: Ib92fc59c0f55aeadb2f6c3a80f2a402a5fc502ac Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-08-07imx6sabresd/auto-common.inc: Add ath6k (WIFI) firmwareDaiane Angolini
Add linux-firmware-ath6k to MACHINE_FIRMWARE. Change-Id: Ie2e9e1f4f5a4cd33f0aa4d6dd679c83512968a2c Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-08-07imx6sabreauto-common.inc: Create file for SABRE AUTO commonDaiane Angolini
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>
2013-08-07imx6sabresd-common.inc: Create file for SABRE SD commonDaiane Angolini
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>
2013-08-07imx6dlsabresd.conf: Add KERNEL_DEVICETREEDaiane Angolini
Change-Id: Ic5af7bd92566fa15513fb188c8e0181d9f805d29 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-08-05imx-base.inc: add VPU firmware for i.MX6S machinesJohn Weber
Change-Id: Ib6f33c26cc75259bb008415dd99f8bb4ea8e9495 Signed-off-by: John Weber <rjohnweber@gmail.com>
2013-07-31imx-base.inc: Add fsl-alsa-plugins to i.MX6 recommended packagesOtavio Salvador
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>
2013-07-29twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10Andy Voltz
Change-Id: I51e1b780c7860a16d722f49072915ad194fd5df7 Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
2013-07-29layer.conf: handle dynamic layer configurationEric BENARD
this patch is taken from : http://git.yoctoproject.org/cgit/cgit.cgi/meta-mentor/tree/conf/layer.conf#n9, as suggested by Chris Larson Change-Id: I6b8900c595708d19543c0aa059e37f77c09e32db Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-07-10imx6dlsabresd: Use U-Boot 2013.07Otavio Salvador
Change-Id: Ieb49b155a1332124c51f548cbb0057fb0b52dcf9 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-06-07firmware-imx: Remove Atheros firmwareOtavio Salvador
The linux-firmware already provide the Atheros firmware so we should use it and avoid duplication. Change-Id: I5e8675612916ab20ae27e63aedba6758e9a17afb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-05-28imx-base.inc: Fix appending of firmware valueOtavio Salvador
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>
2013-04-29imx6slevk: Fix machine name and description, include SOCDaiane Angolini
Include vendor name to machine name Fix machine name Include SOC Fix description Change-Id: Icab97b5de6f1bf02af778d026abd9e3365a523cf Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-29imx6qsabresd: include vendor name and SOCDaiane Angolini
Include vendor name to machine name Fix machine name Include SOC Fix description Change-Id: Idb7dffba9fac08290ac465684b5dc080b058791d Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-29imx6qsabreauto: : include vendor name and SOCDaiane Angolini
Include vendor name to machine name Include SOC Change-Id: I16cba4f5ea309ad0bc9994d33719f3a166fbb82e Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-29imx6dlsabresd: include vendor name and SOCDaiane Angolini
Include vendor name to machine name Fix machine name Include SOC Fix description Change-Id: I0e90c0881c0282c9a0fa7e4cde154d3f454c2ce5 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-29imx53qsb: Fix machine name and description, include SOCDaiane Angolini
Include vendor name to machine name Include SOC Change-Id: Ia0b4b45ee644bc978da70d5d6b61ac5f92754913 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-29imx53ard: Fix machine name, include SOCDaiane Angolini
Include vendor name to machine name Fix machine name capitalization Include SOC Fix description capitalization Change-Id: I103329a4b37b7eca197a9b345db79f4401cdd8f3 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-29imx51evk: Fix machine name, include SOCDaiane Angolini
Include vendor name to machine name Fix machine name Include SOC Change-Id: I89fc1de1bb80008b6940f96f7e044fe8b2772e31 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-29imx35pdk: Fix machine name and description, include SOCDaiane Angolini
Include vendor name to machine name Fix machine name Include SOC Fix description Change-Id: I078fae0e46bb7723b0541676087cd0aedd93f589 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-29imx31pdk: Fix name and description, add SOCDaiane Angolini
Include vendor name to machine name Fix machine name typo Include SOC Fix description typo Change-Id: I47a1bacae17e64b21c77dfdc8ba17f3110b9dafc Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
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-29imx23evk: Fix machine name, include vendor nameDaiane Angolini
Include vendor name to machine name Fix machine name capitalization Include SOC Change-Id: I060ee90e17c506bd05d3727f17a5c6fd8cfb73c9 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-04-25mxs-base.inc: Use 'linux-fslc' by default on mx23Fabio Estevam
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>
2013-04-19u-boot-fslc: Update to patches-2013.04's 20130415 snapshot based on 2013.04-rc3Otavio Salvador
This updates to U-Boot 2013.04-rc3 based code and changes the U-Boot target for using in i.MX31PDK as it was changed in this release. Change-Id: I670abc0bf709c86ebff8195b9dab00b21f2c4615 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-18mxs-base.inc: Fix UBOOT_ENTRYPOINTFabio Estevam
Correct entry point for mxs is 0x40008000. Also remove the unneeded UBOOT_LOADADDRESS. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-04-18imx-base.inc: Place UBOOT_ENTRYPOINT into common locationFabio Estevam
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>
2013-04-18imx-base.inc: Fix UBOOT_ENTRYPOINTFabio Estevam
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>
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-17imx-base.inc: Do not assign UBOOT_LOADADDRESSOtavio Salvador
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>
2013-04-17imx-base.inc: Override GStreamer plugins for i.MX3Otavio Salvador
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>
2013-04-17imx-base.inc: Avoid including imx-audio for every SoC familyOtavio Salvador
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>
2013-04-17imx-base.inc: Disable firmware include for not fully supported BSPsOtavio Salvador
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>
2013-04-17imx6dlsabresd: Use U-Boot 2009.08 from FreescaleOtavio Salvador
The U-Boot 2013.04 does not has support for i.MX6DL SabreSD so ensure we use U-Boot 2009.08 until it is added. 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-09imx-base.inc: Remove preferred version override for i.MX6DLOtavio Salvador
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>
2013-04-09imx6slevk: Use U-Boot mainlineOtavio Salvador
Change-Id: I8e5b3d6b31267f6cfcfe11be9a7aa4d6a5fdfec0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>