summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx93-evk.inc
Commit message (Collapse)AuthorAgeFilesLines
* imx93-evk.inc: Add IMXBOOT_TARGETS for Glitch Detection (GDET)Tom Hochstein2025-06-101-1/+6
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx93-evk.inc: ReworkTom Hochstein2025-06-101-2/+9
| | | | | | | | - Consolidate UBOOT_CONFIG and IMXBOOT_TARGETS setting in .inc - Drop UBOOT_CONFIG 'ld' which is not supported - Facilitate easy override of IMXBOOT_TARGETS types Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* include/imx93-evk: Add new MACHINE_FEATURES on imx93 machinesRodrigo M. Duarte2025-05-141-1/+1
| | | | | | | | | This commit add new MACHINE_FEATURES to following machines: imx93-9x9-lpddr4-qsp imx93-11x11-lpddr4x-evk imx93-14x14-lpddr4x-evk Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* include/imx93-evk: Append ethos-u-firmware on MACHINE_FIRMWARERodrigo M. Duarte2025-05-141-0/+2
| | | | Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
* imx93-evk.inc: Change MACHINEOVERRIDES orderDaiane Angolini2024-01-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | After [1] the MACHINEOVERRIDES for imx93 based machines became: MACHINEOVERRIDES="imx-generic-bsp:imx-nxp-bsp:imxdrm:imxpxp:mx9-generic-bsp: mx9-nxp-bsp:mx93-generic-bsp:mx93-nxp-bsp:aarch64:armv8-2a: use-nxp-bsp:imx93-11x11-lpddr4x-evk" which is different from what we had before. It impacts how some recipes are choosen, for example u-boot. After this patch, the MACHINEOVERRIDES goes back to what we had before. Just like the following: MACHINEOVERRIDES="aarch64:armv8-2a:use-nxp-bsp:imx-generic-bsp:imx-nxp-bsp: imxdrm:imxpxp:mx9-generic-bsp:mx9-nxp-bsp:mx93-generic-bsp: mx93-nxp-bsp:imx93-11x11-lpddr4x-evk" [1] https://github.com/Freescale/meta-freescale/pull/1714 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* imx93: rearrange repeated overridesJoao Marcos Costa2023-12-281-0/+1
| | | | | | | | The three machines require imx93-evk.inc, and the mx93 override is common to all of them, so it can be moved to imx93-evk.inc to avoid repetition. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
* imx93-evk: use correct name for the iw612 machine featureRicardo Salveti2023-07-221-1/+1
| | | | | | | imx-base.inc uses nxpiw612-sdio instead of iw612 when adding the relevant firmware packages. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* imx93-evk: Add the common file for the i.MX 93 machinesDaiane Angolini2023-02-141-0/+37
It is based on 5.15.71_2.2.0 NXP BSP release. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>