On 9/20/24 9:02 AM, tien.fong.c...@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 ?

Reply via email to