Re: [PATCH 2/2] cmd: sbi: show SBI implementation version

2021-10-27 Thread Rick Chen
> From: Heinrich Schuchardt > Sent: Monday, October 25, 2021 9:10 PM > To: Rick Jian-Zhi Chen(陳建志) ; Leo Yu-Chi Liang(梁育齊) > > Cc: u-boot@lists.denx.de; Heinrich Schuchardt > > Subject: [PATCH 2/2] cmd: sbi: show SBI implementation version > > Let the sbi command show the SBI implementation ve

Re: [PATCH 2/2] cmd: sbi: show SBI implementation version

2021-10-27 Thread Leo Liang
On Mon, Oct 25, 2021 at 03:09:35PM +0200, Heinrich Schuchardt wrote: > Let the sbi command show the SBI implementation version > > Signed-off-by: Heinrich Schuchardt > --- > cmd/riscv/sbi.c | 26 ++ > 1 file changed, 18 insertions(+), 8 deletions(-) Reviewed-by: Leo Yu-C