All K3 SoCs are Cortex-A53/A72, so arch-armv8a.inc is a more appropriate common base than the very generic arch-arm64.inc. arch-armv8a.inc defaults to enable the CRC extension (DEFAULTTUNE = "armv8a-crc") and allows for easy addition of the ARMv8 crypto extensions by setting the tune to "armv8a-crc-crypto".
Signed-off-by: Matthias Schiffer <[email protected]> --- meta-ti-bsp/conf/machine/include/k3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index a296f64f..140564f7 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc @@ -3,7 +3,7 @@ require conf/machine/include/ti-soc.inc SOC_FAMILY:append = ":k3" -require conf/machine/include/arm/arch-arm64.inc +require conf/machine/include/arm/arch-armv8a.inc require conf/machine/include/ti-bsp.inc -- TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany Amtsgericht München, HRB 105018 Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider https://www.tq-group.com/
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18066): https://lists.yoctoproject.org/g/meta-ti/message/18066 Mute This Topic: https://lists.yoctoproject.org/mt/109573384/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
