mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-13 04:50:07 +00:00
DM: Add funciton to update PM_WAK_STS
According to ACPI spec, when system back to working mode from S3, WAK_STS bit (15) should be set. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Reviewed-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -58,5 +58,6 @@ void dsdt_indent(int levels);
|
||||
void dsdt_unindent(int levels);
|
||||
void sci_init(struct vmctx *ctx);
|
||||
void pm_write_dsdt(struct vmctx *ctx, int ncpu);
|
||||
void pm_backto_wakeup(struct vmctx *ctx);
|
||||
|
||||
#endif /* _ACPI_H_ */
|
||||
|
Reference in New Issue
Block a user