mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-03 13:08:40 +00:00
The CPU crypto is not default on when power up, need to enable it by software. This commit implements a mechanism to enable the cryptographic hardware accelerator on the RK3568 platform during early boot. The function `rockchip_cpu_reset_early` is added and conditionally compiled via the new build flag `PLAT_RK_CPU_RESET_EARLY`. Change-Id: Ibe35f9d65bbb5280e71e21979ca1d3bc9b38cae5 Signed-off-by: Shengfei Xu <xsf@rock-chips.com>