aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8qxpmek.conf
AgeCommit message (Collapse)Author
2021-01-21imx8qxp-mek.conf: Rework 8QXP MEK to capture commonalityTom Hochstein
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>
2021-01-21imx8qxpmek: Add PCI, OP-TEE, Broadcom WiFi, and device treesTom Hochstein
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>
2020-12-30imx-mkimage: allow to be used with mainline bsp for all mx8 machinesGary Bisson
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-12-30imx-atf: allow to be used with mainline bsp for all mx8 machinesGary Bisson
That way all platforms are setup the same way. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
2020-09-04imx8*: Drop unused IMAGE_BOOTLOADEROtavio Salvador
The variable is unused and thus we should drop it completely. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I3b2afe47c364dda6f928c93f75524bfec90a2131
2020-04-16machine: imx[6,7,8]: update dtb references for 5.4 kernelAndrey Zhizhikin
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>
2020-04-15mx8qxp: Use cortexa35-crypto tuning for i.MX 8 QXP defaultTom Hochstein
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>
2020-04-15Finally fix the mainline BSP vs NXP BSP dynamic changeOtavio Salvador
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>
2019-12-03imx8qxpmek.conf: Remove redundant fsl-imx8qxp-mek-ov5640-rpmsg.dtbCristinel Panfir
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2019-11-06machine: Remove unused variables BOOT_SPACE and SDCARD_ROOTFSTom Hochstein
BOOT_SPACE and SDCARD_ROOTFS are no longer used with the move to wic. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-06-27Update dtb list for iMX machines.Alexandru Palalau
Allign with dtb changes from latest version of linux-imx. Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
2019-06-13imx8qxpmek.conf: Configure imx-bootTom Hochstein
Set IMXBOOT_TARGETS to configure imx-boot recipe. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-02-08Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLESMarc Ferland
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>
2019-01-09mx8: move non soc specific fw out of imx-baseMax Krummenacher
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>
2019-01-09imx8: machines: silence kernel warningMax Krummenacher
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>
2018-12-13imx8qxpmek.conf: Add 8X family designation to MACHINE_OVERRIDESTom Hochstein
Add mx8x to the MACHINE_OVERRIDES hierarchy. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2018-09-08imx8qxpmek.conf: Add support for i.MX 8QXP MEK boardTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>