Skip to content
Commit 6dafcebc authored by sughoshg's avatar sughoshg
Browse files

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: sughoshg's avatarSughosh Ganu <sughosh.ganu@arm.com>
parent c1edcd93
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment