TianoCore EDK2 master
|
#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_TABLE * | HobConstructor (IN VOID *EfiMemoryBegin, IN UINTN EfiMemoryLength, IN VOID *EfiFreeMemoryBottom, IN VOID *EfiFreeMemoryTop) |
Variables | |
VOID * | gHobList |
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.
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.
|
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.