The 'memset/memcpy' implementation is almost the same between SPM and
Secure Partition, make the implementation as shared sources.
Provide a chance for SPM renaming it to avoid symbol name conflict
in high-level isolations:
- SPM uses 'spm_memset' and 'spm_memcpy'.
- Partition uses 'memset' and 'memcpy'.