SPM: Declare explicit width based types in secure_partition_boot_info_t structure
authorSughosh Ganu <sughosh.ganu@arm.com>
Mon, 11 Dec 2017 13:33:19 +0000 (19:03 +0530)
committerSughosh Ganu <sughosh.ganu@arm.com>
Mon, 22 Jan 2018 17:51:22 +0000 (23:21 +0530)
commit6dafcebcf5dedf9822f2d5516cd8df9aed80be54
tree189d563301c4250a048bf5465946e5b6959b7d38
parentc1edcd935deabaa1b7d28c5c56e4674c05b635f2
SPM: Declare explicit width based types in secure_partition_boot_info_t structure

The secure_partition_boot_info_t structure is used to communicate boot
parameters with the StandaloneMM code executing at S-EL0 through a
shared buffer. Certain data types used for members of this structure
are opaque with their size depending on the toolchain being used.

Declare the members of the structure with explicit width based data
types, which would maintain compatibility across toolchains.

Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
include/services/secure_partition.h