Re: [PATCH 1/1] cmd/riscv/sbi: support System Reset Extension

2021-02-03 Thread Bin Meng
On Mon, Jan 18, 2021 at 5:27 AM Heinrich Schuchardt wrote: > > 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 > --- > cmd/riscv/sbi.c | 1 + > 1 file changed, 1 insertion(+)

Re: [PATCH 1/1] cmd/riscv/sbi: support System Reset Extension

2021-02-03 Thread Leo Liang
On Sun, Jan 17, 2021 at 09:27:13PM +, Heinrich Schuchardt wrote: > 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 > --- > cmd/riscv/sbi.c | 1 + > 1 file changed, 1 ins

RE: [PATCH 1/1] cmd/riscv/sbi: support System Reset Extension

2021-01-20 Thread Pragnesh Patel
>-Original Message- >From: Heinrich Schuchardt >Sent: 18 January 2021 02:57 >To: Rick Chen >Cc: Atish Patra ; Bin Meng ; >Pragnesh Patel ; u-boot@lists.denx.de; Heinrich >Schuchardt >Subject: [PATCH 1/1] cmd/riscv/sbi: support System Reset Extension > >

[PATCH 1/1] cmd/riscv/sbi: support System Reset Extension

2021-01-17 Thread Heinrich Schuchardt
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 --- cmd/riscv/sbi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c index e66fc8e41d..9897483eb6