Re: [PATCH v2 2/3] rockchip: rk3328: Enable ARMv8 crypto extensions

2024-04-22 Thread Kever Yang
On 2024/4/22 04:09, Jonas Karlman wrote: The RK3328 SoC support ARMv8 Cryptography Extensions and use of the ARMv8 crypto extensions help speed up FIT checksum validation in SPL. Imply ARMV8_SET_SMPEN and ARMV8_CRYPTO to take advantage of the crypto extensions for SHA256 when validating

[PATCH v2 2/3] rockchip: rk3328: Enable ARMv8 crypto extensions

2024-04-21 Thread Jonas Karlman
The RK3328 SoC support ARMv8 Cryptography Extensions and use of the ARMv8 crypto extensions help speed up FIT checksum validation in SPL. Imply ARMV8_SET_SMPEN and ARMV8_CRYPTO to take advantage of the crypto extensions for SHA256 when validating checksum of FIT images. Also imply OF_LIVE to