feat: add support for partition lifecycle support fields
This patch adds support for parsing lifecycle fields specified by
partitions in respective manifests:
- `lifecycle-support`
- `abort-action`
Change-Id: I5e25bede1cd90be108255acd3a2855567c5e43b4
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
diff --git a/inc/hf/manifest.h b/inc/hf/manifest.h
index ba29930..7be2715 100644
--- a/inc/hf/manifest.h
+++ b/inc/hf/manifest.h
@@ -95,6 +95,8 @@
MANIFEST_ERROR_DMA_ACCESS_PERMISSIONS_OVERFLOW,
MANIFEST_ERROR_DMA_DEVICE_OVERFLOW,
MANIFEST_ERROR_VM_AVAILABILITY_MESSAGE_INVALID,
+ MANIFEST_ERROR_ILLEGAL_LIFECYCLE_SUPPORT,
+ MANIFEST_ERROR_ILLEGAL_ABORT_ACTION,
};
enum manifest_return_code manifest_init(struct mm_stage1_locked stage1_locked,