> From: Heinrich Schuchardt <[email protected]> > Sent: Monday, October 25, 2021 9:10 PM > To: Rick Jian-Zhi Chen(陳建志) <[email protected]>; Leo Yu-Chi Liang(梁育齊) > <[email protected]> > Cc: [email protected]; Heinrich Schuchardt > <[email protected]> > Subject: [PATCH 1/2] riscv: function to retrieve SBI implementation version > > Provide function sbi_get_impl_version() to retrieve the SBI implementation > version. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > arch/riscv/include/asm/sbi.h | 1 + > arch/riscv/lib/sbi.c | 19 +++++++++++++++++++ > 2 files changed, 20 insertions(+)
Reviewed-by: Rick Chen <[email protected]>

