OvmfPkg: Generalize AcpiPlatformDxe

Don't make the package Qemu centric so that we can introduce some
alternative support for other VMMs not using the fw_cfg mechanism.

This patch is purely about renaming existing files with no functional
change.

Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2021-12-10 22:41:57 +08:00
committed by mergify[bot]
parent d8ef774346
commit 66bce05f6d
15 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/** @file
OVMF ACPI Platform Driver using QEMU's fw-cfg interface
OVMF ACPI Platform Driver
Copyright (C) 2015, Red Hat, Inc.
Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
@@ -10,7 +10,7 @@
#include "AcpiPlatform.h"
/**
Effective entrypoint of QEMU fw-cfg Acpi Platform driver.
Effective entrypoint of Acpi Platform driver.
@param ImageHandle
@param SystemTable

View File

@@ -1,5 +1,5 @@
## @file
# OVMF ACPI Platform Driver using QEMU's fw-cfg interface
# OVMF ACPI Platform Driver
#
# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -21,12 +21,12 @@
#
[Sources]
AcpiPlatform.c
AcpiPlatform.h
BootScript.c
EntryPoint.c
PciDecoding.c
QemuFwCfgAcpi.c
QemuFwCfgAcpiPlatform.c
[Packages]
MdeModulePkg/MdeModulePkg.dec