Re: [edk2-devel] System S3 via UEFI shell

2022-05-16 Thread Steven Shi
17, 2022 3:11 AM To: devel@edk2.groups.io Subject: [edk2-devel] System S3 via UEFI shell Hi everyone I have a question. Is there a way to put a system to sleep (S3) via UEFI shell? Checking the UEFIshell spec, there is the reset command, that can be triggered with parameter -w, that would cause

[edk2-devel] System S3 via UEFI shell

2022-05-16 Thread Rafael Machado
Hi everyone I have a question. Is there a way to put a system to sleep (S3) via UEFI shell? Checking the UEFIshell spec, there is the reset command, that can be triggered with parameter -w, that would cause a warm boot. But I am not sure if warm boot and a S3 resume are the same. Any comments?