commit | 760089a8ae79b5c28a963ffffc1b9a6167508d9d | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Mon Apr 04 14:18:00 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 14 15:39:15 2022 -0400 |
tree | b3e48c196c19c47ffbfe986b02d40a6aa9f384bd | |
parent | b271161a25ad16e138eed630ff703402ec16da81 [diff] |
serial: smh: Implement puts for DM This adds an implementation of puts for DM. The implementation is not as clean as for the non-DM puts because we have to handle non-nul-terminated string. We also handle short writes (though these are probably very unusual). Signed-off-by: Sean Anderson <sean.anderson@seco.com>