diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2015-02-02 19:08:57 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2015-02-02 19:08:57 +0000 |
commit | 14b0faadfc87be12398964015ee0884d71bd0e7b (patch) | |
tree | df01005babb022b0409d2778806f44c002a3b74b /OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf | |
parent | 9054e55a22cb7408bd57f3c3f6c85c7fab930abb (diff) | |
download | edk2-14b0faadfc87be12398964015ee0884d71bd0e7b.tar.gz |
OvmfPkg/AcpiPlatformDxe: Split QEMU fw-cfg into a new file
The code left behind in Qemu.c has some PCAT dependencies, and might
not be able to build on all platforms.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16696 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf')
-rw-r--r-- | OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf index c6dced21c1..53292bf150 100644 --- a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf @@ -29,6 +29,7 @@ [Sources]
AcpiPlatform.c
Qemu.c
+ QemuFwCfgAcpi.c
Xen.c
[Packages]
|