]> code.ossystems Code Review - openembedded-core.git/commit
tune-cortexa72: remove crypto for the default cortex-a72
authorJagadeesh Krishnanjanappa <workjagadeesh@gmail.com>
Sun, 16 Jan 2022 14:49:07 +0000 (22:49 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 25 Jan 2022 14:06:33 +0000 (22:06 +0800)
commitee249ca4d5020c16100e07ee1b5974237de29e29
treef67a9bd9ef484a2b3514e945e9fa504b85dee012
parent155c238d340fdc82420ba9f367cb23014c78b705
tune-cortexa72: remove crypto for the default cortex-a72

The cryptographic unit is optional for the Cortex-A72, but it was
included by default previously.  This breaks building systems that
lack this functionality when using tune-cortexa72.inc.

To correct this, add a crypto entry in the tune file.  Since CRC is
optional for ARMv8.0, do the same thing while we're at it.

For platforms that had been happily using tune-cortexa72.inc, a slight
degradation of performance will occur using the default.  To correct
this, simply add:
DEFAULTTUNE = "cortexa72-crc-crypto"

(From OE-Core rev: 2568d537087adb0b592aa250bf628a7b48c3a9d3)

Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us> (rewording commit message)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Kevin: Convert to the old style override syntax]
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/conf/machine/include/tune-cortexa72.inc