commit | 1b3d9dd1e2156530cd186353a805dea6f6d83225 | [log] [tgz] |
---|---|---|
author | Jonas Karlman <jonas@kwiboo.se> | Sun Apr 21 20:09:02 2024 +0000 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Apr 26 15:47:05 2024 +0800 |
tree | 0e0eb1cff427366e513a25494a5fe653ff3626c8 | |
parent | 86d4ebb806eeb44148fed004c0a442be950564f8 [diff] |
rockchip: rk3328: Enable ARMv8 crypto extensions 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 speed up init of U-Boot proper. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>