Files
slimbootloader/BootloaderCommonPkg/Library/FullMemoryAllocationLib/FullMemoryAllocationLib.inf
Maurice Ma a1d5f5ea0c Change AddMemoryResourceRange API interface
Current SBL AddMemoryResourceRange() API interface is not scalable.
If more memory type needs to be added, the interface does not allow
to do that. This patch changed the interface to use array and entry
count as parameter so that more ranges can be passed in using the
standard interfaces.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-03-16 17:05:37 -07:00

40 lines
878 B
INI

## @file
# Instance of Memory Allocation Library.
#
# Memory Allocation Library that can be used to allocate and free memory.
#
# Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = FullMemoryAllocationLib
FILE_GUID = 68C4F914-2B25-4AAA-8D36-A3335CB515B5
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = MemoryAllocationLib
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
[Sources]
Imem.h
MemData.c
Page.c
Pool.c
FullMemoryAllocationLib.c
[Packages]
MdePkg/MdePkg.dec
BootloaderCommonPkg/BootloaderCommonPkg.dec
[LibraryClasses]
DebugLib
BaseMemoryLib