[PATCH v1 09/20] sysreset: Add reset support to SoCFPGA Agilex5 device
Marek Vasut
marex at denx.de
Sat Sep 21 15:51:42 CEST 2024
On 9/20/24 9:02 AM, tien.fong.chee at 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 ?
More information about the U-Boot
mailing list