Skip to content

Commit 76f514e

Browse files
JiafeiPanaescolar
authored andcommitted
boards: nxp mpu: update supported features and fix ram size
Updated imx8mm/n/p and imx93 Cortex-A Core supported features in board yaml file, and also fixed ram size for the board. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 1c18076 commit 76f514e

File tree

7 files changed

+20
-11
lines changed

7 files changed

+20
-11
lines changed

boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ arch: arm64
1111
toolchain:
1212
- zephyr
1313
- cross-compile
14-
ram: 128
14+
ram: 1024
15+
supported:
16+
- uart
17+
- net
1518
testing:
1619
ignore_tags:
17-
- net
1820
- bluetooth
1921
vendor: nxp

boards/nxp/imx8mm_evk/imx8mm_evk_mimx8mm6_a53_smp.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ arch: arm64
1111
toolchain:
1212
- zephyr
1313
- cross-compile
14-
ram: 128
14+
ram: 1024
1515
supported:
1616
- smp
17+
- uart
18+
- net
1719
testing:
1820
ignore_tags:
19-
- net
2021
- bluetooth
2122
vendor: nxp

boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ toolchain:
1212
- zephyr
1313
- cross-compile
1414
ram: 1024
15+
supported:
16+
- uart
17+
- net
1518
testing:
1619
ignore_tags:
17-
- net
1820
- bluetooth
1921
vendor: nxp

boards/nxp/imx8mn_evk/imx8mn_evk_mimx8mn6_a53_smp.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ toolchain:
1414
ram: 1024
1515
supported:
1616
- smp
17+
- uart
18+
- net
1719
testing:
1820
ignore_tags:
19-
- net
2021
- bluetooth
2122
vendor: nxp

boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ arch: arm64
1111
toolchain:
1212
- zephyr
1313
- cross-compile
14-
ram: 128
14+
ram: 1024
15+
supported:
16+
- uart
17+
- net
1518
testing:
1619
ignore_tags:
17-
- net
1820
- bluetooth
1921
vendor: nxp

boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53_smp.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ arch: arm64
1111
toolchain:
1212
- zephyr
1313
- cross-compile
14-
ram: 128
14+
ram: 1024
1515
supported:
1616
- smp
17+
- uart
18+
- net
1719
testing:
1820
ignore_tags:
19-
- net
2021
- bluetooth
2122
vendor: nxp

boards/nxp/imx93_evk/imx93_evk_mimx9352_a55.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ supported:
1818
- i2c
1919
- spi
2020
- can
21+
- net
2122
testing:
2223
ignore_tags:
23-
- net
2424
- bluetooth
2525
vendor: nxp

0 commit comments

Comments
 (0)