]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: AcpiPlatformDxe: remove current ACPI table loader
authorLaszlo Ersek <lersek@redhat.com>
Mon, 22 Sep 2014 21:11:15 +0000 (21:11 +0000)
committerlersek <lersek@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Sep 2014 21:11:15 +0000 (21:11 +0000)
commit56947bc0810a8b85e9cb7fa7fd6ea23a7276bf7b
treecdd3058c634733be2179871eb2e3901b77130591
parent10de33ec2d6d80c93ad5ca2e24dad83c5d1fad57
OvmfPkg: AcpiPlatformDxe: remove current ACPI table loader

In the next patch we rewrite the client code for QEMU's fw_cfg ACPI table
loader interface. In order to avoid randomly intermixed hunks in that
patch, first remove the old code cleanly.

We remove the InstallQemuLinkedTables() function and empty the
InstallAllQemuLinkedTables() function. We also remove CheckRsdp().

InstallAllQemuLinkedTables() will return constant EFI_NOT_FOUND to
AcpiPlatformEntryPoint(), causing the latter to proceed to OVMF's builtin
tables.

This way the history remains bisectable and the new client gets a clean
start in the next patch.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16157 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/AcpiPlatformDxe/Qemu.c