
21 Sep
2024
21 Sep
'24
3:51 p.m.
On 9/20/24 9:02 AM, tien.fong.chee@intel.com wrote:
[...]
- if (reset && !strcmp(reset, "warm")) {
/* Ensure content in dcache is flushed to system memory */
flush_dcache_all();
/* request a warm reset */
puts("Do warm reset now...\n");
/* doing architecture system reset */
psci_system_reset2(0, 0);
Can this use SYSRESET_PSCI driver instead ?