Introduce crash console APIs for crash reporting
authorSoby Mathew <soby.mathew@arm.com>
Mon, 14 Jul 2014 15:57:23 +0000 (16:57 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Mon, 28 Jul 2014 09:44:04 +0000 (10:44 +0100)
commitc67b09bd2cf04cac2160968907f0a9fc65472a11
treecc7c2fed516e42070feb9d6cffb3d94be01e569e
parent462c8350f6ed6b950609de1f72f00098440d3354
Introduce crash console APIs for crash reporting

This patch introduces platform APIs to initialise and
print a character on a designated crash console.
For the FVP platform, PL011_UART0 is the designated
crash console. The platform porting guide is also updated
to document the new APIs.

Change-Id: I5e97d8762082e0c88c8c9bbb479353eac8f11a66
docs/porting-guide.md
include/common/asm_macros.S
include/plat/common/platform.h
plat/common/aarch64/platform_helpers.S
plat/fvp/aarch64/fvp_helpers.S