commit | f9bbad6b9e804200951ac5c734bab992f2e87487 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Mar 22 16:59:37 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 15:03:14 2022 -0400 |
tree | 69389f9e5d3fa221fcad9a022c0f39d3b1b310d7 | |
parent | a5dd36addc9e73fe0eccf31265bbc5646b5da177 [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>