
24 Sep
2024
24 Sep
'24
10:52 a.m.
Hi,
-----Original Message----- From: Marek Vasut marex@denx.de Sent: Saturday, September 21, 2024 9:52 PM To: Chee, Tien Fong tien.fong.chee@intel.com; u-boot@lists.denx.de Cc: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com; Meng, Tingting tingting.meng@intel.com; Yuslaimi, Alif Zakuan alif.zakuan.yuslaimi@intel.com; Hea, Kok Kiang kok.kiang.hea@intel.com Subject: Re: [PATCH v1 09/20] sysreset: Add reset support to SoCFPGA Agilex5 device
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 ?
This driver seems can be used after quick check, we will try out this.
Thanks.
Regards, Tien Fong