Tools: Various refinements on manifest tool
This patch refines the manifest tool:
- Simplify the SID duplication check: only checks if there are
duplications
- Make the 'context' variable as local variable and return it so that
the process_partition_manifests method does not need to return
several varibales
- Move process_stateless_services into process_partition_manifests as
it is part of process_partition_manifests
- Variable renamings
- Some logic simplifications
- Unify the usage of double and single quatations - use single ones in
most of codes as they seem to be used more than double ones.
- Others.
Change-Id: Id41890bb38fa74fcf9075f534e984ac7fdec2c47
Signed-off-by: Kevin Peng <kevin.peng@arm.com>
1 file changed