mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-05 13:25:20 +02:00

RPMsg is used as a transport communication channel. This change introduces RPMsg driver and integrates it with the CDX controller. Signed-off-by: Abhijit Gangurde <abhijit.gangurde@amd.com> Signed-off-by: Nipun Gupta <nipun.gupta@amd.com> Reviewed-by: Pieter Jansen van Vuuren <pieter.jansen-van-vuuren@amd.com> Tested-by: Nikhil Agarwal <nikhil.agarwal@amd.com> Link: https://lore.kernel.org/r/20230313132636.31850-7-nipun.gupta@amd.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
266 B
266 B
SPDX-License-Identifier: GPL-2.0-only
Makefile for CDX controller drivers
Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
obj-$(CONFIG_CDX_CONTROLLER) += cdx-controller.o cdx-controller-objs := cdx_controller.o cdx_rpmsg.o mcdi.o mcdi_functions.o