summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/CpuDxe: Added support to not set a memory region with the same attributeOlivier Martin2013-08-194-4/+364
* ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes()Olivier Martin2013-08-191-6/+1
* ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronizationOlivier Martin2013-08-192-8/+17
* ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception typeGirish K S2013-08-191-3/+3
* ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin2013-07-262-7/+16
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-1811-3/+902
* ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture speci...Olivier Martin2013-07-184-246/+276
* ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreIdOlivier Martin2013-07-172-8/+0
* ArmPkg/PL390Gic: Populate the GIC Distributor Target Register with the GIC CP...Olivier Martin2013-07-171-5/+20
* ArmPkg: Made ArmConfigureMmu() returns a status codeOlivier Martin2013-06-271-2/+5
* ArmPkg/Drivers/TimerDxe: Improve Timer initialisation.Olivier Martin2013-06-191-18/+15
* ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin2013-05-106-18/+12
* ArmPkg/PL390Gic: Do not try to clear spurious interrupts.oliviermartin2013-04-141-6/+7
* ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-123-2/+2
* ArmPkg/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQoliviermartin2013-01-251-3/+4
* ArmPkg: Fixed ArmPkg.dsc RELEASE buildoliviermartin2013-01-251-0/+3
* ARM Packages: Fixed line endingsoliviermartin2013-01-258-1562/+1562
* ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin2012-09-285-11/+11
* ARM Packages: Minor typo, mispellings and coding style changesoliviermartin2012-09-273-11/+11
* ARM Packages: Fixed mispellingsoliviermartin2012-07-042-2/+2
* ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculationoliviermartin2012-07-041-1/+1
* ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface()oliviermartin2012-07-041-0/+13
* ArmPkg/PL390Gic: Fixed initialization when the primary core is not (Cluster0,...oliviermartin2012-07-042-2/+15
* ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib'oliviermartin2012-05-021-1/+1
* ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15oliviermartin2012-05-022-8/+8
* ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeIn...oliviermartin2012-05-021-33/+21
* ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGIoliviermartin2012-05-023-8/+4
* ArmPkg/ArmCpuLib: Removed unused filesoliviermartin2012-05-024-228/+0
* ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2012-05-029-235/+10
* ArmPkg: Replaced gArmTokenSpaceGuid.PcdGicNumInterrupts by ArmGicGetMaxNumInt...oliviermartin2012-05-025-29/+36
* ArmPlatformPkg/Sec: Allowed the Secondary Cores to set the Secure/Non Secure ...oliviermartin2012-03-262-5/+17
* ArmPkg/Drivers/PL390Gic: Removed acknowledge of special interrupts (spurious ...oliviermartin2012-03-261-2/+3
* ArmPkg/PL390Gic: Introduced PcdGicSgiIntId to define which SGI is used for co...oliviermartin2012-03-263-3/+7
* ArmPkg/ArmGicLib: Added function ArmGicSetSecureInterrupts() to define the se...oliviermartin2012-03-262-4/+40
* ArmPlatformPkg: Minor code changes (comments, misspellings, coding stylei, li...oliviermartin2012-02-281-1/+1
* ArmPkg/PL390Gic: Removed duplicated line of codes disabling the interruptsoliviermartin2012-02-271-5/+2
* ArmPkg: Changed ARM CPU SetMemoryAttributes to always use strongly ordered fo...oliviermartin2012-02-142-15/+4
* ArmPkg/ArmCpuLib: Fix GCC/XCode buildsoliviermartin2011-11-015-4/+29
* Arm Packages: Fix builds for XCODE32 toolchainoliviermartin2011-10-043-7/+7
* ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin2011-09-273-20/+23
* ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4oliviermartin2011-09-274-0/+238
* ArmPkg: Add ARM Architectural Timer supportoliviermartin2011-09-272-0/+438
* ArmPkg/ArmLib: Update Arm11 portoliviermartin2011-09-274-0/+275
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-271-2/+0
* ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)oliviermartin2011-09-276-0/+338
* ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2011-09-226-14/+166
* ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2011-09-227-169/+125
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-222-26/+25
* ArmPkg/PL390Gic: Fix RegisterInterruptSource() to be able to unregister an in...oliviermartin2011-08-151-2/+8
* ArmPkg: Minor coding style changesoliviermartin2011-07-062-30/+33