summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx93-evk.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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>