commit | 5bde2152d42515f7af46d210d7edf14e3b10d5f5 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Mar 09 19:35:31 2020 -0700 |
committer | Andes <uboot@andestech.com> | Tue Mar 17 11:29:54 2020 +0800 |
tree | 4b6ad8e79aa17df97a4ff320613317e2b43b62c8 | |
parent | 1b3c8d64020f835823aedc1c4d293e34a78bd1b8 [diff] |
riscv: Implement new SBI v0.2 extensions Few v0.1 SBI calls are being replaced by new SBI calls that follows v0.2 calling convention. Implement the replacement extensions and few additional new SBI function calls that makes way for a better SBI interface in future. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>