Re: [PATCH v4 3/3] sysreset: provide SBI based sysreset driver

2021-09-09 Thread Bin Meng
On Thu, Sep 9, 2021 at 10:14 PM Bin Meng wrote: > > On Thu, Sep 9, 2021 at 9:11 PM Heinrich Schuchardt > wrote: > > > > From: Heinrich Schuchardt nits: this From: line is incorrect as it does not match SoB > > > > Provide sysreset driver using the SBI system reset extension. > > > >

Re: [PATCH v4 3/3] sysreset: provide SBI based sysreset driver

2021-09-09 Thread Bin Meng
On Thu, Sep 9, 2021 at 9:11 PM Heinrich Schuchardt wrote: > > From: Heinrich Schuchardt > > Provide sysreset driver using the SBI system reset extension. > > Signed-off-by: Heinrich Schuchardt > --- > v4: > * remove the UEFI SystemReset() implementation > * simplify the code