mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-13 04:39:36 +02:00
Revert "FROMLIST: dt-bindings: hypervisor: Add MediaTek GenieZone hypervisor"
This reverts commit ef382dfe2a
.
Reason for revert:
- The GenieZone hypervisor acts as a vendor firmware to enable platform
virtualization, offering an implementation that is independent of
Linux-specific implementations. So, relocate dt-binding yaml file to
the firmware path, as the dts node is used to confirm the presence of
the geniezone hypervisor firmware.
Change-Id: I12e85e32f4306b9b95bc3a6598006d8f2d987ad3
Signed-off-by: Liju Chen <liju-clr.chen@mediatek.com>
This commit is contained in:
parent
ee58017a6c
commit
9b6ec31196
|
@ -1,31 +0,0 @@
|
||||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
||||||
%YAML 1.2
|
|
||||||
---
|
|
||||||
$id: http://devicetree.org/schemas/hypervisor/mediatek,geniezone-hyp.yaml#
|
|
||||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
||||||
|
|
||||||
title: MediaTek GenieZone hypervisor
|
|
||||||
|
|
||||||
maintainers:
|
|
||||||
- Yingshiuan Pan <yingshiuan.pan@mediatek.com>
|
|
||||||
|
|
||||||
description:
|
|
||||||
This interface is designed for integrating GenieZone hypervisor into Android
|
|
||||||
Virtualization Framework(AVF) along with Crosvm as a VMM.
|
|
||||||
It acts like a wrapper for every hypercall to GenieZone hypervisor in
|
|
||||||
order to control guest VM lifecycles and virtual interrupt injections.
|
|
||||||
|
|
||||||
properties:
|
|
||||||
compatible:
|
|
||||||
const: mediatek,geniezone-hyp
|
|
||||||
|
|
||||||
required:
|
|
||||||
- compatible
|
|
||||||
|
|
||||||
additionalProperties: false
|
|
||||||
|
|
||||||
examples:
|
|
||||||
- |
|
|
||||||
hypervisor {
|
|
||||||
compatible = "mediatek,geniezone-hyp";
|
|
||||||
};
|
|
|
@ -8797,7 +8797,6 @@ GENIEZONE HYPERVISOR DRIVER
|
||||||
M: Yingshiuan Pan <yingshiuan.pan@mediatek.com>
|
M: Yingshiuan Pan <yingshiuan.pan@mediatek.com>
|
||||||
M: Ze-Yu Wang <ze-yu.wang@mediatek.com>
|
M: Ze-Yu Wang <ze-yu.wang@mediatek.com>
|
||||||
M: Yi-De Wu <yi-de.wu@mediatek.com>
|
M: Yi-De Wu <yi-de.wu@mediatek.com>
|
||||||
F: Documentation/devicetree/bindings/hypervisor/mediatek,geniezone-hyp.yaml
|
|
||||||
F: Documentation/virt/geniezone/
|
F: Documentation/virt/geniezone/
|
||||||
F: arch/arm64/geniezone/
|
F: arch/arm64/geniezone/
|
||||||
F: drivers/virt/geniezone/
|
F: drivers/virt/geniezone/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user