modules: ethos_u: arm: update for MPS4
Update support for MPS4 which has default 256 MACs as per FVP. Signed-off-by: Sudan Landge <sudan.landge@arm.com>
This commit is contained in:
parent
5a3c4941a2
commit
97c501f0f3
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-FileCopyrightText: <text>Copyright 2021-2022, 2024 Arm Limited and/or its
|
# SPDX-FileCopyrightText: <text>Copyright 2021-2022, 2024-2025 Arm Limited and/or its
|
||||||
# affiliates <open-source-office@arm.com></text>
|
# affiliates <open-source-office@arm.com></text>
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
@ -13,7 +13,8 @@ if ARM_ETHOS_U
|
||||||
menu "Arm Ethos-U NPU configuration"
|
menu "Arm Ethos-U NPU configuration"
|
||||||
choice ARM_ETHOS_U_NPU_CONFIG
|
choice ARM_ETHOS_U_NPU_CONFIG
|
||||||
prompt "Arm Ethos-U NPU configuration"
|
prompt "Arm Ethos-U NPU configuration"
|
||||||
default ARM_ETHOS_U55_128
|
default ARM_ETHOS_U55_128 if SOC_SERIES_MPS3
|
||||||
|
default ARM_ETHOS_U85_256 if SOC_SERIES_MPS4
|
||||||
config ARM_ETHOS_U55_64
|
config ARM_ETHOS_U55_64
|
||||||
bool "using Ethos-U55 with 64 macs"
|
bool "using Ethos-U55 with 64 macs"
|
||||||
config ARM_ETHOS_U55_128
|
config ARM_ETHOS_U55_128
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Copyright (c) 2019, 2020 Linaro Limited
|
# Copyright (c) 2019, 2020 Linaro Limited
|
||||||
# Copyright (c) 2020, 2021 Nordic Semiconductor ASA
|
# Copyright (c) 2020, 2021 Nordic Semiconductor ASA
|
||||||
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
# Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
|
config ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
|
||||||
|
@ -333,7 +333,7 @@ endchoice
|
||||||
|
|
||||||
config TFM_ETHOS_DRIVER_PATH_LOCAL
|
config TFM_ETHOS_DRIVER_PATH_LOCAL
|
||||||
string "Path to a locally available Ethos-U driver or an empty string"
|
string "Path to a locally available Ethos-U driver or an empty string"
|
||||||
depends on SOC_SERIES_MPS3
|
depends on SOC_SERIES_MPS3 || SOC_SERIES_MPS4
|
||||||
default "${ZEPHYR_HAL_ETHOS_U_MODULE_DIR}"
|
default "${ZEPHYR_HAL_ETHOS_U_MODULE_DIR}"
|
||||||
help
|
help
|
||||||
Path to a locally available Ethos-U driver to be used for TF-M builds or
|
Path to a locally available Ethos-U driver to be used for TF-M builds or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue