aboutsummaryrefslogtreecommitdiff
path: root/platform/include/tfm_plat_test.h
diff options
context:
space:
mode:
authorShawn Shan <Shawn.Shan@arm.com>2021-09-10 16:26:34 +0800
committerShawn Shan <Shawn.Shan@arm.com>2021-09-17 10:12:17 +0800
commit588764d215f3aac6af966a3e44105d6b83443e86 (patch)
tree793c83c94b6e04dbe39995e34381b4cda8915293 /platform/include/tfm_plat_test.h
parent544b4c8a5b4602c91e46fbccfd8ef1be1d787fc2 (diff)
downloadtrusted-firmware-m-588764d215f3aac6af966a3e44105d6b83443e86.tar.gz
Platform: Remove TFM_PERIPH_ACCESS_TEST
Test_peripheral_access is going to be deprecated, remove TFM_PERIPH_ACCESS_TEST related code in TF-M. Change-Id: I15c26ddf5afacb8d46c929448c6a4718d1e04e7d Signed-off-by: Shawn Shan <Shawn.Shan@arm.com>
Diffstat (limited to 'platform/include/tfm_plat_test.h')
-rw-r--r--platform/include/tfm_plat_test.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/platform/include/tfm_plat_test.h b/platform/include/tfm_plat_test.h
index da41346152..4dfa555dd0 100644
--- a/platform/include/tfm_plat_test.h
+++ b/platform/include/tfm_plat_test.h
@@ -23,30 +23,6 @@ TFM_LINK_SET_RO_IN_PARTITION_SECTION("TFM_SP_CORE_TEST", "PSA-ROT")
void tfm_plat_test_wait_user_button_released(void);
/**
- * \brief Get the status of the LEDs used by tests
- *
- * \return Returns the current status of LEDs
- */
-TFM_LINK_SET_RO_IN_PARTITION_SECTION("TFM_SP_CORE_TEST", "PSA-ROT")
-uint32_t tfm_plat_test_get_led_status(void);
-
-/**
- * \brief Sets the status of the LEDs used by tests
- *
- * \param[in] status The status to be set
- */
-TFM_LINK_SET_RO_IN_PARTITION_SECTION("TFM_SP_CORE_TEST", "PSA-ROT")
-void tfm_plat_test_set_led_status(uint32_t status);
-
-/**
- * \brief Get the mask of the LEDs used for testing
- *
- * \return Returns the mask of the LEDs used for testing
- */
-TFM_LINK_SET_RO_IN_PARTITION_SECTION("TFM_SP_CORE_TEST", "PSA-ROT")
-uint32_t tfm_plat_test_get_userled_mask(void);
-
-/**
* \brief starts Secure timer
*
* Configures a timer to start counting, and generate a timer interrupt after a