VHE: Refactor sp_manifest to partition manifest
This patch renames struct sp_manifest to partition_manifest and struct
manifest_vm.sp to partition. ff-a partitions are not necessarily secure
partitions always so partition is more appropriate than using the term
sp.
Signed-off-by: Raghu Krishnamurthy <raghu.ncstate@gmail.com>
Change-Id: I745db3f19a73488a5cf522cf9141989f5483e76a
diff --git a/inc/hf/manifest.h b/inc/hf/manifest.h
index bdf0cb3..0cf6eb4 100644
--- a/inc/hf/manifest.h
+++ b/inc/hf/manifest.h
@@ -106,7 +106,7 @@
/**
* Partition manifest as described in PSA FF-A v1.0 spec section 3.1
*/
-struct sp_manifest {
+struct partition_manifest {
/** PSA-FF-A expected version - mandatory */
uint32_t ffa_version;
/** UUID - mandatory */
@@ -182,7 +182,7 @@
struct string kernel_filename;
struct smc_whitelist smc_whitelist;
bool is_ffa_partition;
- struct sp_manifest sp;
+ struct partition_manifest partition;
union {
/* Properties specific to the primary VM. */