
13 Feb
2024
13 Feb
'24
11:33 p.m.
On Tue, Feb 06, 2024 at 04:02:51PM +0200, Roger Quadros wrote:
AM64 ES2.0 bootrom seems to enable WAIT0EDGEDETECTION interrupt. This causes a lockup at A53 SPL when accessing NAND controller or ELM registers.
A good option would be to softrest GPMC block at probe but this cannot be done for AM64 as SOFTRESET bit is marked as reserved in SYSCONFIG register.
Fix the issue by disabling all IRQs at probe.
Signed-off-by: Roger Quadros rogerq@kernel.org
Applied to u-boot/master, thanks!
--
Tom