On Mon, Dec 09, 2024 at 10:38:56AM +0100, Matthias Schiffer via lists.yoctoproject.org wrote: > On Thu, 2024-11-14 at 15:08 +0100, Matthias Schiffer wrote: > > 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". > > Hi, any comments regarding this patch?
Matthias, We've discussed this couple of weeks ago and decided to make a slightly different change that will also enable your use case as well. Ryan got busy lately with master breakage, so I should probably send the change in for discussion. -- Denys > > 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 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18100): https://lists.yoctoproject.org/g/meta-ti/message/18100 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]] -=-=-=-=-=-=-=-=-=-=-=-
