On Tue, Mar 31, 2020 at 12:13 PM Anup Patel <anup.patel@...> wrote:
This patch adds SBI v0.2 compliant system reboot extension. It defines two functions: 1. sbi_reboot - A system reboot call with reboot type as parameter 2. sbi_shutdown - A system shutdown/poweroff call
The sbi_shutdown function defined here replaces SBI v0.1 shutdown function.
One generic comment, pretty much similar to the SBI PMP extension I proposed, is that why is this necessary to introduce a new SBI extension to support reboot and shutdown?
Do these functionalities have to be operated from M-mode?