Move assembly newline function into common debug code
authorJustin Chadwell <justin.chadwell@arm.com>
Tue, 20 Aug 2019 09:58:49 +0000 (10:58 +0100)
committerPaul Beesley <paul.beesley@arm.com>
Thu, 29 Aug 2019 12:00:59 +0000 (12:00 +0000)
commit53d7e003fef908db02bc78fb889aa4ab58c9af25
tree535dc1e7bc4691c37aec58175771caca6482890a
parent3441952f61a62948ccf84c2e3eada9b340c3560d
Move assembly newline function into common debug code

Printing a newline is a relatively common functionality for code to want
to do. Therefore, this patch now moves this function into a common part
of the code that anyone can use.

Change-Id: I2cad699fde00ef8d2aabf8bf35742ddd88d090ba
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
bl31/aarch64/crash_reporting.S
common/aarch64/debug.S