Add driver to detect when running under Gunyah. It performs basic identification hypercall and populates the platform bus for resource manager to probe. Bug: 338347082 Link: https://lore.kernel.org/all/20240222-gunyah-v17-5-1e9da6763d38@quicinc.com/ Change-Id: Ie18fa6bf01f0d9b66c0e657abf8581d9ef186056 Signed-off-by: Elliot Berman <quic_eberman@quicinc.com> Signed-off-by: Sreenad Menon <quic_sreemeno@quicinc.com> [Elliot: resolve trivial conflicts in drivers/virt/Makefile] Signed-off-by: Elliot Berman <elliot.berman@oss.qualcomm.com>
14 lines
324 B
Makefile
14 lines
324 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for drivers that support virtualization
|
|
#
|
|
|
|
obj-$(CONFIG_FSL_HV_MANAGER) += fsl_hypervisor.o
|
|
obj-$(CONFIG_VMGENID) += vmgenid.o
|
|
obj-y += vboxguest/
|
|
|
|
obj-$(CONFIG_NITRO_ENCLAVES) += nitro_enclaves/
|
|
obj-$(CONFIG_ACRN_HSM) += acrn/
|
|
obj-y += coco/
|
|
obj-y += gunyah/
|