arm-trusted-firmware/lib
Soby Mathew 6fa11a5e99 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
2015-04-13 17:21:26 +01:00
..
aarch64 Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
cpus Fix recursive crash prints on FVP AEM model 2015-04-13 17:21:26 +01:00
locks Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
semihosting Add support to indicate size and end of assembly functions 2015-04-08 13:02:59 +01:00
stdlib stdlib: add missing features to build PolarSSL 2015-01-28 18:26:59 +00:00