]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: AcpiPlatformDxe: actualize QemuLoader.h comments
authorLaszlo Ersek <lersek@redhat.com>
Mon, 22 Sep 2014 21:11:09 +0000 (21:11 +0000)
committerlersek <lersek@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Sep 2014 21:11:09 +0000 (21:11 +0000)
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

OvmfPkg/AcpiPlatformDxe/QemuLoader.h

index b8f6147ceb622d746e5b7b8b13140c3d76ad146c..84dec06422d6b5190d5ec31c8adc672148b59bde 100644 (file)
 #include <Library/QemuFwCfgLib.h>\r
 \r
 //\r
-// The types and the documentation reflects the SeaBIOS interface. In OVMF we\r
-// use a minimal subset of it.\r
+// The types and the documentation reflects the SeaBIOS interface.\r
 //\r
 #define QEMU_LOADER_FNAME_SIZE QEMU_FW_CFG_FNAME_SIZE\r
 \r
-//\r
-// We only look at the Allocate command, and only to get FwCfg filenames.\r
-//\r
 typedef enum {\r
   QemuLoaderCmdAllocate = 1,\r
   QemuLoaderCmdAddPointer,\r