summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include
Commit message (Expand)AuthorAgeFilesLines
...
* ArmPkg/ArmLib: Rationalise ArmReadMidr and cognate functions.Olivier Martin2014-03-011-6/+0
* ArmPkg: Replace single dead loop.Olivier Martin2014-03-011-12/+12
* ArmPkg/ArmLib: Move common definitions from ArmV7Lib.h & AArch64Lib.h to ArmL...Olivier Martin2014-03-011-1/+43
* ArmPkg/AsmMacroIoLibV8.h: Correct 32 bit accesses in asm macrosOlivier Martin2014-02-241-85/+20
* 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/AArch64Mmu.h: Fix 'Shift is >= width of type'Olivier Martin2013-12-101-6/+6
* ArmPkg/ArmMpCoreInfo.h: Fixed macro definitionOlivier Martin2013-12-101-1/+1
* ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin2013-11-283-31/+19
* ARM Packages: Renamed PL390Gic driver into ArmGic driverOlivier Martin2013-10-291-2/+2
* ArmPkg/Include/Chipset: Fix translation table address calculations for AARCH64Garrett Kirkendall2013-10-151-3/+3
* ArmPkg/ArmGicLib.h: Added macro to retrieve the information from the ICCIDROlivier Martin2013-08-211-8/+13
* ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin2013-08-191-0/+6
* ArmPkg/ArmV7Mmu.h: Added masks to extract attributes from Section and Page en...Olivier Martin2013-08-191-1/+8
* ArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS()Olivier Martin2013-08-191-0/+3
* ArmPkg/ArmV7Mmu.h: Fixed XN bit conversion from section to small/large page f...Olivier Martin2013-08-061-2/+2
* ARM: Remove NSACR from the common codeOlivier Martin2013-08-063-22/+18
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-189-13/+652
* 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
* ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin2013-05-102-33/+0
* ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin2013-05-103-8/+19
* ArmPkg/BdsLib: Replace ARM magic value by a proper defined value.oliviermartin2013-04-141-0/+2
* ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin2013-03-121-0/+12
* ArmPkg/IndustryStandard: Added definition for some SMC IDsoliviermartin2013-03-122-0/+211
* 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/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQoliviermartin2013-01-251-0/+3
* ArmPlatformPkg/PrePi: Removed magic valuesoliviermartin2013-01-251-1/+16
* 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
* ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize s...oliviermartin2012-09-282-1/+52
* ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENToliviermartin2012-09-261-0/+2
* ArmPkg/AsmMacroIoLib: Renamed 'GetCorePositionInStack' macro into 'GetCorePos...oliviermartin2012-07-042-4/+4
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-041-6/+6
* ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface()oliviermartin2012-07-041-0/+6
* ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15oliviermartin2012-05-021-0/+25
* 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-023-58/+64
* 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