arm-trusted-firmware/plat/common/aarch64
Masahiro Yamada f51df47572 console: add a flag to prepend '\r' in the multi-console framework
Currently, console drivers prepend '\r' to '\n' by themselves. This is
common enough to be supported in the framework.

Add a new flag, CONSOLE_FLAG_TRANSLATE_CRLF. A driver can set this
flag to ask the framework to transform LF into CRLF instead of doing
it by itself.

Change-Id: I4f5c5887591bc0a8749a105abe62b6562eaf503b
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-08-19 17:00:08 +09:00
..
crash_console_helpers.S console: add a flag to prepend '\r' in the multi-console framework 2019-08-19 17:00:08 +09:00
plat_common.c Remove MULTI_CONSOLE_API flag and references to it 2019-06-28 10:52:48 +01:00
platform_helpers.S Remove deprecated plat_crash_console_* 2019-04-03 14:55:18 +01:00
platform_mp_stack.S Minor changes to documentation and comments 2019-02-28 13:35:21 +00:00
platform_up_stack.S Remove unused function symbols 2019-02-07 08:47:21 -08:00