cmd/riscv/sbi: support System Reset Extension
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 17 Jan 2021 21:27:13 +0000 (21:27 +0000)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 25 Feb 2021 10:06:08 +0000 (18:06 +0800)
commit921d5477b971693892025a3b76feb3628a078b50
treeaec051e34ef47e3ca7b49da864123b20a3328eaf
parentcbe607b920bc0827d8fe379ed4f5ae4e2058513e
cmd/riscv/sbi: support System Reset Extension

Let the sbi command detect the 'System Reset Extension'
(EID #0x53525354 "SRST").

Cf. https://github.com/riscv/riscv-sbi-doc

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Pragnesh Patel <pragnesh.patel@openfive.com>
Reviewed-by: Leo Liang <ycliang@andestech.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
cmd/riscv/sbi.c