Files
Shengfei Xu 073836598f feat(rk3568): add early CPU reset mechanism to enable crypto function
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>
2026-04-07 17:53:37 +08:00
..