RE: [PATCH v1] configs: socfpga: soc64: Avoid SPL enter infinite loop during exception

2020-08-05 Thread Tan, Ley Foon
hin > > Subject: [PATCH v1] configs: socfpga: soc64: Avoid SPL enter infinite loop > during exception > > From: Chin Liang See > > In current implementation, any exception would trigger a CPU reset. > But a bad written SPL would cause infinite loop where the system will re

[PATCH v1] configs: socfpga: soc64: Avoid SPL enter infinite loop during exception

2020-08-05 Thread Chee Hong Ang
From: Chin Liang See In current implementation, any exception would trigger a CPU reset. But a bad written SPL would cause infinite loop where the system will reload the same SPL instead of loading factory safe image. Hence this patch is to ensure any exception will cause a hang. At this moment,