summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library
Commit message (Expand)AuthorAgeFilesLines
* 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: Removed unused header 'BdsUnixLib.h'Olivier Martin2014-02-121-38/+0
* 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 Packages: Renamed PL390Gic driver into ArmGic driverOlivier Martin2013-10-291-2/+2
* ArmPkg/ArmGicLib.h: Added macro to retrieve the information from the ICCIDROlivier Martin2013-08-211-8/+13
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-061-12/+0
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-182-8/+15
* 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: Fixed unsigned type to be architecture independentoliviermartin2013-03-121-10/+11
* ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin2013-03-121-8/+17
* ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin2013-03-061-0/+44
* ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin2013-01-251-1/+13
* ARM Packages: Fixed line endingsoliviermartin2013-01-257-1541/+1541
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-041-6/+6
* ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface()oliviermartin2012-07-041-0/+6
* ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin2012-05-021-12/+6
* ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin2012-05-021-1/+2
* 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-022-19/+11
* ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInt...oliviermartin2012-05-021-0/+6
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-261-1/+2
* 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/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the se...oliviermartin2012-03-261-1/+9
* ArmPkg/ArmLib: Replaced 'UINTN' type by architecture agnostic types (EFI_PHYS...oliviermartin2012-02-291-2/+4
* ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)oliviermartin2012-02-281-7/+7
* ArmPkg/ArmLib.h: Update 'ARM_MEMORY_REGION_DESCRIPTOR' to support 64bit addre...oliviermartin2012-02-281-3/+3
* ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin2012-02-281-88/+0
* 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-272-1/+116
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-271-1/+84
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)oliviermartin2011-09-271-0/+46
* ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin2011-09-221-22/+0
* ArmPlatformPkg: Introduce Primary core macrosoliviermartin2011-09-221-0/+8
* ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2011-09-221-0/+126
* ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin2011-09-221-1/+19
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-221-3/+22
* ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin2011-09-091-0/+38
* ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin2011-09-091-2/+6