aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6dlsabreauto.conf
AgeCommit message (Collapse)Author
2014-10-23imx6dlsabreauto: Change to use u-boot-fslcOtavio Salvador
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>
2014-07-21u-boot-fslc: Update to 2014.07-based releaseOtavio Salvador
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>
2014-04-04imx6dlsabreauto: Add myself as maintainerDaiane Angolini
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03imx6dlsabreauto: Add U-Boot Manufacturing Tool configOtavio Salvador
This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: Ia1f0262790aee7feef0220a76d33fd2cb4b1638f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03imx6dlsabreauto.conf: Add ecspi and flexcan1 device tree supportLauren Post
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>
2013-11-13imxdlsabreauto.conf: Add gpmi-weim DTSLauren Post
ENGR00269945: ARM: imx6: add the secondary sabreauto dts for pin conflict The patch is to solve the pin conflicts between devices that are currently added in imx6qdl-sabreauto dts file. It has ecspi1, i2c3, and uart3 enabled while gpmi and weim disabled in the primary imx6qdl-sabreauto.dtsi, and creates the secondary imx6q/dl-sabreauto dts to have gpmi and weim enabled while others disabled. Since usbh1 and usbotg depend on GPIO from max7310 on i2c3, they have to be disabled as well in the secondary sabreauto dts files. Change-Id: I1f51cda59468140a2552a73fca5d710ecde1967e Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-10-18machines: Add PREFERRED_PROVIDER for virtual/bootloaderKhem Raj
virtual/bootloader is a commonly used target. This patch adds it for meta-fsl-arm machines. Other BSP layers have this provider and when using a mutli-machine distro setup bitbake virtual/bootloader builds a wrong u-boot for fsl machines Signed-off-by: Khem Raj <raj.khem@gmail.com>
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-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-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>