arm-trusted-firmware/drivers/console
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
..
aarch32 console: update skeleton 2019-07-16 13:01:02 +00:00
aarch64 console: update skeleton 2019-07-16 13:01:02 +00:00
multi_console.c console: add a flag to prepend '\r' in the multi-console framework 2019-08-19 17:00:08 +09:00