mcore-demos: Update to 6.6.3-1.1.0

Update M-core demos to be aligned to the NXP BSP LF6.6.3-1.0.0
release.

Changes:
- i.MX95: add (m7 2.15.000)
- i.MX93: update (m33 2.14.2 -> 2.15.000

Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
This commit is contained in:
Oleksandr Suvorov 2024-04-21 23:46:09 +03:00
parent 4ad6bdb14c
commit 01398c0e9c
6 changed files with 27 additions and 18 deletions

View File

@ -7,7 +7,8 @@ The M4 demo app version of each SoCs are followed:
The M7 demo app version of each SoCs are followed:
* 2.14.0 -- i.MX 8MNULite, 8MN
* 2.14.1 -- i.MX 8MP
* 2.15.000 -- i.MX95
The M33 demo app version of each SoCs are followed:
* 2.14.1 -- i.MX 8ULP
* 2.14.2 -- i.MX 93
* 2.15.000 -- i.MX 93

View File

@ -3,13 +3,9 @@
require imx-mcore-demos.inc
LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
LIC_FILES_CHKSUM:mx8ulp-nxp-bsp = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
SRC_URI[imx8ulp.md5sum] = "6a1d2b904255ad2b514a234e6282209f"
SRC_URI[imx8ulp.sha256sum] = "eb8710c31dd58e23ed50653a1b90106e78776a1062abea2a16139cf371828a5a"
SRC_URI[imx93.md5sum] = "6c48e178dd3ddb95151f1eeade984a21"
SRC_URI[imx93.sha256sum] = "0848b5055ca693badd5ee923347fcebcac04e8aade22a4f26441669ef653eb01"
COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx93-nxp-bsp)"
COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp)"

View File

@ -1,12 +0,0 @@
# Copyright 2023 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
require imx-mcore-demos.inc
LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=2827219e81f28aba7c6a569f7c437fa7"
SRC_URI[imx93.md5sum] = "3f420c28fdc159ecd5148a931a5ff02c"
SRC_URI[imx93.sha256sum] = "31f6e8b08edb677614e65b11bbcc796218691fe746b84ec2503b8a5060d69ef2"
COMPATIBLE_MACHINE = "(mx93-nxp-bsp)"

View File

@ -0,0 +1,11 @@
# Copyright 2023 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
require imx-mcore-demos.inc
LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=44a8052c384584ba09077e85a3d1654f"
SRC_URI[imx93.md5sum] = "2fad663ff63d273a2cb775e06db9eedc"
SRC_URI[imx93.sha256sum] = "257066cbd57add127fae15da72f12f1cf6a847ff300e7b4ac63f507693898dfa"
COMPATIBLE_MACHINE = "(mx93-nxp-bsp)"

View File

@ -0,0 +1,11 @@
# Copyright 2023 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
require imx-mcore-demos.inc
LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=44a8052c384584ba09077e85a3d1654f"
SRC_URI[imx95.md5sum] = "572b54c7255faa020612261462bdd96b"
SRC_URI[imx95.sha256sum] = "118ea2248d7fd8a48412855fc19ff6f37f4e09e6d387dfdd458bb9a19d6192c6"
COMPATIBLE_MACHINE = "(mx95-nxp-bsp)"

View File

@ -21,6 +21,7 @@ SOC:mx8qxp-nxp-bsp = "imx8qx"
SOC:mx8dx-nxp-bsp = "imx8qx"
SOC:mx8ulp-nxp-bsp = "imx8ulp"
SOC:mx93-nxp-bsp = "imx93"
SOC:mx95-nxp-bsp = "imx95"
MCORE_TYPE ?= "m4"
MCORE_TYPE:mx8mn-nxp-bsp = "m7"
@ -29,6 +30,7 @@ MCORE_TYPE:mx8mp-nxp-bsp = "m7"
MCORE_TYPE:mx8mpul-nxp-bsp = "m7"
MCORE_TYPE:mx8ulp-nxp-bsp = "m33"
MCORE_TYPE:mx93-nxp-bsp = "m33"
MCORE_TYPE:mx95-nxp-bsp = "m7"
SRC_URI = "${FSL_MIRROR}/${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true"