TianoCore EDK2 master
|
#include <Uefi.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/QemuFwCfgLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/FdtClient.h>
#include "QemuFwCfgLibMmioInternal.h"
Go to the source code of this file.
Functions | |
UINTN EFIAPI | QemuGetFwCfgSelectorAddress (VOID) |
UINTN EFIAPI | QemuGetFwCfgDataAddress (VOID) |
UINTN EFIAPI | QemuGetFwCfgDmaAddress (VOID) |
RETURN_STATUS EFIAPI | QemuFwCfgInitialize (VOID) |
Variables | |
STATIC UINTN | mFwCfgSelectorAddress |
STATIC UINTN | mFwCfgDataAddress |
STATIC UINTN | mFwCfgDmaAddress |
Stateful and implicitly initialized fw_cfg library implementation.
Copyright (C) 2013 - 2014, Red Hat, Inc. Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.
(C) Copyright 2021 Hewlett Packard Enterprise Development LP
Copyright (c) 2024 Loongson Technology Corporation Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file QemuFwCfgMmioDxe.c.
RETURN_STATUS EFIAPI QemuFwCfgInitialize | ( | VOID | ) |
Definition at line 78 of file QemuFwCfgMmioDxe.c.
UINTN EFIAPI QemuGetFwCfgDataAddress | ( | VOID | ) |
To get firmware configure Data address.
VOID |
firmware | configure data address |
Definition at line 53 of file QemuFwCfgMmioDxe.c.
UINTN EFIAPI QemuGetFwCfgDmaAddress | ( | VOID | ) |
To get firmware DMA address.
VOID |
firmware | DMA address |
Definition at line 69 of file QemuFwCfgMmioDxe.c.
UINTN EFIAPI QemuGetFwCfgSelectorAddress | ( | VOID | ) |
To get firmware configure selector address.
VOID |
firmware | configure selector address |
Definition at line 37 of file QemuFwCfgMmioDxe.c.
Definition at line 25 of file QemuFwCfgMmioDxe.c.
Definition at line 26 of file QemuFwCfgMmioDxe.c.
Definition at line 24 of file QemuFwCfgMmioDxe.c.