Re: [PATCH v2] rockchip: spl: Enable caches to speed up checksum validation

2024-01-23 Thread Jonas Karlman
Hi Kever, On 2024-01-23 03:36, Kever Yang wrote: > Hi Jonas, > > On 2024/1/23 02:16, Jonas Karlman wrote: >> FIT checksum validation is very slow in SPL due to D-cache not being >> enabled. >> >> Enable caches in SPL to speed up FIT checksum validation, from seconds >> to milliseconds. >> >> This

Re: [PATCH v2] rockchip: spl: Enable caches to speed up checksum validation

2024-01-22 Thread Kever Yang
Hi Jonas, On 2024/1/23 02:16, Jonas Karlman wrote: FIT checksum validation is very slow in SPL due to D-cache not being enabled. Enable caches in SPL to speed up FIT checksum validation, from seconds to milliseconds. This change enables caches in SPL on all Rockchip boards, the Kconfig options

[PATCH v2] rockchip: spl: Enable caches to speed up checksum validation

2024-01-22 Thread Jonas Karlman
FIT checksum validation is very slow in SPL due to D-cache not being enabled. Enable caches in SPL to speed up FIT checksum validation, from seconds to milliseconds. This change enables caches in SPL on all Rockchip boards, the Kconfig options SPL_SYS_ICACHE_OFF and SPL_SYS_DCACHE_OFF can be enab