TianoCore EDK2 master
Loading...
Searching...
No Matches
StandaloneMmCoreHobLibInternal.c File Reference
#include <PiMm.h>
#include <Library/HobLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include <Guid/MemoryAllocationHob.h>

Go to the source code of this file.

Functions

EFI_HOB_HANDOFF_INFO_TABLEHobConstructor (IN VOID *EfiMemoryBegin, IN UINTN EfiMemoryLength, IN VOID *EfiFreeMemoryBottom, IN VOID *EfiFreeMemoryTop)
 

Variables

VOID * gHobList
 

Detailed Description

HOB Library implementation for Standalone MM Core.

Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.

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

Definition in file StandaloneMmCoreHobLibInternal.c.

Function Documentation

◆ HobConstructor()

EFI_HOB_HANDOFF_INFO_TABLE * HobConstructor ( IN VOID *  EfiMemoryBegin,
IN UINTN  EfiMemoryLength,
IN VOID *  EfiFreeMemoryBottom,
IN VOID *  EfiFreeMemoryTop 
)

Definition at line 25 of file StandaloneMmCoreHobLibInternal.c.

Variable Documentation

◆ gHobList

VOID* gHobList
extern

Global variable that contains a pointer to the Hob List passed into the DXE Core entry point.

Definition at line 18 of file DxeCoreEntryPoint.c.