summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library/ArmLib.h
Commit message (Expand)AuthorAgeFilesLines
* ARM Packages: Removed trailing spacesRonald Cron2014-08-191-15/+15
* ArmPkg/ArmLib.h: Fixed name of the argumentOlivier Martin2014-07-291-1/+13
* ArmPkg/ArmLib.h: Removed GET_CORE_POS macroRonald Cron2014-07-151-3/+0
* ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLROlivier Martin2014-03-261-0/+29
* ArmPkg/ArmLib: Renamed Cp15CacheInfo into ArmCacheInfoOlivier Martin2014-03-241-2/+2
* ArmPkg/ArmLib: Removed unused ArmSwitchProcessorMode & ArmProcessorMode funct...Olivier Martin2014-03-241-12/+0
* ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin2014-03-011-6/+0
* ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin2014-03-011-1/+43
* ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin2014-02-121-0/+6
* ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin2014-02-051-3/+3
* ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin2014-01-101-1/+1
* ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin2013-11-281-1/+19
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-061-12/+0
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-181-3/+10
* ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin2013-06-271-2/+2
* ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin2013-05-121-0/+1
* ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin2013-05-101-1/+0
* ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin2013-03-121-0/+12
* ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin2013-01-251-1/+13
* ARM Packages: Fixed line endingsoliviermartin2013-01-251-561/+561
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-041-6/+6
* ArmPkg/ArmLib: Added ARM Cpu IDsoliviermartin2012-05-021-0/+19
* ArmPkg/ArmLib: Fixed MpCore macrosoliviermartin2012-05-021-4/+10
* ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin2012-05-021-2/+40
* ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin2012-05-021-4/+11
* ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2012-05-021-0/+10
* ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin2012-03-261-0/+1
* ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin2012-03-261-4/+4
* ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin2012-02-291-2/+4
* ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin2012-02-281-3/+3
* ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin2012-02-141-0/+6
* ArmPkg: Fix GetClusterId() calculation from MpIdoliviermartin2011-11-011-1/+1
* ArmPkg: Add ARM Architectural Timer supportoliviermartin2011-09-271-1/+1
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-271-1/+84
* ArmPlatformPkg: Introduce Primary core macrosoliviermartin2011-09-221-0/+8
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-031-1/+13
* ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin2011-03-311-4/+6
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-021-3/+20
* Update the copyright notice formathhtian2010-04-291-2/+2
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-131-1/+3
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-051-0/+17
* Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish2010-02-241-1/+19
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-271-0/+6
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-141-0/+1
* Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2010-01-121-0/+12
* Adding support for BeagleBoard. AJFISH2009-12-061-0/+294