index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ArmPkg
/
Include
/
Library
/
ArmLib.h
Age
Commit message (
Expand
)
Author
2015-02-16
ArmPkg/ArmLib.h: Add CPU Affinity definitions
Olivier Martin
2014-10-27
ArmPkg/ArmLib: Removed duplicated invalidate TLB function
Olivier Martin
2014-08-19
ARM Packages: Removed trailing spaces
Ronald Cron
2014-07-29
ArmPkg/ArmLib.h: Fixed name of the argument
Olivier Martin
2014-07-15
ArmPkg/ArmLib.h: Removed GET_CORE_POS macro
Ronald Cron
2014-03-26
ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLR
Olivier Martin
2014-03-24
ArmPkg/ArmLib: Renamed Cp15CacheInfo into ArmCacheInfo
Olivier Martin
2014-03-24
ArmPkg/ArmLib: Removed unused ArmSwitchProcessorMode & ArmProcessorMode funct...
Olivier Martin
2014-03-01
ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.
Olivier Martin
2014-03-01
ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...
Olivier Martin
2014-02-12
ArmPkg/ArmLib: Added ArmReadMidr()
Olivier Martin
2014-02-05
ArmPkg/ArmLib: VBAR_ELx not written correctly when handler above 4GB
Olivier Martin
2014-01-10
ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64
Olivier Martin
2013-11-28
ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLib
Olivier Martin
2013-08-06
ARM: Remove NSACR from the common code
Olivier Martin
2013-07-18
ArmPkg: Added Aarch64 support
Harry Liebel
2013-06-27
ArmPkg: Made ArmConfigureMmu() returns a status code
Olivier Martin
2013-05-12
ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.
oliviermartin
2013-05-10
ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()
oliviermartin
2013-03-12
ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.
oliviermartin
2013-01-25
ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...
oliviermartin
2013-01-25
ARM Packages: Fixed line endings
oliviermartin
2012-07-04
ArmPkg: Fixed RVCT compiler warnings
oliviermartin
2012-05-02
ArmPkg/ArmLib: Added ARM Cpu IDs
oliviermartin
2012-05-02
ArmPkg/ArmLib: Fixed MpCore macros
oliviermartin
2012-05-02
ArmPkg/ArmLib: Added new functions to access ARM coprocessors
oliviermartin
2012-05-02
ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptor
oliviermartin
2012-05-02
ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...
oliviermartin
2012-03-26
ArmPkg/ArmLib: Added ARM_PROCESSOR_MODE_HYP to ARM_PROCESSOR_MODE
oliviermartin
2012-03-26
ArmPkg/ArmLib.h: Fixed the ClusterId and CoreId masks
oliviermartin
2012-02-29
ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...
oliviermartin
2012-02-28
ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...
oliviermartin
2012-02-14
ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...
oliviermartin
2011-11-01
ArmPkg: Fix GetClusterId() calculation from MpId
oliviermartin
2011-09-27
ArmPkg: Add ARM Architectural Timer support
oliviermartin
2011-09-27
ArmPkg/ArmLib: Clean ArmV7Lib
oliviermartin
2011-09-22
ArmPlatformPkg: Introduce Primary core macros
oliviermartin
2011-06-03
ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functions
oliviermartin
2011-03-31
ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()
oliviermartin
2011-02-02
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...
andrewfish
2010-04-29
Update the copyright notice format
hhtian
2010-04-13
Cleanup MMU code to do book required sync. Update exception handler to clear ...
andrewfish
2010-03-05
Added FIQ interrupt primatives. Update exception handler to disable/reenable ...
andrewfish
2010-02-24
Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...
andrewfish
2010-01-27
Added a library for the default exception handler and started to add a dissas...
andrewfish
2010-01-14
Added support for L2 (4K) page tables and made the CPU driver change cachabil...
AJFISH
2010-01-12
Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...
AJFISH
2009-12-06
Adding support for BeagleBoard.
AJFISH