summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel2017-08-311-719/+0
* ArmPkg/UncachedMemoryAllocationLib: set XP bit via CPU arch protocolArd Biesheuvel2017-03-151-7/+35
* ArmPkg/UncachedMemoryAllocationLib: map uncached allocations non-executableArd Biesheuvel2017-03-081-1/+2
* ArmPkg/UncachedMemoryAllocationLib: use CWG value to align pool allocationsArd Biesheuvel2017-03-081-1/+1
* ArmPkg/UncachedMemoryAllocationLib: restore mapping attributes after freeArd Biesheuvel2017-03-081-9/+7
* ArmPkg/UncachedMemoryAllocationLib: fix warning about uninitialized local varEugene Cohen2015-11-251-0/+1
* ArmPkg: Invalidate cache after allocating UC memoryHeyi Guo2015-11-231-0/+3
* ArmPkg: Bug fix for UncachedMemoryAllocationLibHeyi Guo2015-09-021-3/+4
* ArmPkg/UncachedMemoryAllocationLib: Track uncached memory allocationsOlivier Martin2014-10-101-106/+203
* ARM Packages: Removed trailing spacesRonald Cron2014-08-191-30/+30
* ArmPkg/UncachedMemoryAllocationLib: Removed unused header (Protocol/Cpu.h)Olivier Martin2013-07-161-2/+0
* ArmPkg: Fix UncachedFreeAlignedPages in UncachedMemoryAllocationLibEugene Cohen2013-07-151-36/+2
* ArmPkg: Changed Uncached System Memory from EFI_MEMORY_UC to EFI_MEMORY_WColiviermartin2012-08-311-1/+1
* ArmPkg/UncachedMemoryAllocationLib: Use gDS function to set memory attributesoliviermartin2011-07-181-4/+3
* Update the copyright notice formathhtian2010-04-291-2/+2
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-161-1/+1
* Clean up UncachedMemoryAllocationLib to use CPU AP.andrewfish2010-02-101-162/+163
* Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2010-01-171-2/+2
* Adding support for BeagleBoard. AJFISH2009-12-061-0/+626