From 01334f974f75d5ce405571095fc888c8ed7846d4 Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Fri, 12 Aug 2022 11:53:45 +0100 Subject: =?UTF-8?q?MLECO-3319:=20Documentation=20updates=20for=20Arm=C2=AE?= =?UTF-8?q?=20Corstone=E2=84=A2-310.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Maksims Svecovs Change-Id: I66a87060d8d47ce2580aa15f3908be20162eab54 --- source/hal/source/platform/mps3/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source') 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() -- cgit v1.2.1