summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmLib/Common
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Configure TTBCR registerEvan Lloyd2016-03-032-2/+13
* ArmPkg: CpuDxe: fix AArch64 interrupt read masksCohen, Eugene2016-02-231-10/+6
* ArmPkg: Add isb when setting SCREvan Lloyd2016-02-033-0/+3
* ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen2015-12-031-55/+29
* ArmPkg/ArmLib: add accessor function for Cache Writeback GranuleArd Biesheuvel2015-11-091-0/+17
* ArmPkg/ArmLib: retrieve cache line length from CTR not CCSIDRArd Biesheuvel2015-11-091-0/+18
* ArmPkg/ArmLib: remove CCSIDR based cache info routinesArd Biesheuvel2015-11-091-20/+0
* ArmPkg: remove ARMv6 support codeArd Biesheuvel2015-08-192-12/+0
* ARM Packages: Replace tabs by spaces for indentationRonald Cron2014-08-261-1/+1
* ARM Packages: Removed trailing spacesRonald Cron2014-08-194-11/+11
* 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: Renamed Cp15CacheInfo into ArmCacheInfoOlivier Martin2014-03-242-4/+4
* 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-013-8/+8
* ArmPkg: Replace single dead loop.Olivier Martin2014-03-011-3/+1
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-063-23/+3
* ArmPkg/ArmLib: Fixed TBLs invalidation in EL1Olivier Martin2013-07-261-1/+1
* ArmPkg: Added AArch64 support (missing files)Harry Liebel2013-07-181-0/+202
* ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin2013-03-122-2/+23
* ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-122-0/+0
* ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2012-05-023-9/+70
* ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2012-05-022-1/+21
* ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin2012-03-262-0/+2
* ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin2012-02-141-10/+0
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-273-258/+308
* Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish2011-02-031-3/+7
* Fix issue with fixing tabs.andrewfish2011-02-022-52/+52
* Remove tabs from all text files in the package.andrewfish2011-02-022-52/+52
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-022-35/+34
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-151-0/+15
* Update the copyright notice formathhtian2010-04-294-8/+8
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-052-0/+50
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-191-0/+20
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-141-1/+1
* Need to add some extra functions to the libraries to support paging in the Cp...AJFISH2010-01-122-0/+11
* Adding support for BeagleBoard. AJFISH2009-12-064-0/+309