mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
There are multiple types of resets that need to be handled by the mei device. The reset may be initiated from both sides host or fw. The host requests reset on probe and remove, power state transaction, and errors, while ME FW may request reset upon error. If the native device undergo reset the host application has to be notified. Tracked-On: #1536 Signed-off-by: Aviad Nissel <aviad.nissel@intel.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>