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 <[email protected]> --- 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 b8f6147..84dec06 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, -- 1.8.3.1 ------------------------------------------------------------------------------ _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
