aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6qsabreauto.conf
AgeCommit message (Collapse)Author
2014-03-03imx6qsabreauto: Add U-Boot Manufacturing Tool configOtavio Salvador
This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: I21f406b6c83629c87ca1ba75c6ba749111d61ffd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03imx6qsabreauto.conf: Add sata uboot config supportLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03imx6qsabreauto.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>
2014-01-28imx6qsabreauto: Add myself as maintainerDaiane Angolini
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-11-13imx6qsabreauto.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: I6338e60fa8c1622b2a73e99aa1e3def0a2555bc2 Signed-off-by: Lauren Post <lauren.post@freescale.com>
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-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-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-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-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>
2012-10-19imx6qsabreauto: Add machine definitionOtavio Salvador
Change-Id: Ib495f2861be3f5906c533d4771e2331676214e99 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>