services/spm_deprecated: disable alignment checking for S-EL0
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 3 Jan 2019 11:03:49 +0000 (12:03 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 15 Jan 2019 16:51:21 +0000 (17:51 +0100)
commit021318dffb551a0222c0eb5fc23f2d04b8e601ac
treeb4d87704a6d110721642fd5f0f2d33d931dfe212
parentc024ea6cd2b18487629dfc38707615bedd42901c
services/spm_deprecated: disable alignment checking for S-EL0

Permit unaligned accesses while executing the secure partition
payload, so that we don't have to modify existing code that we
will host there. (The UEFI spec explicitly permits unaligned
accesses)

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
services/std_svc/spm_deprecated/spm_setup.c