aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlamy Liu <alamy.liu@cypress.com>2019-11-21 13:17:58 -0800
committerDavid Hu <david.hu@arm.com>2020-01-21 08:14:58 +0000
commitd33851fddfe440e7ea8f09f4a259570c05cd5b63 (patch)
tree1b69931e24af25c2981f934f4dd13d4c636870cc
parente9894d9f11db98388abc19c1e7d734d0fdfcc68c (diff)
downloadtrusted-firmware-m-d33851fddfe440e7ea8f09f4a259570c05cd5b63.tar.gz
Platform: PSoC64: S-IRQ: compile TCPWM Counter driver
Use TCPWM as timer to be used by Secure IRQ Change-Id: Ib61b1e82289edd19d858713472dba0be343185b8 Signed-off-by: Alamy Liu <alamy.liu@cypress.com>
-rw-r--r--platform/ext/psoc64.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/ext/psoc64.cmake b/platform/ext/psoc64.cmake
index 9d79a57517..0ea469464e 100644
--- a/platform/ext/psoc64.cmake
+++ b/platform/ext/psoc64.cmake
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
-# Copyright (c) 2019, Cypress Semiconductor Corporation. All rights reserved.
+# Copyright (c) 2019-2020, Cypress Semiconductor Corporation. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -132,6 +132,7 @@ elseif(BUILD_NATIVE_DRIVERS)
list(APPEND ALL_SRC_C "${PLATFORM_DIR}/target/cypress/psoc64/Native_Driver/source/cy_syslib.c")
list(APPEND ALL_SRC_C "${PLATFORM_DIR}/target/cypress/psoc64/Native_Driver/source/cy_syspm.c")
list(APPEND ALL_SRC_C "${PLATFORM_DIR}/target/cypress/psoc64/Native_Driver/source/cy_systick.c")
+ list(APPEND ALL_SRC_C "${PLATFORM_DIR}/target/cypress/psoc64/Native_Driver/source/cy_tcpwm_counter.c")
list(APPEND ALL_SRC_C "${PLATFORM_DIR}/target/cypress/psoc64/Native_Driver/source/cy_trigmux.c")
list(APPEND ALL_SRC_C "${PLATFORM_DIR}/target/cypress/psoc64/Native_Driver/source/cy_wdt.c")
list(APPEND ALL_SRC_C "${PLATFORM_DIR}/target/cypress/psoc64/Native_Driver/generated_source/cycfg.c")