diff options
author | Thierry Reding <treding@nvidia.com> | 2016-08-19 19:05:04 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-11-18 14:33:42 +0100 |
commit | ca791d7f425635b63706e00896a141f85f7de463 (patch) | |
tree | ebb76fa51c8e19d74fdb0e480032687203921f72 /lib/debug_info.c | |
parent | d55865608fe0191935665acc6bb6d36bc8bb4b2e (diff) | |
download | linux-ca791d7f425635b63706e00896a141f85f7de463.tar.gz linux-ca791d7f425635b63706e00896a141f85f7de463.tar.bz2 linux-ca791d7f425635b63706e00896a141f85f7de463.zip |
firmware: tegra: Add IVC library
The Inter-VM communication (IVC) is a communication protocol which is
designed for interprocessor communication (IPC) or the communication
between the hypervisor and the virtual machine with a guest OS.
Message channels are used to communicate between processors. They are
backed by DRAM or SRAM, so care must be taken to maintain coherence of
data.
The IVC library maintains memory-based descriptors for the transmission
and reception channels as well as the data coherence of the counter and
payload. Clients, such as the driver for the BPMP firmware, can use the
library to exchange messages with remote processors.
Based on work by Peter Newman <pnewman@nvidia.com> and Joseph Lo
<josephl@nvidia.com>.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'lib/debug_info.c')
0 files changed, 0 insertions, 0 deletions