Re: [PATCH] efi_loader: Use sysreset instead of reset command

2022-03-16 Thread Masami Hiramatsu
Hi Heinrich and Simon, OK, I will introduce a dependency of SYSRESET to EFI_CAPSULE_ON_DISK. Thank you, 2022年3月16日(水) 6:15 Simon Glass : > > Hi Heinrich, > > On Tue, 15 Mar 2022 at 12:26, Heinrich Schuchardt wrote: > > > > > > > > Am 15. März 2022 18:47:09 MEZ schrieb Simon Glass : > > >Hi Heinr

Re: [PATCH] efi_loader: Use sysreset instead of reset command

2022-03-15 Thread Simon Glass
Hi Heinrich, On Tue, 15 Mar 2022 at 12:26, Heinrich Schuchardt wrote: > > > > Am 15. März 2022 18:47:09 MEZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Tue, 15 Mar 2022 at 04:31, Heinrich Schuchardt wrote: > >> > >> On 3/15/22 01:43, Masami Hiramatsu wrote: > >> > Use sysreset_walk_halt() di

Re: [PATCH] efi_loader: Use sysreset instead of reset command

2022-03-15 Thread Heinrich Schuchardt
Am 15. März 2022 18:47:09 MEZ schrieb Simon Glass : >Hi Heinrich, > >On Tue, 15 Mar 2022 at 04:31, Heinrich Schuchardt wrote: >> >> On 3/15/22 01:43, Masami Hiramatsu wrote: >> > Use sysreset_walk_halt() directly from reset-after-capsule-on-disk >> > feature to reboot (cold reset) machine inste

Re: [PATCH] efi_loader: Use sysreset instead of reset command

2022-03-15 Thread Simon Glass
Hi Heinrich, On Tue, 15 Mar 2022 at 04:31, Heinrich Schuchardt wrote: > > On 3/15/22 01:43, Masami Hiramatsu wrote: > > Use sysreset_walk_halt() directly from reset-after-capsule-on-disk > > feature to reboot (cold reset) machine instead of using reset command > > interface, since this is not a c

Re: [PATCH] efi_loader: Use sysreset instead of reset command

2022-03-15 Thread Simon Glass
On Mon, 14 Mar 2022 at 18:43, Masami Hiramatsu wrote: > > Use sysreset_walk_halt() directly from reset-after-capsule-on-disk > feature to reboot (cold reset) machine instead of using reset command > interface, since this is not a command. > > Signed-off-by: Masami Hiramatsu > --- > lib/efi_load

Re: [PATCH] efi_loader: Use sysreset instead of reset command

2022-03-15 Thread Heinrich Schuchardt
On 3/15/22 01:43, Masami Hiramatsu wrote: Use sysreset_walk_halt() directly from reset-after-capsule-on-disk feature to reboot (cold reset) machine instead of using reset command interface, since this is not a command. As long as not all UEFI supported boards use sysreset you cannot do this cha

[PATCH] efi_loader: Use sysreset instead of reset command

2022-03-14 Thread Masami Hiramatsu
Use sysreset_walk_halt() directly from reset-after-capsule-on-disk feature to reboot (cold reset) machine instead of using reset command interface, since this is not a command. Signed-off-by: Masami Hiramatsu --- lib/efi_loader/efi_capsule.c |4 ++-- 1 file changed, 2 insertions(+), 2 deleti