summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2011-07-061-295/+295
* ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin2011-07-041-2/+5
* ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] arrayoliviermartin2011-07-011-0/+2
* ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2011-07-0112-1631/+0
* ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin2011-06-202-2/+38
* ArmPkg/CpuPei: Declare the CPU HOBoliviermartin2011-06-202-0/+5
* ArmPkg/CpuPei: Get the System Memory from the Resource Memory HOBoliviermartin2011-06-202-19/+73
* ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin2011-06-204-60/+38
* ArmPkg: Fix warnings raised by ARMGCColiviermartin2011-06-151-0/+6
* ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin2011-06-112-134/+112
* ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin2011-06-112-49/+49
* ArmPkg/PL180MciDxe: Replace VenHw Device Path GUID by EFI_CALLER_ID_GUIDoliviermartin2011-06-111-1/+1
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-031-0/+8
* ArmPkg: Renamed PL354SmcSecLib into PL354SmcLiboliviermartin2011-06-031-1/+1
* ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin2011-06-031-330/+178
* ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin2011-06-031-26/+17
* Armkg: Fix EDK2 coding styleoliviermartin2011-06-032-122/+127
* ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2011-06-032-1/+5
* EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin2011-06-031-0/+1
* ArmPkg/PL180Mci: Fix buildoliviermartin2011-04-271-4/+4
* ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSEoliviermartin2011-04-261-6/+6