TianoCore EDK2 master
Loading...
Searching...
No Matches
FadtGenerator.h File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI FadtArchUpdate (IN CONST EDKII_CONFIGURATION_MANAGER_PROTOCOL *CONST CfgMgrProtocol, IN OUT EFI_ACPI_6_5_FIXED_ACPI_DESCRIPTION_TABLE *Fadt)
 

Detailed Description

FADT Table Generator

Copyright (c) 2017 - 2023, Arm Limited. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent

Reference(s):
  • ACPI 6.5 Specification, Aug 29, 2022

Definition in file FadtGenerator.h.

Function Documentation

◆ FadtArchUpdate()

Updates the Architecture specific information in the FADT Table.

Parameters
[in]CfgMgrProtocolPointer to the Configuration Manager Protocol Interface.
[in,out]FadtPointer to the constructed ACPI Table.
Return values
EFI_SUCCESSSuccess.
EFI_INVALID_PARAMETERA parameter is invalid.
EFI_NOT_FOUNDThe required object was not found.
EFI_BAD_BUFFER_SIZEThe size returned by the Configuration Manager is less than the Object size for the requested object.

Definition at line 115 of file ArmFadtGenerator.c.