diff options
author | Laszlo Ersek <lersek@redhat.com> | 2014-09-22 21:11:09 +0000 |
---|---|---|
committer | lersek <lersek@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-22 21:11:09 +0000 |
commit | 10de33ec2d6d80c93ad5ca2e24dad83c5d1fad57 (patch) | |
tree | df26b09946ad4d15025725753f2ff7f3a0832da7 /OvmfPkg | |
parent | 48cc4d0c61e08ebaeadb29f5c24dd3f48a76da20 (diff) | |
download | edk2-platforms-10de33ec2d6d80c93ad5ca2e24dad83c5d1fad57.tar.xz |
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
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/AcpiPlatformDxe/QemuLoader.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/OvmfPkg/AcpiPlatformDxe/QemuLoader.h b/OvmfPkg/AcpiPlatformDxe/QemuLoader.h index b8f6147ceb..84dec06422 100644 --- a/OvmfPkg/AcpiPlatformDxe/QemuLoader.h +++ b/OvmfPkg/AcpiPlatformDxe/QemuLoader.h @@ -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,
|