commit | f07f3f16c35beed23772e83453a7c08d0b78ddb8 | [log] [tgz] |
---|---|---|
author | David Hu <david.hu@arm.com> | Tue Apr 06 18:03:33 2021 +0800 |
committer | David Hu <david.hu@arm.com> | Thu Apr 29 08:56:18 2021 +0200 |
tree | ba2fdf5865104d1b272af6db21589ac1047c5bc0 | |
parent | 7c2a744b3712f481b9dc7ab89bcc0ef5cb30f5fa [diff] |
Interface: Remove NS RTOS specific implementation Move NS RTOS related interface code to tf-m-test to decouple TF-M from NS specific implementation. The removed code includes OS wrapper headers and RTOS specific implementation. Export tfm_ns_interface_dispatch() to NS as API to integrate with TF-M NS interface. Add an example of tfm_ns_interface_dispatch() implementation. Change-Id: I9b331c32ac26551bfdbc4996eecd08efc7d7c2c3 Signed-off-by: David Hu <david.hu@arm.com>