diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2020-03-13 14:29:50 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2020-03-13 14:29:50 +0000 |
commit | bb37363bd30f5ccc625f47350d3ae56ddcddb236 (patch) | |
tree | f63e7cf800b9968a834ff2042df31bdbbf948db5 /include | |
parent | 6b354cf351ce5eda87ef4fab5f0ecfcc2522f23f (diff) | |
parent | ac03ac5ebb081678261a52dec4472931c48523e3 (diff) | |
download | platform_external_arm-trusted-firmware-bb37363bd30f5ccc625f47350d3ae56ddcddb236.tar.gz platform_external_arm-trusted-firmware-bb37363bd30f5ccc625f47350d3ae56ddcddb236.tar.bz2 platform_external_arm-trusted-firmware-bb37363bd30f5ccc625f47350d3ae56ddcddb236.zip |
Merge "SPMD: Add support for SPCI_ID_GET" into integration
Diffstat (limited to 'include')
-rw-r--r-- | include/services/spm_core_manifest.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/services/spm_core_manifest.h b/include/services/spm_core_manifest.h index 78748826d..71e6cfbe4 100644 --- a/include/services/spm_core_manifest.h +++ b/include/services/spm_core_manifest.h @@ -43,6 +43,11 @@ typedef struct spm_core_manifest_sect_attribute { */ uint32_t binary_size; + /* + * ID of the SPMD (mandatory) + */ + uint16_t spmc_id; + } spmc_manifest_sect_attribute_t; #endif /* SPMC_MANIFEST_H */ |