summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-12-08ArmPkg: update InvalidateInstructionCacheRange to flush only to PoUEugene Cohen4-1/+18
2015-12-07ArmPkg/BdsLib: Send RemainingDevicePath to PXE Load File protocolHeyi Guo1-2/+2
2015-12-03ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen25-257/+145
2015-12-01ArmPkg: Convert whole-cache InvalidateInstructionCache to just ASSERTEugene Cohen1-1/+1
2015-11-30ArmPkg/ArmSoftFloatLib: add support for RVCTArd Biesheuvel15-17/+1
2015-11-30ArmPkg: factor out softfloat support from StdLib/LibC/SoftFloatArd Biesheuvel20-0/+4771
2015-11-27ArmPkg/BdsLib: drop bogus gArmGlobalVariableGuid dependencyArd Biesheuvel1-1/+0
2015-11-25ArmPkg/PeiServicesTablePointerLib: add missing MigratePeiServicesTablePointer()Eugene Cohen1-0/+23
2015-11-25ArmPkg/UncachedMemoryAllocationLib: fix warning about uninitialized local varEugene Cohen1-0/+1
2015-11-24ArmLib/ArmV7Mmu: use 64-bit type for mapping region sizeArd Biesheuvel1-1/+1
2015-11-23ArmPkg: Invalidate cache after allocating UC memoryHeyi Guo2-0/+4
2015-11-20ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () aliasLeif Lindholm5-14/+8
2015-11-19ArmPkg/ArmPlatformPkg: position vectors relative to baseMark Rutland1-19/+22
2015-11-19ArmPkg: correct TTBR1_EL1 settings in TCR_EL1Mark Rutland1-1/+2
2015-11-18ArmPkg/ArmV7Mmu: handle memory regions over 4 GB correctlyArd Biesheuvel1-2/+9
2015-11-18ArmPkg/ArmV7Lib: take MP extensions into account when programming TTBRArd Biesheuvel1-3/+3
2015-11-18ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareableArd Biesheuvel3-9/+27
2015-11-18ArmPkg/ArmV7Mmu: make cached translation table accesses shareableArd Biesheuvel1-0/+13
2015-11-18ArmPkg/ArmV7Lib: add function to test for presence of MP extensionsArd Biesheuvel3-0/+20
2015-11-18ArmPkg/ArmV7Lib: add support for reading the ID_MMFR0 system registerArd Biesheuvel3-0/+16
2015-11-18ArmPkg/ArmV7Mmu: fix write-through translation table accessesArd Biesheuvel1-1/+1
2015-11-18ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel2-2/+5
2015-11-18ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()Ard Biesheuvel1-42/+0
2015-11-17ArmPkg: ensure DebugAgentVectorTable is 2K-alignedMark Rutland1-1/+1
2015-11-12ArmPkg/ArmLib: mark all cached mappings as (inner) shareableArd Biesheuvel1-11/+10
2015-11-09ArmPkg/ArmDmaLib: use the cache writeback granularity for alignmentArd Biesheuvel1-1/+1
2015-11-09ArmPkg/ArmLib: add accessor function for Cache Writeback GranuleArd Biesheuvel1-0/+17
2015-11-09ArmCacheMaintenanceLib: disallow whole D-cache maintenance operationsArd Biesheuvel1-4/+4
2015-11-09ArmPkg/ArmLib: move cache maintenance sync barriers out of loopArd Biesheuvel4-36/+1
2015-11-09ArmPkg/ArmLib: retrieve cache line length from CTR not CCSIDRArd Biesheuvel3-52/+18
2015-11-09ArmPkg/ArmLib: remove CCSIDR based cache info routinesArd Biesheuvel5-410/+0
2015-11-09ArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU()Ard Biesheuvel7-186/+0
2015-11-09ArmPkg BeagleBoardPkg Omap35xxPkg: fix typo 'ArmDataSyncronizationBarrier'Ard Biesheuvel3-6/+6
2015-11-09ArmPkg/ArmLib: remove unused ARM9 supportArd Biesheuvel6-691/+0
2015-11-09ArmPkg/ArmLib: fix barriers in AArch64 ArmEnableMmuMark Rutland1-2/+4
2015-11-09ArmPkg/BdsLib: Increase fallback tftp buffer sizeAshutosh Singh1-2/+2
2015-10-08ArmPkg/ArmLib MMU: add functions to set/clear RO and XN bits on regionsArd Biesheuvel2-0/+126
2015-10-08ArmPkg/AArch64Mmu: move page table traversal code to separate functionArd Biesheuvel1-19/+31
2015-10-08ArmPkg/AArch64Mmu: use architecturally correct definitions for XN/UXNArd Biesheuvel1-1/+2
2015-10-06ArmPkg/AArch64Mmu: remove cache maintenance for page tablesArd Biesheuvel1-6/+0
2015-10-02ArmPkg/Mmu: do not configure block translations at level 0Ard Biesheuvel1-2/+3
2015-09-09ArmPkg/Mmu: Fix potential page table memory leakHeyi Guo1-0/+7
2015-09-09ArmPkg/Mmu: Increase PageLevel when table found at the targeted levelHeyi Guo1-30/+15
2015-09-09ArmPkg/Mmu: Fix literal number left shift bugHeyi Guo1-12/+4
2015-09-09ArmPkg/Mmu: Fix page level calculation bugHeyi Guo1-1/+1
2015-09-09ArmPkg/Mmu: Fix bug of aligning new allocated page tableHeyi Guo1-7/+4
2015-09-02ArmPkg: Bug fix for UncachedMemoryAllocationLibHeyi Guo1-3/+4
2015-08-19ArmPkg: remove ARMv6 support codeArd Biesheuvel9-756/+0
2015-07-28ArmPkg: cache detected revision in ArmGicArchLibArd Biesheuvel3-9/+40
2015-07-28ArmPkg: copy ArmGicArchLib to ArmGicArchSecLibArd Biesheuvel3-0/+135