Re: [PATCH v3 0/1] Enable reset_cpu() in SPL for ZynqMP

2024-06-11 Thread Michal Simek
On 6/7/24 11:26, lukas.funke-...@weidmueller.com wrote: From: Lukas Funke This series enables the CPU reset in the SPL for ZynqMP based platforms. This only works if CONFIG_SYSRESET is disabled. This is usually the case since the the regular sysreset requires bl31 firmware to be loaded in o

[PATCH v3 0/1] Enable reset_cpu() in SPL for ZynqMP

2024-06-07 Thread lukas . funke-oss
From: Lukas Funke This series enables the CPU reset in the SPL for ZynqMP based platforms. This only works if CONFIG_SYSRESET is disabled. This is usually the case since the the regular sysreset requires bl31 firmware to be loaded in order to hand the sysreset over to PMU firmware. In SPL we can