commit | a7289b6e831276b3e27b7a2ff16e0054d54c2f25 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Sep 04 13:24:03 2023 +0200 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Sep 05 10:53:55 2023 +0800 |
tree | 2c93ebf14147fc4eeefc9f48f16dddbf849df99b | |
parent | 8973e37d4d82ac6c8f2c252c1b8ec34688e29737 [diff] |
risc-v: implement DBCN write byte The DBCN extension provides a Console Write Byte call. Implement function sbi_dbcn_write_byte to invoke it. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>