summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmLib
AgeCommit message (Expand)Author
2017-02-22ArmPkg/ArmLib: AARCH64: allow the stack aligment (SA) bit to be managedArd Biesheuvel
2017-02-22ArmPkg/ArmLib: AARCH64: set frame pointer in cache maintenance routineArd Biesheuvel
2017-01-20ArmPkg/ArmLib: remove indirection layer from timer register accessorsArd Biesheuvel
2016-09-08ArmPkg/ArmBaseLib: clean up directory structureArd Biesheuvel
2016-09-08ArmPkg/ArmBaseLib: remove MemoryAllocationLib.h includesArd Biesheuvel
2016-09-08ArmPkg/ArmLib: remove all ArmLib flavors except ArmBaseLibArd Biesheuvel
2016-09-08ArmPkg/ArmLib: introduce ArmBaseLibArd Biesheuvel
2016-09-08ArmPkg/ArmLib: remove NullArmLibArd Biesheuvel
2016-08-11ArmPkg/ArmLib: switch to ASM_FUNC() asm macroArd Biesheuvel
2016-08-11ArmLib: remove ArmReplaceLiveTranslationEntry() implementationArd Biesheuvel
2016-08-01ArmPkg/Library: Add ArmReadSctlr for AArch64Supreeth Venkatesh
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel
2016-06-15ArmPkg/ArmLib: avoid cache maintenance in PEIMs when executing in placeArd Biesheuvel
2016-05-12ArmPkg/ArmLib: don't invalidate entire I-cache on range operationArd Biesheuvel
2016-05-10ArmPkg/AArch64Mmu: don't let table entries inherit XN permission bitsArd Biesheuvel
2016-04-14ArmPkg/AArch64Mmu: disable MMU during page table manipulationsArd Biesheuvel
2016-04-14ArmPkg/AArch64Mmu: Fix XN attribute for device memoryHeyi Guo
2016-03-22ArmPkg/AArch64Mmu: use correct AP[] bits in ArmClearMemoryRegionReadOnlyArd Biesheuvel
2016-03-16ArmPkg/ArmLib: add ArmReadHcr to enable read-modify-write of HCRCohen, Eugene
2016-03-03ArmPkg: Configure TTBCR registerEvan Lloyd
2016-02-23ArmPkg: CpuDxe: fix AArch64 interrupt read masksCohen, Eugene
2016-02-03ArmPkg: Add isb when setting SCREvan Lloyd
2015-12-15ArmPkg/ArmV7Mmu: prefer non shareable memory on non-coherent hardwareArd Biesheuvel
2015-12-15ArmPkg/ArmV7Lib: add CLANG alternative for FPEXC accessArd Biesheuvel
2015-12-08ArmPkg: update InvalidateInstructionCacheRange to flush only to PoUEugene Cohen
2015-12-03ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen
2015-11-24ArmLib/ArmV7Mmu: use 64-bit type for mapping region sizeArd Biesheuvel
2015-11-20ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () aliasLeif Lindholm
2015-11-19ArmPkg: correct TTBR1_EL1 settings in TCR_EL1Mark Rutland
2015-11-18ArmPkg/ArmV7Mmu: handle memory regions over 4 GB correctlyArd Biesheuvel
2015-11-18ArmPkg/ArmV7Lib: take MP extensions into account when programming TTBRArd Biesheuvel
2015-11-18ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareableArd Biesheuvel
2015-11-18ArmPkg/ArmV7Mmu: make cached translation table accesses shareableArd Biesheuvel
2015-11-18ArmPkg/ArmV7Lib: add function to test for presence of MP extensionsArd Biesheuvel
2015-11-18ArmPkg/ArmV7Lib: add support for reading the ID_MMFR0 system registerArd Biesheuvel
2015-11-18ArmPkg/ArmV7Mmu: fix write-through translation table accessesArd Biesheuvel
2015-11-18ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel
2015-11-18ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()Ard Biesheuvel
2015-11-12ArmPkg/ArmLib: mark all cached mappings as (inner) shareableArd Biesheuvel
2015-11-09ArmPkg/ArmLib: add accessor function for Cache Writeback GranuleArd Biesheuvel
2015-11-09ArmPkg/ArmLib: move cache maintenance sync barriers out of loopArd Biesheuvel
2015-11-09ArmPkg/ArmLib: retrieve cache line length from CTR not CCSIDRArd Biesheuvel
2015-11-09ArmPkg/ArmLib: remove CCSIDR based cache info routinesArd Biesheuvel
2015-11-09ArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU()Ard Biesheuvel
2015-11-09ArmPkg BeagleBoardPkg Omap35xxPkg: fix typo 'ArmDataSyncronizationBarrier'Ard Biesheuvel
2015-11-09ArmPkg/ArmLib: remove unused ARM9 supportArd Biesheuvel
2015-11-09ArmPkg/ArmLib: fix barriers in AArch64 ArmEnableMmuMark Rutland
2015-10-08ArmPkg/ArmLib MMU: add functions to set/clear RO and XN bits on regionsArd Biesheuvel
2015-10-08ArmPkg/AArch64Mmu: move page table traversal code to separate functionArd Biesheuvel
2015-10-08ArmPkg/AArch64Mmu: use architecturally correct definitions for XN/UXNArd Biesheuvel