summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmLib/AArch64
AgeCommit message (Expand)AuthorFilesLines
2024-09-13ArmPkg/ArmLib: Drop set/way Dcache operationsArd Biesheuvel3-157/+0
2024-09-12MdePkg: Move AsmMacroIoLib*.h from ArmPkgOliver Smith-Denny4-4/+4
2024-06-19ArmPkg/ArmLib ArmMmuLib: Drop support for EL3/MON executionArd Biesheuvel2-114/+31
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/ArmV7[|Mmu].h to MdePkgPierre Gondois2-2/+2
2023-10-30ArmPkg/ArmLib: Add ArmHasEte () helper functionSami Mujawar1-0/+16
2023-10-30ArmPkg/ArmLib: Add ArmHasTrbe () helper functionSami Mujawar1-0/+15
2023-09-20ArmPkg/ArmLib: Add ArmHasVhe () helper functionLeif Lindholm1-0/+15
2023-04-21ArmLib: add functions to read system registersMarcin Juszkiewicz2-9/+99
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki2-6/+7
2021-04-28ArmPkg: Fix Ecc error 8003Pierre Gondois1-3/+3
2021-02-08ArmPkg: Add helper to read CCIDX statusRebecca Cran1-1/+18
2021-02-08ArmPkg: Fix the return type of the ReadCCSIDR functionRebecca Cran1-1/+1
2021-02-08ArmPkg: Add helper to read the Memory Model Features Register 2Rebecca Cran2-0/+14
2020-12-18ArmPkg/ArmLib: rename AArch64 variant of ArmReadIdPfr0Leif Lindholm3-3/+10
2020-12-18ArmPkg/ArmLib: delete AArch64 version of ArmReadIdPfr1Leif Lindholm1-8/+0
2020-12-18ArmPkg/ArmLib: add ArmHasGicSystemRegisters () helper functionLeif Lindholm1-0/+16
2020-03-19ArmPkg/ArmLib: Fix cache-invalidate initial page tablesAshish Singhal1-1/+1
2020-03-05ArmPkg/ArmLib: ASSERT on set/way cache ops being used with MMU onArd Biesheuvel1-0/+7
2020-03-05ArmPkg/ArmLib: clean up library includesArd Biesheuvel1-4/+5
2020-03-05ArmPkg/ArmLib: move set/way helper functions into private headerArd Biesheuvel1-0/+18
2020-03-05ArmPkg/ArmMmuLib AARCH64: cache-invalidate initial page table entriesArd Biesheuvel1-1/+8
2019-07-04ArmPkg: Fix various typosAntoine Cœur2-4/+4
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-42/+6
2019-01-29ArmPkg/ArmMmuLib AARCH64: get rid of needless TLB invalidationArd Biesheuvel1-3/+3
2018-11-29ArmPkg/ArmLib: add support for reading the max physical address space sizeArd Biesheuvel1-0/+17
2018-01-15ArmPkg/Library/ArmLib: add ArmWriteSctlrMichael Zimmermann1-0/+9
2017-09-15ArmPkg: ARM v8.2 updates for detecting FPSami Mujawar1-4/+6
2017-05-22ArmPkg: Add CNTHCTL_EL2 support functionsSami Mujawar1-0/+10
2017-02-22ArmPkg/ArmLib: AARCH64: allow the stack aligment (SA) bit to be managedArd Biesheuvel1-0/+34
2017-02-22ArmPkg/ArmLib: AARCH64: set frame pointer in cache maintenance routineArd Biesheuvel1-2/+3
2017-01-20ArmPkg/ArmLib: remove indirection layer from timer register accessorsArd Biesheuvel1-167/+0
2016-09-08ArmPkg/ArmBaseLib: clean up directory structureArd Biesheuvel1-0/+190
2016-09-08ArmPkg/ArmBaseLib: remove MemoryAllocationLib.h includesArd Biesheuvel1-1/+0
2016-09-08ArmPkg/ArmLib: remove all ArmLib flavors except ArmBaseLibArd Biesheuvel5-245/+0
2016-08-11ArmPkg/ArmLib: switch to ASM_FUNC() asm macroArd Biesheuvel3-156/+75
2016-08-11ArmLib: remove ArmReplaceLiveTranslationEntry() implementationArd Biesheuvel1-60/+0
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel4-791/+0
2016-06-15ArmPkg/ArmLib: avoid cache maintenance in PEIMs when executing in placeArd Biesheuvel5-1/+121
2016-05-12ArmPkg/ArmLib: don't invalidate entire I-cache on range operationArd Biesheuvel1-0/+5
2016-05-10ArmPkg/AArch64Mmu: don't let table entries inherit XN permission bitsArd Biesheuvel1-7/+0
2016-04-14ArmPkg/AArch64Mmu: disable MMU during page table manipulationsArd Biesheuvel4-2/+118
2016-04-14ArmPkg/AArch64Mmu: Fix XN attribute for device memoryHeyi Guo1-2/+2
2016-03-22ArmPkg/AArch64Mmu: use correct AP[] bits in ArmClearMemoryRegionReadOnlyArd Biesheuvel1-1/+1
2016-03-16ArmPkg/ArmLib: add ArmReadHcr to enable read-modify-write of HCRCohen, Eugene1-0/+6
2016-02-23ArmPkg: CpuDxe: fix AArch64 interrupt read masksCohen, Eugene1-15/+17
2015-12-08ArmPkg: update InvalidateInstructionCacheRange to flush only to PoUEugene Cohen1-0/+6
2015-11-20ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () aliasLeif Lindholm2-6/+4
2015-11-19ArmPkg: correct TTBR1_EL1 settings in TCR_EL1Mark Rutland1-1/+2
2015-11-18ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel1-1/+4
2015-11-18ArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttribute()Ard Biesheuvel1-42/+0