aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ulevk.conf
AgeCommit message (Collapse)Author
2017-10-05machines: fix dtb build failure when use-mainline-bsp is usedHiraku Toyooka
When the use-mainline-bsp is used, dtb files listed in KERNEL_DEVICETREE are different from ones to be build, so the build fails. This patch fixes it by adding KERNEL_DEVICETREE_use_mainline_bsp. Signed-off-by: Hiraku Toyooka <hiraku.toyooka@cybertrust.co.jp> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-05Use wic.gz for all i.MX machines by defaultOtavio Salvador
This change moves the default image for all i.MX machines. We moved from sdcard.gz to wic.gz. Following machines were change: - imx25pdk: use imx-uboot.wks - imx6qdlsabreauto: use imx-uboot-spl-bootpart.wks - imx6qdlsabresd: use imx-uboot-spl-bootpart.wks - imx6ulevk: use imx-uboot-spl-bootpart.wks Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27imx6ulevk: Add mx6 in the MACHINEOVERRIDES setOtavio Salvador
The i.MX 6UL was dealt in a specific way due the metadata not being fully ported still to the feature overrides set; now that most metadata has been converted it is the right time to add the mx6 SoC family here as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-23Update machine description fieldsAlexandra Safta
Change description fields from Freescale to NXP in machine files to align to 2016 corporate transfer to NXP. Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com> Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx6ulevk: Add imx6ul-14x14-evk-emmc.dtb device treeLauren Post
Enable eMMC for i.MX6UL EVK rework board due to the pad conflict with NAND and Micro-SD. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx6ulevk: Add imx6ul-14x14-evk-usb-certi device treeLauren Post
Below are the differences between standard evk: - Enable tpl - Enable software control vbus for otg2 (hardware rework is needed) - Disable TSC due to the pin conflict with above vbus regulator Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx6ulevk: Add imx6ul-14x14-evk-gpmi-weim device treeLauren Post
Support NAND on i.MX6UL EVK board Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx6ulevk: Add emmc U-Boot configurationLauren Post
Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-09-08Convert SOC_FAMILY to MACHINEOVERRIDESOtavio Salvador
The SOC_FAMILY is an indirection which makes the understanding, from OpenEmbedded versed developers and users, more difficult. Instead of using the SOC_FAMILY indirection which is rarely used, we now move to the MACHINEOVERRIDES mechanism as this is in fact what is in use. Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-08-23machine: Change maintainer email to nxp.com for Lauren PostLauren Post
Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx6ulevk: Add Murata BT/WiFi module supportLauren Post
Add Murata Type ZP (BCM4339) module support on below platforms: - i.MX6UL SDB RevC (SD1 slot) + Murata adapter V2.0 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx6ulevk: Configure machine to use u-boot SPLDaiane Angolini
At first, this machine was supported only by u-boot-imx U-Boot provider, however as soon as u-boot-fslc included this support, the U-Boot provider was changed. During the change of default U-Boot provider, the SPL configuration end up being missed. The needed SPL configuration is set up in this patch. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19imx6ulevk: Use U-Boot FSLC by defaultOtavio Salvador
The U-Boot 2015.10 adds support for the i.MX6 UltraLite so we can use it instead of Freescale fork, preferring the mainline code. Change-Id: I5dc770bcecd14120b5478b67d9a47eebfc834300 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-04-19Rework i.MX6 UltraLite support to not use other i.MX6 codeOtavio Salvador
The i.MX6 UltraLite is very different from the other i.MX6 SoCs and the current BSP infrastructure needs to be reworked to allow for more granullar control of the features each SoC provide to control the changes to be applied for the SoC peripherals support. For now, it is not possible to express this clearly in the BSP so the current change is to revert some of the changes done for the i.MX6 UltraLite to be enabled and make sure that the boards using the SoC does not inherit the 'mx6' override. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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>