OvmfPkg: AcpiPlatformDxe: actualize QemuLoader.h comments

We used to state in this header file that we only cared about the Allocate
command. This is no longer the case; update the comments accordingly.

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@16156 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Laszlo Ersek 2014-09-22 21:11:09 +00:00 committed by lersek
parent 48cc4d0c61
commit 10de33ec2d
1 changed files with 1 additions and 5 deletions

View File

@ -20,14 +20,10 @@
#include <Library/QemuFwCfgLib.h>
//
// The types and the documentation reflects the SeaBIOS interface. In OVMF we
// use a minimal subset of it.
// The types and the documentation reflects the SeaBIOS interface.
//
#define QEMU_LOADER_FNAME_SIZE QEMU_FW_CFG_FNAME_SIZE
//
// We only look at the Allocate command, and only to get FwCfg filenames.
//
typedef enum {
QemuLoaderCmdAllocate = 1,
QemuLoaderCmdAddPointer,