summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2022-08-12 11:53:45 +0100
committerMaksims Svecovs <maksims.svecovs@arm.com>2022-08-16 10:24:39 +0000
commit01334f974f75d5ce405571095fc888c8ed7846d4 (patch)
treea6190f6ec4f2e634da79ede9a5bbe1cf5f99c66e /source
parentd9bb3cf4fcc0c96bb9f6e9920eff18bf04d92258 (diff)
downloadml-embedded-evaluation-kit-01334f974f75d5ce405571095fc888c8ed7846d4.tar.gz
MLECO-3319: Documentation updates for Arm® Corstone™-310.
Documentation updates around use of Arm® Corstone™-310 AVH, especially in terms of use of timing adapters (TA). Also, use of TA's is forced off for SSE-310 subsystem's CMake configuration. Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com> Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com> Change-Id: I66a87060d8d47ce2580aa15f3908be20162eab54
Diffstat (limited to 'source')
-rw-r--r--source/hal/source/platform/mps3/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/hal/source/platform/mps3/CMakeLists.txt b/source/hal/source/platform/mps3/CMakeLists.txt
index 57394f4..c51062f 100644
--- a/source/hal/source/platform/mps3/CMakeLists.txt
+++ b/source/hal/source/platform/mps3/CMakeLists.txt
@@ -59,8 +59,7 @@ if (TARGET_SUBSYSTEM STREQUAL sse-310)
set(ETHOS_U_PRIV_ENABLED "1" CACHE STRING "Ethos-U NPU Privilege enable")
if (ETHOS_U_NPU_TIMING_ADAPTER_ENABLED)
- set(TA0_BASE "0x58103000" CACHE STRING "Ethos-U NPU timing adapter 0")
- set(TA1_BASE "0x58103200" CACHE STRING "Ethos-U NPU timing adapter 1")
+ message(FATAL_ERROR "Timing adapter support should be disabled for ${TARGET_SUBSYSTEM}")
endif()
endif()