[PATCH v2 0/2] EFI: Reset system after capsule-on-disk

2022-02-02 Thread Masami Hiramatsu
Hi, Here is the 3rd version of the reset after capsule-on-disk. This version updates the patch description and use do_reset() and halt or reset_cpu() if available, according to Takahiro and Sughosh's comment. The reset after completing the capsule-on-disk is stated in the UEFI specification 2.9,

[PATCH v2 0/2] EFI: Reset system after capsule-on-disk

2022-02-01 Thread Masami Hiramatsu
Hi, Here is the patch to reset after capsule-on-disk. This version fixes some bugs and remove kconfig for the reset (which uses panic). The reset after completing the capsule-on-disk is stated in the UEFI specification 2.9, section 8.5.5 "Delivery of Capsules via file on Mass Storage device" as b