Home
last modified time | relevance | path

Searched hist:f51df47572fb9d5e6808a07ccf5a7e6a5170554d (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/common/aarch64/
H A Dcrash_console_helpers.Sf51df47572fb9d5e6808a07ccf5a7e6a5170554d Tue Jul 23 03:32:58 UTC 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
/rk3399_ARM-atf/drivers/console/
H A Dmulti_console.cf51df47572fb9d5e6808a07ccf5a7e6a5170554d Tue Jul 23 03:32:58 UTC 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
/rk3399_ARM-atf/include/drivers/
H A Dconsole.hf51df47572fb9d5e6808a07ccf5a7e6a5170554d Tue Jul 23 03:32:58 UTC 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>