OvmfPkg[all]
0.1
|
Data Structures | |
struct | FW_CFG_DMA_ACCESS |
Macros | |
#define | QEMU_FW_CFG_FNAME_SIZE 56 |
#define | FW_CFG_F_DMA BIT1 |
#define | FW_CFG_DMA_CTL_ERROR BIT0 |
#define | FW_CFG_DMA_CTL_READ BIT1 |
#define | FW_CFG_DMA_CTL_SKIP BIT2 |
#define | FW_CFG_DMA_CTL_SELECT BIT3 |
#define | FW_CFG_DMA_CTL_WRITE BIT4 |
#define | FW_CFG_IO_SELECTOR 0x510 |
#define | FW_CFG_IO_DATA 0x511 |
#define | FW_CFG_IO_DMA_ADDRESS 0x514 |
Macro and type definitions corresponding to the QEMU fw_cfg interface.
Refer to "docs/specs/fw_cfg.txt" in the QEMU source directory.
Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.
Copyright (C) 2013 - 2017, Red Hat, Inc.
SPDX-License-Identifier: BSD-2-Clause-Patent
#define FW_CFG_DMA_CTL_ERROR BIT0 |
#define FW_CFG_DMA_CTL_READ BIT1 |
#define FW_CFG_DMA_CTL_SELECT BIT3 |
#define FW_CFG_DMA_CTL_SKIP BIT2 |
#define FW_CFG_DMA_CTL_WRITE BIT4 |
#define FW_CFG_F_DMA BIT1 |
#define FW_CFG_IO_DATA 0x511 |
#define FW_CFG_IO_DMA_ADDRESS 0x514 |
#define FW_CFG_IO_SELECTOR 0x510 |
#define QEMU_FW_CFG_FNAME_SIZE 56 |
enum FIRMWARE_CONFIG_ITEM |