summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8qmmek.conf
Commit message (Collapse)AuthorAgeFilesLines
* Revert "mx8qm: Use cortexa72-cortexa53 tune by default"Tom Hochstein2020-04-171-1/+1
| | | | | | | | Support for cortexa72-cortexa53 tuning is not available on zeus. This reverts commit 9d6833f8a2e743c9907e20c8e0a0d46be9f65fd3. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* mx8qm: Use cortexa72-cortexa53 tune by defaultJoshua Watt2020-04-161-1/+1
| | | | | | | | | Use the cortexa72-cortexa53-crypto tune for IMX.8 QuadMax devices instead of the more generic aarch64. Update the QuadMax MEK machine to require the file that provides this tune. Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com> (cherry picked from commit 54115b38b777f09d60847f7ba0ac7796230b3d89)
* 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-10/+14
| | | | | | Allign with dtb changes from latest version of linux-imx. Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
* imx8qmmek.conf: Set the mkimage target for imx-bootTom Hochstein2019-06-131-0/+4
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8qmmek: fix files in the boot partitionMax Krummenacher2019-05-051-2/+2
| | | | | | With the change to wic the used oe variable names changed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.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>
* imx8qmmek.conf: Add support for i.MX 8QM MEK boardTom Hochstein2018-09-081-0/+49
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>