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

2024-06-18 Thread Jonas Karlman
Hi Jagan, On 2024-06-18 21:18, Jagan Teki wrote: > On Mon, 22 Apr 2024 at 01:40, 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

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

2024-06-18 Thread Jagan Teki
On Mon, 22 Apr 2024 at 01:40, 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

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 checks

[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 help