remoteproc: Introduce mailbox messages for graceful shutdown
Two mailbox messages are added to facilitate handshake between the remote processors to ensure graceful stop of the remote processors. Signed-off-by: Hari Nagalla <hnagalla@ti.com>
This commit is contained in:
committed by
Heinrich Toews
parent
750daf2748
commit
beb102e610
@@ -59,7 +59,9 @@ enum omap_rp_mbox_messages {
|
||||
RP_MBOX_SUSPEND_SYSTEM = 0xFFFFFF11,
|
||||
RP_MBOX_SUSPEND_ACK = 0xFFFFFF12,
|
||||
RP_MBOX_SUSPEND_CANCEL = 0xFFFFFF13,
|
||||
RP_MBOX_END_MSG = 0xFFFFFF14,
|
||||
RP_MBOX_SHUTDOWN = 0xFFFFFF14,
|
||||
RP_MBOX_SHUTDOWN_ACK = 0xFFFFFF15,
|
||||
RP_MBOX_END_MSG = 0xFFFFFF16,
|
||||
};
|
||||
|
||||
#endif /* _OMAP_RPMSG_H */
|
||||
|
||||
Reference in New Issue
Block a user