summaryrefslogtreecommitdiff
path: root/ArmPkg/Include/Library/ArmLib.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-12ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin1-0/+6
2014-02-05ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin1-3/+3
2014-01-10ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin1-1/+1
2013-11-28ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin1-1/+19
2013-08-06ARM: Remove NSACR from the common codeOlivier Martin1-12/+0
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel1-3/+10
2013-06-27ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin1-2/+2
2013-05-12ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin1-0/+1
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin1-1/+0
2013-03-12ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin1-0/+12
2013-01-25ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin1-1/+13
2013-01-25ARM Packages: Fixed line endingsoliviermartin1-561/+561
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin1-6/+6
2012-05-02ArmPkg/ArmLib: Added ARM Cpu IDsoliviermartin1-0/+19
2012-05-02ArmPkg/ArmLib: Fixed MpCore macrosoliviermartin1-4/+10
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin1-2/+40
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin1-4/+11
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin1-0/+10
2012-03-26ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin1-0/+1
2012-03-26ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin1-4/+4
2012-02-29ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin1-2/+4
2012-02-28ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin1-3/+3
2012-02-14ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin1-0/+6
2011-11-01ArmPkg: Fix GetClusterId() calculation from MpIdoliviermartin1-1/+1
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin1-1/+1
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin1-1/+84
2011-09-22ArmPlatformPkg: Introduce Primary core macrosoliviermartin1-0/+8
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin1-1/+13
2011-03-31ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin1-4/+6
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish1-3/+20
2010-04-29Update the copyright notice formathhtian1-2/+2
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish1-1/+3
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish1-0/+17
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish1-1/+19
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish1-0/+6
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH1-0/+1
2010-01-12Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH1-0/+12
2009-12-06Adding support for BeagleBoard. AJFISH1-0/+294