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

2021-09-11 Thread Sean Anderson
On 9/10/21 10:15 AM, Heinrich Schuchardt wrote: Provide sysreset driver using the SBI system reset extension. Signed-off-by: Heinrich Schuchardt --- v5: * don't add __efi_runtime * use '=' not ':' in array initialization with enum indices v4: * remove the UEFI SystemRese

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

2021-09-11 Thread Bin Meng
On Fri, Sep 10, 2021 at 10:15 PM Heinrich Schuchardt wrote: > > Provide sysreset driver using the SBI system reset extension. > > Signed-off-by: Heinrich Schuchardt > --- > v5: > * don't add __efi_runtime > * use '=' not ':' in array initialization with enum indices > v4: >

[PATCH v5 3/4] sysreset: provide SBI based sysreset driver

2021-09-10 Thread Heinrich Schuchardt
Provide sysreset driver using the SBI system reset extension. Signed-off-by: Heinrich Schuchardt --- v5: * don't add __efi_runtime * use '=' not ':' in array initialization with enum indices v4: * remove the UEFI SystemReset() implementation * simplify the code usi