commit | 1e32715602d3da294eaf4e70542c4be65e77a839 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Mar 09 19:35:29 2020 -0700 |
committer | Andes <uboot@andestech.com> | Tue Mar 17 11:29:54 2020 +0800 |
tree | 0134a5eabca527ed1633db28da8f70116fd9431b | |
parent | f58fc34a2b215a80adcf62c6e90793e23d6f915c [diff] |
riscv: Add SBI v0.2 extension definitions Few v0.1 SBI calls are being replaced by new SBI calls that follows v0.2 calling convention. This patch just defines these new extensions. This commit is inspired from Linux kernel patch: https://patchwork.kernel.org/patch/11407359/ Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>