commit | af33f109b33c3b68cc6a19d0642712c560836f98 | [log] [tgz] |
---|---|---|
author | Ken Liu <ken.liu@arm.com> | Mon Sep 30 10:45:10 2019 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Thu Oct 24 15:25:55 2019 +0800 |
tree | d483a1134440fc679e648da1b0bf72637eadd75e | |
parent | 74977d2a03e1f08c56354c7ca3a41b882220df7f [diff] |
Core: Move SVC header into 'secure_fw/include' The SVC header 'tfm_svc.h' is an interface between secure-services and the core, not a private header of core. Move it out of 'core/include' and put it under 'secure_fw/include/core' with a new name 'tfm_core_svc.h' to indicate it is a core interface. Change-Id: I98a48d417be9e7a590d263b20a9c8b0a5e954f3e Signed-off-by: Ken Liu <ken.liu@arm.com>