Skip to content

Commit 6f61121

Browse files
wearyzenkartben
authored andcommitted
modules: hal_ethos_u: Update to latest Ethos-U rev
What is changed? Added config for Ethos-U85 and, the module `hal_ethos_u` now points to the latest revision which has support for Arm Ethos-U85 NPU. Why do we need this change? This will help in validating the NPU when we add support for FVP testing for Ethos-U85. Signed-off-by: Sudan Landge <[email protected]>
1 parent 3f6d78c commit 6f61121

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

modules/hal_ethos_u/Kconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ config ARM_ETHOS_U65_256
2626
bool "using Ethos-U65 with 256 macs"
2727
config ARM_ETHOS_U65_512
2828
bool "using Ethos-U65 with 512 macs"
29+
config ARM_ETHOS_U85_128
30+
bool "using Ethos-U85 with 128 macs"
31+
config ARM_ETHOS_U85_256
32+
bool "using Ethos-U85 with 256 macs"
33+
config ARM_ETHOS_U85_512
34+
bool "using Ethos-U85 with 512 macs"
35+
config ARM_ETHOS_U85_1024
36+
bool "using Ethos-U85 with 1024 macs"
37+
config ARM_ETHOS_U85_2048
38+
bool "using Ethos-U85 with 2048 macs"
2939
endchoice
3040
endmenu
3141

@@ -37,6 +47,11 @@ config ARM_ETHOS_U_NPU_NAME
3747
default "ethos-u65-128" if ARM_ETHOS_U65_128
3848
default "ethos-u65-256" if ARM_ETHOS_U65_256
3949
default "ethos-u65-512" if ARM_ETHOS_U65_512
50+
default "ethos-u85-128" if ARM_ETHOS_U85_128
51+
default "ethos-u85-256" if ARM_ETHOS_U85_256
52+
default "ethos-u85-512" if ARM_ETHOS_U85_512
53+
default "ethos-u85-1024" if ARM_ETHOS_U85_1024
54+
default "ethos-u85-2048" if ARM_ETHOS_U85_2048
4055
help
4156
Name of the used Arm NPU
4257

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ manifest:
168168
groups:
169169
- hal
170170
- name: hal_ethos_u
171-
revision: 8e2cf756b474eff9a32a9bdf1775d9620f1eadcf
171+
revision: 50ddffca1cc700112f25ad9bc077915a0355ee5d
172172
path: modules/hal/ethos_u
173173
groups:
174174
- hal

0 commit comments

Comments
 (0)