Hi TI Team,
We noticed that for the AM57xx EVM the following TUNE options are configured for the SDK (06 latest):
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
Since the AM5708 uses a single Cortex-A15 (http://www.ti.com/processors/sitara-arm/am5x-cortex-a15/overview.html) we thought in order of performance to use cortex-a15 tune options which resolve for Yocto/open-embedded into:
TUNE_FEATURES = "arm armv7ve vfp neon callconvention-hard cortexa15"
The problem is that with these TUNE features Valgrind doens't work (output doesn't make sense), further we don't notice any difference.
Question:
Why do you use the generic armv7 tune options in the SDK rather than the cortex-a15 tune options?
have you considered cortex-a15 tune options or tested with it?