Searched hist:"6 fa11a5e99aac3eca9d1a02c99e09c5071a2e10c" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/lib/cpus/aarch64/ |
| H A D | aem_generic.S | 6fa11a5e99aac3eca9d1a02c99e09c5071a2e10c Mon Apr 13 15:57:12 UTC 2015 Soby Mathew <soby.mathew@arm.com> Fix recursive crash prints on FVP AEM model
This patch fixes an issue in the cpu specific register reporting of FVP AEM model whereby crash reporting itself triggers an exception thus resulting in recursive crash prints. The input to the 'size_controlled_print' in the crash reporting framework should be a NULL terminated string. As there were no cpu specific register to be reported on FVP AEM model, the issue was caused by passing 0 instead of NULL terminated string to the above mentioned function.
Change-Id: I664427b22b89977b389175dfde84c815f02c705a
|