From 10de33ec2d6d80c93ad5ca2e24dad83c5d1fad57 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Mon, 22 Sep 2014 21:11:09 +0000 Subject: [PATCH] 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 Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16156 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/AcpiPlatformDxe/QemuLoader.h | 6 +----- 1 file changed, 1 insertion(+), 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 // -// 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, -- 2.39.2