aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mmevk.conf
AgeCommit message (Collapse)Author
2020-09-23u-boot-imx: upgrade to imx_v2020.04_5.4.24_2.1.0Andrey Zhizhikin
Drop patch appplied upstream, remove additional install step which is handled by imx-boot recipe. Update u-boot dtb names in machine description files, upstream U-Boot from NXP has DTB files renamed. Upgrade u-boot-imx-tools and u-boot-imx-mfgtool to 2020.04 as well to match u-boot-imx recipe. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.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-07-07Revert "imx8*.conf: remove fsl- from UBOOT_DTB_NAME"Otavio Salvador
This reverts commit c1b638305c1ebf5d05abc3b1a211e99710b795ab. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I3df2ae0f5113d3bb9bb9a09f92f57f65211f0fc5
2020-06-26imx8*.conf: remove fsl- from UBOOT_DTB_NAMEantznin
Signed-off-by: Antonin Godard <agodard@witekio.com>
2020-04-16imx8m[m,n]evk.conf: update dtb references for kernel 5.4Andrey Zhizhikin
Update DTB file names as they were renamed in the kernel tree. For imx8mmevk machine the M4 DTB was removed from the list as it was dropped from the kernel source tree. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.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>
2020-01-07imx8mmevk.conf: Drop QCA6174 support for Kernel 4.19 and laterCristinel Panfir
- QCA9337 will still support for i.MX 8MM boards. - Exclude QCA6174 from i.MX 8MM image build. 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-19mx8mm: use cortexa53-crypto tune for imx8m mini per defaultAndrey Zhizhikin
Current implementation of i.MX8M Mini is utilizing generic aarch64 tune (arch-arm64) provided from OE meta layer. According to IMX8MMRM [1] this CPU contains Cortex-A53 cores, so this commit sets a default tune to cortexa53-crypto. Note, that according to [1] ARM Crypto extensions are supported, therefore it is beneficial to set the tune to -crypto, as this also enables NEON and VFP support in GCC (via -march and -mcpu feature modifiers, see [2]). [1]: https://www.nxp.com/webapp/Download?colCode=IMX8MMRM [2]: https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html#aarch64-feature-modifiers Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2019-05-05imx8mmevk.conf, imx8mqevk.conf: drop adding m4 demos do the boot partitionMax Krummenacher
The recipe which builds or injects the m4 binaries does not yet exist. Due to the following this did not error out in the image-wic task: With the change to wic the used oe variable names changed. IMAGE_BOOT_FILES now has an additonal '_'. WKS_FILE_DEPENDS_append can be used to add dependencies needed before the wks file gets created. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.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-29meta: drop imx-m4-demos referencsMing Liu
There is not a imx-m4-demos recipe at all, drop its references. They could be added back once the recipe is added. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
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>
2018-12-13imx8mmevk.conf: Remove redundant MACHINE_SOCARCH_FILTER settingTom Hochstein
Settings are already made in conf/machine/include/imx-base.inc. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2018-12-13imx8mmevk.conf: Add mx8m to MACHINE_OVERRIDES hierarchyTom Hochstein
There is commonality between 8M and 8M Mini, so add a new machine override to the hierarchy. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2018-10-06imx8mmevk.conf/imx-base.inc: Add i.MX 8MM EVK supportYuqing Zhu
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>