summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2014-08-27ArmPkg/TimerDxe: Fixed real time periodOlivier Martin1-8/+50
2014-08-27ArmPkg/TimerDxe: Fixed the reloading of the periodOlivier Martin1-1/+1
2014-08-27ArmPkg/TimerDxe: Changed calculation to allow 1KHz granularity frequencyOlivier Martin2-7/+10
2014-08-26ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLibOlivier Martin1-10/+1
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron5-17/+17
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-20ARM Packages: Added support for GCC stack protectorOlivier Martin olivier.martin1-4/+4
2014-08-20ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore()Olivier Martin2-4/+8
2014-08-19ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributesOlivier Martin1-0/+3
2014-08-19ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device pat...Olivier Martin3-9/+22
2014-08-19ARM Packages: Removed trailing spacesRonald Cron183-1517/+1514
2014-08-19ARM Packages: Corrected non-DOS line endingsRonald Cron4-52/+52
2014-08-04ArmPkg/ArmSmcLib: Fixed SMC helper functionsOlivier Martin7-219/+100
2014-08-04ArmPkg/IndustryStandard/ArmStdSmc.h: Update Standard Service SMC CallsOlivier Martin2-52/+94
2014-07-29ArmPkg: Remove BasePeCoffLibHarry Liebel8-2585/+1
2014-07-29ArmPkg/ArmLib.h: Fixed name of the argumentOlivier Martin1-1/+13
2014-07-29ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception codeOlivier Martin1-11/+10
2014-07-29ArmPkg/AArch64.h: Added Exception Syndrome Register definitionsOlivier Martin1-0/+7
2014-07-29ArmPkg/AArch64: Added ARM_HCR_TSC definitionOlivier Martin1-4/+5
2014-07-29ArmPkg/ArmPkg.dec: Added the interrupt numbers for the Hypervisor and Virtual...Olivier Martin1-1/+4
2014-07-29ArmPkg/AArch64.h: Added SPSR and Timer register definitionsOlivier Martin1-0/+19
2014-07-15ArmPkg/ArmLib.h: Removed GET_CORE_POS macroRonald Cron1-3/+0
2014-07-15ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin2-9/+11
2014-07-15ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loaderOlivier Martin4-103/+25
2014-07-09ArmPkg/ArmLib: Improved ArmConfigureMmu PerformanceEugene Cohen1-12/+12
2014-07-04ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()Olivier Martin2-3/+44
2014-07-04ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxeOlivier Martin4-270/+330
2014-07-04ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLibOlivier Martin10-115/+324
2014-07-04ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.cOlivier Martin2-14/+13
2014-07-04ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe fileOlivier Martin3-42/+50
2014-07-04ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegist...Olivier Martin4-53/+142
2014-07-04ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont)Olivier Martin4-67/+151
2014-07-04ArmPkg/ArmGic: Introduced helper functions to access the GIC controllerOlivier Martin2-58/+63
2014-07-04ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLibOlivier Martin3-27/+25
2014-07-04ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgementOlivier Martin4-33/+12
2014-07-04ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt()Olivier Martin4-3/+20
2014-07-01ArmPkg/BdsLib: Prevent memory leak whith TFTPOlivier Martin1-1/+3
2014-07-01ArmPkg/ArmCacheMaintenanceLib: Fixed comment (and coding style)Olivier Martin1-4/+3
2014-07-01ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 3...Olivier Martin1-2/+6
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin2-11/+11
2014-06-03ArmPkg/AsmMacroIoLib: Add support for ARM Compiler 6.00Olivier Martin1-52/+27
2014-06-03ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt hand...Olivier Martin4-14/+28
2014-06-03ArmPkg: Added new ARM Processor Feature Register definitionsOlivier Martin3-3/+9
2014-06-03ArmPkg/ArmLib: Drain Write Buffer before DCache maintenance operations.Olivier Martin3-1/+12
2014-06-03ArmPkg/DefaultExceptionHandlerLib/Aarch64: Added friendly debug messageOlivier Martin1-4/+79
2014-05-19ArmPkg/BdsLib: Added support for TFTP servers without 'tsize' extensionOlivier Martin3-29/+75
2014-05-14ArmPkg/BdsLib/AArch64: Added more useful error messages when loading LinuxBrendan Jackman1-4/+4
2014-05-14ArmPkg/BdsLib: Fix allocating kernel buffer in TFTPBrendan Jackman1-8/+11
2014-05-14ArmPkg/CpuDxe/AArch64: Fixed SyncCacheConfig() when first entry is in 3-levelOlivier Martin1-2/+1
2014-05-08ArmPkg/BdsLib: Fix booting with partial pathsMark Salter1-27/+51