TianoCore EDK2 master
Loading...
Searching...
No Matches
RamNonRuntime.c File Reference
#include <Base.h>

Go to the source code of this file.

Functions

RETURN_STATUS EFIAPI DebugLibFdtPL011UartRamConstructor (VOID)
 

Detailed Description

Provide an empty lib instance constructor for modules that can only run from RAM but are not DXE_RUNTIME_DRIVER modules.

This ensures that e.g. any HobLib constructor is ordered correctly. (The DXE_CORE calls constructors late, but the DXE_CORE HobLib instance needs no construction anyway.)

Copyright (C) Red Hat

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file RamNonRuntime.c.

Function Documentation

◆ DebugLibFdtPL011UartRamConstructor()

RETURN_STATUS EFIAPI DebugLibFdtPL011UartRamConstructor ( VOID  )

Empty library instance constructor, only for ensuring the connectivity of the constructor dependency graph.

Definition at line 22 of file RamNonRuntime.c.