summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmLib
AgeCommit message (Expand)AuthorFilesLines
2024-06-19ArmPkg/ArmLib ArmMmuLib: Drop support for EL3/MON executionArd Biesheuvel3-131/+31
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/Aarch64[|Mmu].h to MdePkgPierre Gondois1-1/+1
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
2023-03-16ArmPkg/ArmMmuLib ARM: Isolate the access flag from AP maskArd Biesheuvel1-0/+2
2022-05-13ArmPkg: Remove RVCT supportRebecca Cran5-671/+0
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