summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmLib/ArmV7
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Configure TTBCR registerEvan Lloyd2016-03-031-1/+12
* ArmPkg/ArmV7Mmu: prefer non shareable memory on non-coherent hardwareArd Biesheuvel2015-12-152-3/+53
* ArmPkg/ArmV7Lib: add CLANG alternative for FPEXC accessArd Biesheuvel2015-12-151-0/+4
* ArmPkg: update InvalidateInstructionCacheRange to flush only to PoUEugene Cohen2015-12-082-0/+11
* ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen2015-12-033-144/+75
* ArmLib/ArmV7Mmu: use 64-bit type for mapping region sizeArd Biesheuvel2015-11-241-1/+1
* ArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer () aliasLeif Lindholm2015-11-203-8/+4
* ArmPkg/ArmV7Mmu: handle memory regions over 4 GB correctlyArd Biesheuvel2015-11-181-2/+9
* ArmPkg/ArmV7Lib: take MP extensions into account when programming TTBRArd Biesheuvel2015-11-181-3/+3
* ArmPkg/ArmV7Mmu: introduce feature PCD to map normal memory non-shareableArd Biesheuvel2015-11-183-9/+27
* ArmPkg/ArmV7Mmu: make cached translation table accesses shareableArd Biesheuvel2015-11-181-0/+13
* ArmPkg/ArmV7Lib: add function to test for presence of MP extensionsArd Biesheuvel2015-11-183-0/+20
* ArmPkg/ArmV7Lib: add support for reading the ID_MMFR0 system registerArd Biesheuvel2015-11-183-0/+16
* ArmPkg/ArmV7Mmu: fix write-through translation table accessesArd Biesheuvel2015-11-181-1/+1
* ArmPkg/Mmu: set required XN attributes for device mappingsArd Biesheuvel2015-11-181-1/+1
* ArmPkg/ArmLib: move cache maintenance sync barriers out of loopArd Biesheuvel2015-11-092-24/+0
* ArmPkg/ArmLib: retrieve cache line length from CTR not CCSIDRArd Biesheuvel2015-11-091-27/+0
* ArmPkg/ArmLib: remove CCSIDR based cache info routinesArd Biesheuvel2015-11-091-142/+0
* ArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU()Ard Biesheuvel2015-11-094-136/+0
* ArmPkg BeagleBoardPkg Omap35xxPkg: fix typo 'ArmDataSyncronizationBarrier'Ard Biesheuvel2015-11-092-4/+4
* ArmPkg/ArmLib MMU: add functions to set/clear RO and XN bits on regionsArd Biesheuvel2015-10-081-0/+36
* ArmPkg/ArmLib: Fixed build after recent BaseTools changesOlivier Martin2015-06-151-3/+3
* ArmPkg: remove cache maintenance by VA operation range size thresholdArd Biesheuvel2015-04-143-9/+0
* ArmPkg/ArmLib: Removed duplicated invalidate TLB functionOlivier Martin2014-10-272-12/+0
* ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLibArd Biesheuvel2014-09-091-107/+0
* ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.hArd Biesheuvel2014-09-091-1/+1
* ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore()Olivier Martin2014-08-202-4/+8
* ARM Packages: Removed trailing spacesRonald Cron2014-08-1913-124/+124
* ArmPkg/ArmLib: Improved ArmConfigureMmu PerformanceEugene Cohen2014-07-091-12/+12
* ArmPkg/ArmLib: Drain Write Buffer before DCache maintenance operations.Olivier Martin2014-06-031-0/+5
* ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin2014-03-012-11/+1
* ArmPkg/ArmLib: Fix compilation error with -O3 switchOlivier Martin2014-03-011-17/+17
* ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin2014-03-011-41/+0
* ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin2014-02-122-3/+13
* 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
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-062-4/+24
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-181-1/+1
* 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-271-15/+20
* ArmPkg/ArmLib: Removed ArmInvalidateTlb when disabling cache as ArmDisableMmu...Olivier Martin2013-06-191-1/+1
* ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-123-6/+6
* ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin2013-01-251-24/+0
* ARM Packages: Fixed line endingsoliviermartin2013-01-252-539/+539
* ARM Packages: Fixed mispellingsoliviermartin2012-07-041-1/+1
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-041-1/+1
* ArmPkg/ArmLib: Fixed parameter checking in ArmConfigureMmu()oliviermartin2012-06-061-1/+1
* ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2012-05-022-0/+12
* ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin2012-05-021-12/+12
* ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin2012-03-262-0/+2