X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FUncachedMemoryAllocationLib%2FUncachedMemoryAllocationLib.inf;fp=ArmPkg%2FLibrary%2FUncachedMemoryAllocationLib%2FUncachedMemoryAllocationLib.inf;h=3fc16699c917c485eabb8376da22df649380c32d;hp=a48d94eef4a227755a2f55567a284ac595e6185e;hb=a7463b30402033eb87dba85e32819f2e3a3201ba;hpb=b95a25d1ca5db400338d65792aa9da15c2c6f706 diff --git a/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf b/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf index a48d94eef4..3fc16699c9 100644 --- a/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf +++ b/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf @@ -1,5 +1,7 @@ #/** @file -# Semihosting serail port lib +# +# UncachedMemoryAllocation lib that uses DXE Service to change cachability for +# a buffer. # # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.
# @@ -20,7 +22,6 @@ MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = UncachedMemoryAllocationLib - CONSTRUCTOR = UncachedMemoryAllocationLibConstructor [Sources.common] UncachedMemoryAllocationLib.c @@ -29,14 +30,9 @@ ArmPkg/ArmPkg.dec MdePkg/MdePkg.dec -[Protocols] - gEfiCpuArchProtocolGuid - [LibraryClasses] BaseLib ArmLib MemoryAllocationLib DxeServicesTableLib -[Depex] - gEfiCpuArchProtocolGuid \ No newline at end of file