Example: Update example partition
- Add load info and intermedia files to example partition.
- Update the IRQ API from 'tfm_enable_irq' to 'psa_irq_enable'.
- Update the readme file, remove the 'tfm_partition_ipc' attribute.
Signed-off-by: Shawn Shan <Shawn.Shan@arm.com>
Change-Id: I426936b2b625b66a302c5b429c800ae8512642d9
diff --git a/example_partition/tfm_example_partition_readme.rst b/example_partition/tfm_example_partition_readme.rst
index 571161a..416ee7f 100644
--- a/example_partition/tfm_example_partition_readme.rst
+++ b/example_partition/tfm_example_partition_readme.rst
@@ -2,8 +2,8 @@
TF-M Example Partition - Readme
###############################
The TF-M example partition is a simple secure partition implementation provided
-to aid development of new secure partitions. It implements one RoT Service and
-one interrupt handler.
+to aid development of new secure partitions. It implements one App RoT Service
+and one interrupt handler.
********************************
How to run the example partition
@@ -25,7 +25,6 @@
"name": "TF-M Example Partition",
"short_name": "TFM_SP_EXAMPLE",
"manifest": "secure_fw/partitions/example_partition/tfm_example_partition.yaml",
- "tfm_partition_ipc": true,
"conditional": "TFM_PARTITION_EXAMPLE",
"version_major": 0,
"version_minor": 1,