mirror of
https://github.com/acidanthera/audk.git
synced 2025-05-04 14:40:11 +02:00
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:
parent
48cc4d0c61
commit
10de33ec2d
@ -20,14 +20,10 @@
|
|||||||
#include <Library/QemuFwCfgLib.h>
|
#include <Library/QemuFwCfgLib.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
// The types and the documentation reflects the SeaBIOS interface. In OVMF we
|
// The types and the documentation reflects the SeaBIOS interface.
|
||||||
// use a minimal subset of it.
|
|
||||||
//
|
//
|
||||||
#define QEMU_LOADER_FNAME_SIZE QEMU_FW_CFG_FNAME_SIZE
|
#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 {
|
typedef enum {
|
||||||
QemuLoaderCmdAllocate = 1,
|
QemuLoaderCmdAllocate = 1,
|
||||||
QemuLoaderCmdAddPointer,
|
QemuLoaderCmdAddPointer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user