summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers
AgeCommit message (Expand)AuthorFilesLines
2011-11-01ArmPkg/ArmCpuLib: Fix GCC/XCode buildsoliviermartin5-4/+29
2011-10-04Arm Packages: Fix builds for XCODE32 toolchainoliviermartin3-7/+7
2011-09-27ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin3-20/+23
2011-09-27ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4oliviermartin4-0/+238
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin2-0/+438
2011-09-27ArmPkg/ArmLib: Update Arm11 portoliviermartin4-0/+275
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin1-2/+0
2011-09-27ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)oliviermartin6-0/+338
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin6-14/+166
2011-09-22ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin7-169/+125
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2-26/+25
2011-08-15ArmPkg/PL390Gic: Fix RegisterInterruptSource() to be able to unregister an in...oliviermartin1-2/+8
2011-07-06ArmPkg: Minor coding style changesoliviermartin2-30/+33
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin1-295/+295
2011-07-04ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin1-2/+5
2011-07-01ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] arrayoliviermartin1-0/+2
2011-07-01ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin12-1631/+0
2011-06-20ArmPkg/CpuDxe: Register a callback for the gIdleLoopEventGuid eventoliviermartin2-2/+38
2011-06-20ArmPkg/CpuPei: Declare the CPU HOBoliviermartin2-0/+5
2011-06-20ArmPkg/CpuPei: Get the System Memory from the Resource Memory HOBoliviermartin2-19/+73
2011-06-20ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin4-60/+38
2011-06-15ArmPkg: Fix warnings raised by ARMGCColiviermartin1-0/+6
2011-06-11ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin2-134/+112
2011-06-11ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin2-49/+49
2011-06-11ArmPkg/PL180MciDxe: Replace VenHw Device Path GUID by EFI_CALLER_ID_GUIDoliviermartin1-1/+1
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin1-0/+8
2011-06-03ArmPkg: Renamed PL354SmcSecLib into PL354SmcLiboliviermartin1-1/+1
2011-06-03ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-330/+178
2011-06-03ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-26/+17
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin2-122/+127
2011-06-03ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2-1/+5
2011-06-03EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin1-0/+1
2011-04-27ArmPkg/PL180Mci: Fix buildoliviermartin1-4/+4
2011-04-26ArmPkg/PL180MciDxe: Use the new flag MMC_CMD_NO_CRC_RESPONSEoliviermartin1-6/+6
2011-03-31Fix Xcode compile bug. It looks like these two arguments had an extra level o...andrewfish1-1/+1
2011-03-31ArmPkg/PL390GixDxe: Return from the interrupt handler when it is a sporadic i...oliviermartin1-0/+1
2011-03-31ArmPkg/CpuDxe: Replace SIZE_4KB by TT_DESCRIPTOR_PAGE_SIZEoliviermartin1-5/+5
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin1-30/+193
2011-03-31ArmPkg/PL180MciDxe: Improve error handlingoliviermartin2-289/+435
2011-02-02Fix issue with fixing tabs.andrewfish5-171/+171
2011-02-02Remove tabs from all text files in the package.andrewfish5-171/+171
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish25-445/+2612
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish1-0/+5
2010-12-14Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish1-1/+4
2010-12-08Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2-0/+9
2010-07-02Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish2-0/+170
2010-04-29Update the copyright notice formathhtian11-23/+23
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish3-22/+57
2010-03-17Remove hook for debugger. Should be implemented using the new library scheme.andrewfish3-320/+17
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish1-4/+15