summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmLib
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: remove cache maintenance by VA operation range size thresholdArd Biesheuvel2015-04-1412-30/+0
* ArmPkg: Ensured the stack is always quad-word alignedOlivier Martin2014-11-111-4/+4
* ArmPkg/ArmLib: Removed duplicated invalidate TLB functionOlivier Martin2014-10-274-30/+0
* ArmPkg/ArmLib/AArch64: Initialize the new N+1-level page table before registe...Olivier Martin2014-10-101-6/+8
* ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLibArd Biesheuvel2014-09-092-214/+0
* ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.hArd Biesheuvel2014-09-092-2/+2
* ARM Packages: Replace tabs by spaces for indentationRonald Cron2014-08-262-2/+2
* ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore()Olivier Martin2014-08-202-4/+8
* ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributesOlivier Martin2014-08-191-0/+3
* ARM Packages: Removed trailing spacesRonald Cron2014-08-1932-223/+223
* ArmPkg/ArmLib: Improved ArmConfigureMmu PerformanceEugene Cohen2014-07-091-12/+12
* ArmPkg/ArmLib: Drain Write Buffer before DCache maintenance operations.Olivier Martin2014-06-032-1/+10
* ARM Packages: Use AND instead of BIC instruction with immediateBrendan Jackman2014-05-081-7/+6
* ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman2014-05-081-20/+20
* ArmLib/AArch64Support.S: remove export of unimplemented functionBrendan Jackman2014-05-081-1/+0
* ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman2014-05-084-13/+13
* ArmPkg/ArmLib: Fixed AArch64 MMU code when a region overlaps 2 level-3 page t...Olivier Martin2014-04-241-3/+10
* ArmPkg/ArmLib: Correct Error Handling in AArch64Olivier Martin2014-03-261-6/+22
* ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended...Olivier Martin2014-03-261-12/+0
* ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLROlivier Martin2014-03-264-5/+80
* ArmPkg/ArmLib: Removed unused AArch64 filesOlivier Martin2014-03-244-139/+6
* ArmPkg/ArmLib: Renamed Cp15CacheInfo into ArmCacheInfoOlivier Martin2014-03-243-15/+16
* ArmPkg/ArmLib: Removed unused ArmSwitchProcessorMode & ArmProcessorMode funct...Olivier Martin2014-03-241-19/+0
* ArmPkg: Tidy assembler codeOlivier Martin2014-03-013-10/+10
* ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin2014-03-017-28/+9
* ArmPkg/ArmLib: Fix compilation error with -O3 switchOlivier Martin2014-03-011-17/+17
* ArmPkg/ArmLib: ArmReadVBar implementation missing in AArch64Olivier Martin2014-03-011-0/+11
* ArmPkg: Replace single dead loop.Olivier Martin2014-03-012-6/+1
* ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin2014-03-012-106/+0
* ARM Packages: Include 'AsmMacroIoLibV8.h' instead of the 32bit versionOlivier Martin2014-02-241-2/+2
* ARM Packages: CRLF fixupLeif Lindholm2014-02-121-4/+4
* ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin2014-02-124-4/+23
* ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin2014-02-051-3/+3
* ArmPkg/ArmLib: Fix AARCH64 page table entry filling overrunGarrett Kirkendall2014-01-241-0/+2
* ArmPkg/ArmLib: Revert change 'Fixed field shifting in CLIDR_EL1 (AArch64)'Olivier Martin2013-09-231-2/+4
* ArmPkg/ArmLib: Fixed field shifting in CLIDR_EL1 (AArch64)Olivier Martin2013-09-161-2/+2
* ArmPkg/ArmLib: Change comment to match code for setting of V bit in SCTLR reg...Roy Franz2013-09-022-2/+2
* ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin2013-08-191-6/+19
* ArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS()Olivier Martin2013-08-191-3/+3
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-065-27/+27
* ArmPkg/ArmLib: Fixed TBLs invalidation in EL1Olivier Martin2013-07-262-4/+4
* ArmPkg/Library: AArch64 MMU EL1 supportOlivier Martin2013-07-261-4/+27
* ArmPkg/ArmLib/AArch64: Use the appropriate macros and update commentsOlivier Martin2013-07-261-6/+8
* ArmPkg/ArmLib/AArch64: Fixed the calculation of the last entry in the Transla...Olivier Martin2013-07-241-3/+5
* ArmPkg: Added AArch64 support (missing files)Harry Liebel2013-07-181-0/+202
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-1814-1/+2324
* ArmPkg/ArmLib: Marked functions as 'STATIC' if not exposed outside of the sco...Olivier Martin2013-06-271-0/+2
* ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin2013-06-273-31/+41
* ArmPkg/ArmLib: Removed ArmInvalidateTlb when disabling cache as ArmDisableMmu...Olivier Martin2013-06-191-1/+1
* ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin2013-03-122-2/+23