mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 14:19:19 +00:00
0f47ac958b
While booting up, some devices send garbage over the serial connection. This can result in an unexpected EOF event within expect(1). A filter program may be specified with '--log-serial-filter' to circumvent this problem. Then, the output of the serial program is piped through the filter, which may sanitize the character stream. Fixes #1395.