Re: suspend resume query
From: Oliver Neukum <oneukum@suse.com>
Date: 2016-02-17 09:13:17
From: Oliver Neukum <oneukum@suse.com>
Date: 2016-02-17 09:13:17
On Tue, 2016-02-16 at 22:36 +0530, Ryan wrote:
Hello, what is the role of bootloaders and bootrom code when system during linux suspend-resume?
Your question is imprecise. I am now assuming you are talking about ACPI and S3. bootloader - none at all. It isn't used. bootrom - Well, that depends on the vendor. The system is suspended in the sense that the CPU is powered down by the firmware. The kernel calls an ACPI method. The firmware also gets control of the system as a resume from S3 means a full reset for the CPU and the bootstrap code in the firmware runs. I am afraid you need to give more details for a better answer. Regards Oliver