]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg: Add PlatformHasAcpiDtDxe for Cloud Hypervisor
authorJianyong Wu <jianyong.wu@arm.com>
Mon, 5 Jul 2021 10:06:39 +0000 (18:06 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 7 Jul 2021 16:41:37 +0000 (16:41 +0000)
commit31fcee6d99daa9c6b733371f20a69c8b26e0ab77
treed2fb7e58debc20e1dfcc7c358fbc16fc44dd4a80
parent4c051c2c65a85f9c0268c5555460e2fdb8bca7a9
ArmVirtPkg: Add PlatformHasAcpiDtDxe for Cloud Hypervisor

The ArmVirtPkg\PlatformHasAcpiDtDxe implementation is not common
and is specific for Qemu. So add a Cloud Hypervisor specific
version that decides whether the firmware should expose an ACPI
based or a Device Tree based hardware description to an operating
system.

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
ArmVirtPkg/CloudHvPlatformHasAcpiDtDxe/CloudHvHasAcpiDtDxe.c [new file with mode: 0644]
ArmVirtPkg/CloudHvPlatformHasAcpiDtDxe/CloudHvHasAcpiDtDxe.inf [new file with mode: 0644]