mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
021e2e53b8
This patch adds mailbox support infrastructure APIs. Each RVU device has a dedicated 64KB mailbox region shared with it's peer for communication. RVU AF has a separate mailbox region shared with each of RVU PFs and a RVU PF has a separate region shared with each of it's VF. These set of APIs are used by this driver (RVU AF) and other RVU PF/VF drivers eg netdev, crypto e.t.c. Signed-off-by: Aleksey Makarov <amakarov@marvell.com> Signed-off-by: Sunil Goutham <sgoutham@marvell.com> Signed-off-by: Lukasz Bartosik <lbartosik@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
247 B
Makefile
11 lines
247 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for Marvell's OcteonTX2 RVU Admin Function driver
|
|
#
|
|
|
|
obj-$(CONFIG_OCTEONTX2_MBOX) += octeontx2_mbox.o
|
|
obj-$(CONFIG_OCTEONTX2_AF) += octeontx2_af.o
|
|
|
|
octeontx2_mbox-y := mbox.o
|
|
octeontx2_af-y := rvu.o
|