summaryrefslogtreecommitdiff
path: root/ArmPkg/Include/Library/ArmLib.h
AgeCommit message (Expand)Author
2016-12-26ArmPkg: Remove unused PackageGuo Mang
2015-08-19ArmPkg: remove ARMv6 support codeArd Biesheuvel
2015-02-16ArmPkg/ArmLib.h: Add CPU Affinity definitionsOlivier Martin
2014-10-27ArmPkg/ArmLib: Removed duplicated invalidate TLB functionOlivier Martin
2014-08-19ARM Packages: Removed trailing spacesRonald Cron
2014-07-29ArmPkg/ArmLib.h: Fixed name of the argumentOlivier Martin
2014-07-15ArmPkg/ArmLib.h: Removed GET_CORE_POS macroRonald Cron
2014-03-26ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLROlivier Martin
2014-03-24ArmPkg/ArmLib: Renamed Cp15CacheInfo into ArmCacheInfoOlivier Martin
2014-03-24ArmPkg/ArmLib: Removed unused ArmSwitchProcessorMode & ArmProcessorMode funct...Olivier Martin
2014-03-01ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin
2014-03-01ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin
2014-02-12ArmPkg/ArmLib: Added ArmReadMidr()Olivier Martin
2014-02-05ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GBOlivier Martin
2014-01-10ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin
2013-11-28ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin
2013-08-06ARM: Remove NSACR from the common codeOlivier Martin
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel
2013-06-27ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin
2013-05-12ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin
2013-03-12ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin
2013-01-25ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin
2013-01-25ARM Packages: Fixed line endingsoliviermartin
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin
2012-05-02ArmPkg/ArmLib: Added ARM Cpu IDsoliviermartin
2012-05-02ArmPkg/ArmLib: Fixed MpCore macrosoliviermartin
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin
2012-03-26ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODEoliviermartin
2012-03-26ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masksoliviermartin
2012-02-29ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin
2012-02-28ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin
2012-02-14ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin
2011-11-01ArmPkg: Fix GetClusterId() calculation from MpIdoliviermartin
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin
2011-09-22ArmPlatformPkg: Introduce Primary core macrosoliviermartin
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin
2011-03-31ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish
2010-04-29Update the copyright notice formathhtian
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH
2010-01-12Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH
2009-12-06Adding support for BeagleBoard. AJFISH