Home
last modified time | relevance | path

Searched hist:"6 ee9f66689c712fa8783785e9e7f2964bcf136e9" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/arch/arm/plat-vexpress/
H A Dconf.mk6ee9f66689c712fa8783785e9e7f2964bcf136e9 Tue Aug 11 06:59:54 UTC 2020 Jens Wiklander <jens.wiklander@linaro.org> core: juno: update 808870 Unconditional VLDM workaround

With the commit be3bc461c686 ("ta: experimental C++ support") we have
some C++ tests in the regression tests which depends on libraries in the
toolchain with hard float enabled. To be able to compile the regression
tests hard float cannot be disabled. Disabling hard float was our
original workaround for this erratum. Another way to avoid the erratum
is to disable strict alignment checks. So unless
CFG_SCTLR_ALIGNMENT_CHECK isn't explicitly set to 'y' force it to 'n'
instead.

Fixes: be3bc461c686 ("ta: experimental C++ support")
Acked-by: Jerome Forissier <jerome@forissier.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>