summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-31ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel1-719/+0
2017-03-15ArmPkg/UncachedMemoryAllocationLib: set XP bit via CPU arch protocolArd Biesheuvel1-7/+35
2017-03-08ArmPkg/UncachedMemoryAllocationLib: map uncached allocations non-executableArd Biesheuvel1-1/+2
2017-03-08ArmPkg/UncachedMemoryAllocationLib: use CWG value to align pool allocationsArd Biesheuvel1-1/+1
2017-03-08ArmPkg/UncachedMemoryAllocationLib: restore mapping attributes after freeArd Biesheuvel1-9/+7
2015-11-25ArmPkg/UncachedMemoryAllocationLib: fix warning about uninitialized local varEugene Cohen1-0/+1
2015-11-23ArmPkg: Invalidate cache after allocating UC memoryHeyi Guo1-0/+3
2015-09-02ArmPkg: Bug fix for UncachedMemoryAllocationLibHeyi Guo1-3/+4
2014-10-10ArmPkg/UncachedMemoryAllocationLib: Track uncached memory allocationsOlivier Martin1-106/+203
2014-08-19ARM Packages: Removed trailing spacesRonald Cron1-30/+30
2013-07-16ArmPkg/UncachedMemoryAllocationLib: Removed unused header (Protocol/Cpu.h)Olivier Martin1-2/+0
2013-07-15ArmPkg: Fix UncachedFreeAlignedPages in UncachedMemoryAllocationLibEugene Cohen1-36/+2
2012-08-31ArmPkg: Changed Uncached System Memory from EFI_MEMORY_UC to EFI_MEMORY_WColiviermartin1-1/+1
2011-07-18ArmPkg/UncachedMemoryAllocationLib: Use gDS function to set memory attributesoliviermartin1-4/+3
2010-04-29Update the copyright notice formathhtian1-2/+2
2010-02-16Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish1-1/+1
2010-02-10Clean up UncachedMemoryAllocationLib to use CPU AP.andrewfish1-162/+163
2010-01-17Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH1-2/+2
2009-12-06Adding support for BeagleBoard. AJFISH1-0/+626