summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8qxpmek.conf
Commit message (Collapse)AuthorAgeFilesLines
* imx8qxp-mek.conf: Rework 8QXP MEK to capture commonalityTom Hochstein2021-01-211-89/+0
| | | | | | | | | | | The 8QuadXPlus and 8DualXPlus are identical except for core number, and the Multisensory Environment Kit board for each is the same. Rework the configuration to better capture the commonality. Also, rename the machine to match the devicetree name, which also improves readability. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8qxpmek: Add PCI, OP-TEE, Broadcom WiFi, and device treesTom Hochstein2021-01-211-10/+32
| | | | | | | | | | | | | Fix missing pci support. Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc. Enable Broadcom 4356, 4359, and 43455 WiFi modules. Add device trees for PCIE EP, lcdif, and rpmsg. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-mkimage: allow to be used with mainline bsp for all mx8 machinesGary Bisson2020-12-301-0/+1
| | | | Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
* imx-atf: allow to be used with mainline bsp for all mx8 machinesGary Bisson2020-12-301-0/+3
| | | | | | That way all platforms are setup the same way. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
* imx8*: Drop unused IMAGE_BOOTLOADEROtavio Salvador2020-09-041-1/+0
| | | | | | | The variable is unused and thus we should drop it completely. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I3b2afe47c364dda6f928c93f75524bfec90a2131
* machine: imx[6,7,8]: update dtb references for 5.4 kernelAndrey Zhizhikin2020-04-161-9/+19
| | | | | | | | | | | | | | | | | | Updated kernel has some DTS files added and some dropped for various i.MX derivatives. Those should be aligned with respective machines in order to deliver proper DTB files, and do not fail the build for those are missing. Device tree files listed in respective machines are those only present in updated 5.4 kernel release from NXP. Derivatives, which relied on those device trees that are discarded from the new kernel release should backport their respective files onto that update. In other words: if after this update the DTS file used for the HW happens to be missing - it should be manually added for that HW, since the default version is no longer provided by NXP in their updated kernel tree. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* mx8qxp: Use cortexa35-crypto tuning for i.MX 8 QXP defaultTom Hochstein2020-04-151-1/+1
| | | | | | | The i.MX 8QXP has Cortex-A35 cores plus Crypto extensions, so enable them by default. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Finally fix the mainline BSP vs NXP BSP dynamic changeOtavio Salvador2020-04-151-0/+2
| | | | | | | | | | We cannot change the default BSP based on SoC as we trim out those when moving to the mainline BSP. For this reason, we moved the i.MX8 forced setting to our respective machines as they lack mainline BSP support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx8qxpmek.conf: Remove redundant fsl-imx8qxp-mek-ov5640-rpmsg.dtbCristinel Panfir2019-12-031-2/+2
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* machine: Remove unused variables BOOT_SPACE and SDCARD_ROOTFSTom Hochstein2019-11-061-1/+0
| | | | | | BOOT_SPACE and SDCARD_ROOTFS are no longer used with the move to wic. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Update dtb list for iMX machines.Alexandru Palalau2019-06-271-5/+10
| | | | | | Allign with dtb changes from latest version of linux-imx. Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* imx8qxpmek.conf: Configure imx-bootTom Hochstein2019-06-131-1/+6
| | | | | | Set IMXBOOT_TARGETS to configure imx-boot recipe. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLESMarc Ferland2019-02-081-1/+1
| | | | | | | | | | SERIAL_CONSOLE has been deprecated for a while now (see [1]). This patch fixes the machines that where still using the old variable. [1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mx8: move non soc specific fw out of imx-baseMax Krummenacher2019-01-091-0/+3
| | | | | | | It is unlikely that all future mx8 machines will require ath10k fw. So add it in the specific board configuration and not in imx-base.inc. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx8: machines: silence kernel warningMax Krummenacher2019-01-091-1/+1
| | | | | | | | | | The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base so this include needs to do the same, otherwise bitbake emits a warning and the kernel isn't removed. | WARNING: .../linux-yocto_4.19.bb: Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base (${KERNEL_PACKAGE_NAME}-image) replaces original key RDEPENDS_kernel-base (). Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx8qxpmek.conf: Add 8X family designation to MACHINE_OVERRIDESTom Hochstein2018-12-131-1/+1
| | | | | | Add mx8x to the MACHINE_OVERRIDES hierarchy. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8qxpmek.conf: Add support for i.MX 8QXP MEK boardTom Hochstein2018-09-081-0/+40
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>