commit | eee52dac2c3e6b7c9ac51624c6200d2201e65bc2 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Fri Nov 01 15:58:28 2024 +0100 |
committer | Jens Wiklander <jens.wiklander@linaro.org> | Tue Nov 19 12:50:10 2024 +0100 |
tree | 2877da611715ff7705e36d549e7c952f58bdfba0 | |
parent | 1b1b40a941b62a845e57ca8d2bf754396b1b5dcb [diff] |
fix(qemu): fix EL3-SPMC data store alignment With PLAT=qemu, the EL3-SPMC data store is provided as an array of uint8_t and implicitly with a 1 byte alignment. But the way the data store is used it must have a larger alignment, so change to double-word alignment for maximum compatibility. Change-Id: I4e9b901889078fee4b87f8333257bdc076386572 Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>