summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* imx-base.inc: use modesetting driver for VybridStefan Agner2016-04-191-0/+1
| | | | | | | | | With the use of the new DCU DRM driver we can make use of the X-servers modesetting DDX driver. The driver uses directly the DRM/KMS interface. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1042d4rdb-64b: build usdpaa/usdpaa-shared-interfaces dtbTing Liu2016-04-191-1/+3
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1042d4rdb: build usdpaa/usdpaa-shared-interfaces dtbTing Liu2016-04-191-1/+3
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1040d4rdb-64b: build usdpaa/usdpaa-shared-interfaces dtbTing Liu2016-04-191-1/+3
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1040d4rdb: build usdpaa/usdpaa-shared-interfaces dtbTing Liu2016-04-191-1/+3
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: support QSPI and IFC in SD bootTing Liu2016-04-191-3/+4
| | | | | | | | QSPI and IFC are both supported in SD boot. Build two SD boot images, one supports IFC; the other supports QSPI. Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4160qds: build secure-boot u-bootTing Liu2016-04-191-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* b4860qds-64b: remove UBOOT_MACHINES settingTing Liu2016-04-191-1/+0
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1023rdb-64b: build nor u-bootTing Liu2016-04-191-3/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1023rdb: build nor u-bootTing Liu2016-04-191-3/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Add imx-vpu to MACHINE_ARCH_FILTERCarlos Rafael Giani2016-04-191-1/+1
| | | | | | | | imx-vpu is machine specific due to #define macros for the type of i.MX6 SoC (quad, duallite ..) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Remove DirectFB support for i.MX6Otavio Salvador2016-04-191-5/+0
| | | | | | | | | | | | | The DirectFB project is dead upstream for a while and the backend is deprecated so it is better to drop it and avoid new users to depend on it and instead to focus in the current technologies for new projects. This commit removes everything related to the DirectFB support so if someone wish to revert it locally it can be easily done. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx7dsabresd: fix typo of mfgtool configTzu-Jung Lee2016-04-191-1/+1
| | | | | Signed-off-by: Tzu-Jung Lee <roylee17@currantlabs.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* twr-vf65gs10: move to Linux 4.1 based linux-fslc treeStefan Agner2016-04-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change the default Kernel to the linux-fslc 4.1 kernel. What seems to work: - UART - CPU/Memory (obviously) and L2 Cache - ARM global timer as clock source - Pinctrl/GPIO support - SD-Card - USB Host (according to bootlog, not tested) - SoC internal RTC (SNVS RTC) - Watchdog Not tested, but should be working: - Audio using SGTL5000 connected via SAI (hardware not available) - DCU Framebuffer device (hardware not available) - Ethernet PHYs (not sure, might be a hardware issue) Known to be missing: - Spansion Flash S25FL128S connected via QuadSPI - MCC v1 and v2 - Touchscreen with TWR-LCD-RGB (according to Tony) Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6ulevk: Configure machine to use u-boot SPLDaiane Angolini2016-04-191-0/+3
| | | | | | | | | | | | | | 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>
* imx-base.inc: add default tune for VybridStefan Agner2016-04-191-0/+1
| | | | | | | | All Vybrid SoC's use the Cortex-A5 CPU. Add an appropriate default tune for the vf SoC. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Set a default provider for u-boot-mxsboot-nativeOtavio Salvador2016-04-191-0/+2
| | | | | | | | | | | | | The O.S. Systems Embedded Linux provides an alternative version of U-Boot and, for completeness, an alternative recipe for u-boot-mxsboot-native. The provider, in imx-base.inc, had no default thus raising a warning. This turns the u-boot-fslc-mxsboot-native as the default provider but allows custom distributions to override it. Change-Id: I46799f9ec744a074d95c383561cf0cbddb26e151 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4240qds.conf: add missing quotation markZhenhua Luo2016-04-191-1/+1
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Ensure MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT is expandedOtavio Salvador2016-04-191-1/+1
| | | | | | | | | The MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT needs to be expanded and cannot have a default overriden later, otherwise it does not respect the default set in the SoC. Change-Id: I1d90d173603e6ee258f3e05c7a53e576b3b1f552 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx7dsabresd: Use U-Boot FSLC by defaultOtavio Salvador2016-04-191-3/+0
| | | | | | | | The U-Boot 2015.10 adds support for the i.MX7 so we can use it instead of Freescale fork, preferring the mainline code. Change-Id: Ib375f8aa10a482b631eb99d7b5eb86866c87351e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6ulevk: Use U-Boot FSLC by defaultOtavio Salvador2016-04-191-3/+0
| | | | | | | | 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>
* imx-base.inc: Drop explicit 'ext4' filesystem from IMAGE_FSTYPESOtavio Salvador2016-04-191-2/+2
| | | | | | | | | The 'ext4' filesystem is automatically included as dependency of the SDCard image, so we can avoid this duplication in the IMAGE_FSTYPES variable. Change-Id: I235e2478845a4e394bbacd42d2e6e8170d1d4ce0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move mxs-base.inc contents to imx-base.incOtavio Salvador2016-04-194-45/+13
| | | | | | | | | | | | | | The consolidation of all i.MX related base settings allows a more global view of the settings in place. One of the reasons for this patch is the fragmentation caused by i.MX23 and i.MX28 SoCs using mxs-base.inc. The changes needed to get i.MX23 and i.MX28 SoCs working have been included in imx-base.inc file already and some values required rework to apply to specific SoC families to avoid regressions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc, mxs-base.inc: Use ext4 filesystem for images as defaultOtavio Salvador2016-04-192-4/+4
| | | | | | | The ext4 is now the default for images in OpenEmbedded-Core, we now follow this change for all i.MX reference boards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc, mxs-base.inc: Change default image to sdcard.gzOtavio Salvador2016-04-192-2/+2
| | | | | | | | | | Replace .sdcard image to sdcard.gz image as a default image type for all machines. The SDCard class has the feature of compress the generated .sdcard image. It can be used to ease the exchange of this image among developers or machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc, mxs-base.inc: Stop generating tar.bz2 image tarball by defaultOtavio Salvador2016-04-192-2/+2
| | | | | | | | | | The tar.bz2 is useful for people using NFS or generating the SD card image byhand, those can enable this in the board file or in the local.conf when needed. By default the SD card image should be the only image built as it is the most commonly used one for initial development. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: Consolidate IMAGE_FSTYPES definitionOtavio Salvador2016-04-193-6/+3
| | | | | | | | | | | | The default value for IMAGE_FSTYPES including SDCard class enable all machine to work out of the box using the .sdcard image. The removed duplication affected the following machines: - imx23evk - imx28evk Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Enable Vivante kernel driver dynamic providerOtavio Salvador2016-04-191-0/+12
| | | | | | | | | | The linux-imx.inc based kernels now can dynamically provide the Vivante kernel driver and satisfy the runtime dependency added for the Vivante GPU user space libraries. The beauty of this solution is that it makes ease for 3rd party kernel to reuse the same infrastructure and use the external module easily. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* adjust MACHINEOVERRIDES orderingTing Liu2016-04-197-7/+7
| | | | | | | | | | | | | | | | FILESPATH is in part built by using MACHINEOVERRIDES and the path is built working right to left. Use =. instead of .= to prepend (e6500-64b:qoriq-ppc) to (soc:board). Take t2080rdb-64b as example, change from: FILESOVERRIDES="powerpc64:t2:t2080:t2080rdb-64b:qoriq-ppc:e6500-64b:poky" MACHINEOVERRIDES="t2:t2080:t2080rdb-64b:qoriq-ppc:e6500-64b" To: FILESOVERRIDES="powerpc64:e6500-64b:qoriq-ppc:t2:t2080:t2080rdb-64b:poky" MACHINEOVERRIDES="e6500-64b:qoriq-ppc:t2:t2080:t2080rdb-64b" Signed-off-by: Ting Liu <ting.liu@freescale.com>
* imx-base: Add firmware-epdc to mx6dl, mx6sl and mx7 SoC familiesLauren Post2016-04-191-1/+3
| | | | | | | | EPDC firmware was previously in kernel and is being moved to support conditional installs based on hardware that supports it. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* twr-vf65gs10: Use IMAGE_FSTYPES setting from imx-base.incOtavio Salvador2016-04-191-3/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Rework i.MX6 UltraLite support to not use other i.MX6 codeOtavio Salvador2016-04-191-1/+1
| | | | | | | | | | | | | | 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>
* t4240rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4240qds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t2080rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t2080qds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1042d4rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1040d4rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t1024rdb(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p5040ds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p5020ds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p4080ds: define HV_CFG_M in machine confZhenhua Luo2016-04-191-0/+2
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p3041ds: define HV_CFG_M in machine confZhenhua Luo2016-04-191-0/+2
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* p2041rdb: define HV_CFG_M in machine confZhenhua Luo2016-04-191-0/+2
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* b4860qds(-64b): define HV_CFG_M in machine confZhenhua Luo2016-04-192-0/+4
| | | | | | | HV_CFG_M defines the path of hv-cfg devicetree binary. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ipc-ust: move SOC specific variables to qoriq-base.incZhenhua Luo2016-04-191-0/+4
| | | | | | | | * Add IPC_UST_SOC variables in qoriq-base.inc to define SOC type for ipc-ust * Use IPC_UST_SOC in ipc-ust bb file Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4240rdb(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4240qds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t4160qds(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* t2080rdb(-64b): define the u-boot source binary name of NAND, SPI and SDZhenhua Luo2016-04-192-0/+8
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>