[PATCH 2/2] efi_loader: Reset system after CapsuleUpdate on disk

2022-01-31 Thread Masami Hiramatsu
Add a config option to reset system soon after processing capsule update on disk. This is required in UEFI specification 2.9 Section 8.5.5 "Delivery of Capsules via file on Mass Storage device" as; In all cases that a capsule is identified for processing the system is restarted after caps

Re: [PATCH 2/2] efi_loader: Reset system after CapsuleUpdate on disk

2022-01-31 Thread Grant Likely
On 31/01/2022 09:19, Masami Hiramatsu wrote: Add a config option to reset system soon after processing capsule update on disk. This is required in UEFI specification 2.9 Section 8.5.5 "Delivery of Capsules via file on Mass Storage device" as; In all cases that a capsule is identified for

Re: [PATCH 2/2] efi_loader: Reset system after CapsuleUpdate on disk

2022-01-31 Thread Heinrich Schuchardt
On 1/31/22 12:19, Grant Likely wrote: On 31/01/2022 09:19, Masami Hiramatsu wrote: Add a config option to reset system soon after processing capsule update on disk. This is required in UEFI specification 2.9 Section 8.5.5   "Delivery of Capsules via file on Mass Storage device" as; In all

Re: [PATCH 2/2] efi_loader: Reset system after CapsuleUpdate on disk

2022-01-31 Thread Masami Hiramatsu
Hi Grant, 2022年1月31日(月) 20:20 Grant Likely : > > On 31/01/2022 09:19, Masami Hiramatsu wrote: > > Add a config option to reset system soon after processing capsule update > > on disk. This is required in UEFI specification 2.9 Section 8.5.5 > > "Delivery of Capsules via file on Mass Storage devi

Re: [PATCH 2/2] efi_loader: Reset system after CapsuleUpdate on disk

2022-01-31 Thread Masami Hiramatsu
Hi Heinrich, 2022年1月31日(月) 21:17 Heinrich Schuchardt : > > On 1/31/22 12:19, Grant Likely wrote: > > On 31/01/2022 09:19, Masami Hiramatsu wrote: > >> Add a config option to reset system soon after processing capsule update > >> on disk. This is required in UEFI specification 2.9 Section 8.5.5 > >

Re: [PATCH 2/2] efi_loader: Reset system after CapsuleUpdate on disk

2022-01-31 Thread AKASHI Takahiro
On Tue, Feb 01, 2022 at 11:26:38AM +0900, Masami Hiramatsu wrote: > Hi Heinrich, > > 2022年1月31日(月) 21:17 Heinrich Schuchardt : > > > > On 1/31/22 12:19, Grant Likely wrote: > > > On 31/01/2022 09:19, Masami Hiramatsu wrote: > > >> Add a config option to reset system soon after processing capsule u