mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-05 02:40:37 +00:00
IOC mediator: Separate wakeup reason and heartbeat
Separate wakeup reason and hearbeat functions from lifecycle processing since lifecycle virtualization only contains wakeup reason and heartbeat, the other functions of lifecycle like boot selector, are not handled by IOC mediator. Signed-off-by: Liu Yuan <yuan1.liu@intel.com> Reviewed-by: Wang Yu <yu1.wang@intel.com> Reviewed-by: Liu Shuo <shuo.a.liu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
* IOC mediator permits button, rtc and cardoor wakeup reasons which comes from
|
||||
* IOC firmware, others will be masked.
|
||||
*/
|
||||
#define CBC_WK_RSN_ALL (CBC_WK_RSN_BTN | CBC_WK_RSN_RTC | CBC_WK_RSN_DOR)
|
||||
#define CBC_WK_RSN_ALL \
|
||||
(CBC_WK_RSN_BTN | CBC_WK_RSN_RTC | CBC_WK_RSN_DOR | CBC_WK_RSN_SOC)
|
||||
|
||||
/*
|
||||
* CBC ring buffer is used to buffer bytes before build one complete CBC frame.
|
||||
|
Reference in New Issue
Block a user