summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmLib
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki6-55/+57
2021-06-18ArmPkg: Move cache defs used in Universal/Smbios into ArmCache.hRebecca Cran1-123/+0
2021-04-28ArmPkg: Fix Ecc error 8003Pierre Gondois3-9/+9
2021-02-08ArmPkg: Add helper to read the CCSIDR2 registerRebecca Cran3-0/+31
2021-02-08ArmPkg: Add helper to read CCIDX statusRebecca Cran2-2/+36
2021-02-08ArmPkg: Update ArmLibPrivate.h with cache register definitionsRebecca Cran1-0/+97
2021-02-08ArmPkg: Fix the return type of the ReadCCSIDR functionRebecca Cran4-4/+11
2021-02-08ArmPkg: Add helper function to read the Memory Model Feature Register 4Rebecca Cran3-2/+14
2021-02-08ArmPkg: Add helper to read the Memory Model Features Register 2Rebecca Cran2-0/+14
2021-01-06ArmPkg: Fix Ecc error 5007 in ArmLibPierre Gondois1-15/+5
2020-12-18ArmPkg/ArmLib: move ArmReadIdPfr0/1 into private header ArmV7Lib.hLeif Lindholm1-0/+12
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: add ArmHasSecurityExtensions () helper functionLeif Lindholm1-0/+15
2020-12-18ArmPkg/ArmLib: add ArmHasGicSystemRegisters () helper functionLeif Lindholm2-0/+32
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 Biesheuvel3-0/+17
2020-03-05ArmPkg/ArmLib: remove bogus protocol declarationArd Biesheuvel1-3/+0
2020-03-05ArmPkg/ArmLib: clean up library includesArd Biesheuvel3-10/+11
2020-03-05ArmPkg/ArmLib: move set/way helper functions into private headerArd Biesheuvel2-0/+36
2020-03-05ArmPkg/ArmMmuLib AARCH64: cache-invalidate initial page table entriesArd Biesheuvel1-1/+8
2019-07-23ArmPkg: list module-internal header files in INF [Sources]Laszlo Ersek1-0/+3
2019-07-04ArmPkg: Fix various typosAntoine Cœur2-4/+4
2019-05-31ArmPkg/ArmLib ARM: set .fpu to let Clang 7 assemble ArmV7Support.SArd Biesheuvel1-0/+2
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney19-132/+19
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 Biesheuvel3-0/+33
2018-06-21ArmPkg/ArmMmuLib ARM: assume page tables are in writeback cacheable memoryArd Biesheuvel1-2/+0
2018-01-15ArmPkg/Library/ArmLib: add ArmWriteSctlrMichael Zimmermann3-0/+16
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 Biesheuvel3-336/+0
2016-09-08ArmPkg/ArmBaseLib: clean up directory structureArd Biesheuvel15-12/+12
2016-09-08ArmPkg/ArmBaseLib: remove MemoryAllocationLib.h includesArd Biesheuvel2-2/+0
2016-09-08ArmPkg/ArmLib: remove all ArmLib flavors except ArmBaseLibArd Biesheuvel8-393/+0
2016-09-08ArmPkg/ArmLib: introduce ArmBaseLibArd Biesheuvel1-0/+59
2016-09-08ArmPkg/ArmLib: remove NullArmLibArd Biesheuvel2-158/+0
2016-08-11ArmPkg/ArmLib: switch to ASM_FUNC() asm macroArd Biesheuvel9-424/+205
2016-08-11ArmLib: remove ArmReplaceLiveTranslationEntry() implementationArd Biesheuvel1-60/+0
2016-08-01ArmPkg/Library: Add ArmReadSctlr for AArch64Supreeth Venkatesh1-1/+11
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel12-1244/+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 Biesheuvel3-0/+16
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