commit | d14222e7c152e36bf7d370c2623242a22fb9e821 | [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 | ef08687ea0e2b5d57a1df51e6613bc4263747943 [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>