Skip to content

Commit

Permalink
xtos: move sof/lib/mailbox.h to application interface
Browse files Browse the repository at this point in the history
The SOF mailbox.h provides an interface to host-DSP mailboxes, which is
used widely in SOF IPC and debug code.

This interface is OS agnostistic and only relies on platform/lib/mailbox.h
to define the mailbox locations, and rtos/cache.h to define portable cache
primitives to invalidate/writeback mailbox data before/after use.

The amount of RTOS variation does not seem to warrant branching the
whole mailbox.h to RTOS layer. Move mailbox.h back to application
interface, so the single implementation can be shared.

Link: #9015
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i authored and lgirdwood committed Oct 16, 2024
1 parent feed14d commit cb7358e
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit cb7358e

Please sign in to comment.