]> code.ossystems Code Review - openembedded-core.git/commit
tune-cortexa72: remove crypto for the default cortex-a72
authorJagadeesh Krishnanjanappa <workjagadeesh@gmail.com>
Tue, 7 Dec 2021 17:00:02 +0000 (12:00 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Dec 2021 20:22:07 +0000 (20:22 +0000)
commit2568d537087adb0b592aa250bf628a7b48c3a9d3
tree472b0b15be4587dbfd5a23a5a7b67d0c86d25dd7
parent0374850b8abeecd3721215713481d9a802a19f46
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"

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>
meta/conf/machine/include/arm/armv8a/tune-cortexa72.inc