summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
...
* ArmPkg/ArmSmcLib: Fixed SMC helper functionsOlivier Martin2014-08-047-219/+100
* ArmPkg/IndustryStandard/ArmStdSmc.h: Update Standard Service SMC CallsOlivier Martin2014-08-042-52/+94
* ArmPkg: Remove BasePeCoffLibHarry Liebel2014-07-298-2585/+1
* ArmPkg/ArmLib.h: Fixed name of the argumentOlivier Martin2014-07-291-1/+13
* ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception codeOlivier Martin2014-07-291-11/+10
* ArmPkg/AArch64.h: Added Exception Syndrome Register definitionsOlivier Martin2014-07-291-0/+7
* ArmPkg/AArch64: Added ARM_HCR_TSC definitionOlivier Martin2014-07-291-4/+5
* ArmPkg/ArmPkg.dec: Added the interrupt numbers for the Hypervisor and Virtual...Olivier Martin2014-07-291-1/+4
* ArmPkg/AArch64.h: Added SPSR and Timer register definitionsOlivier Martin2014-07-291-0/+19
* ArmPkg/ArmLib.h: Removed GET_CORE_POS macroRonald Cron2014-07-151-3/+0
* ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin2014-07-152-9/+11
* ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loaderOlivier Martin2014-07-154-103/+25
* ArmPkg/ArmLib: Improved ArmConfigureMmu PerformanceEugene Cohen2014-07-091-12/+12
* ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()Olivier Martin2014-07-042-3/+44
* ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxeOlivier Martin2014-07-044-270/+330
* ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLibOlivier Martin2014-07-0410-115/+324
* ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.cOlivier Martin2014-07-042-14/+13
* ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe fileOlivier Martin2014-07-043-42/+50
* ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegist...Olivier Martin2014-07-044-53/+142
* ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont)Olivier Martin2014-07-044-67/+151
* ArmPkg/ArmGic: Introduced helper functions to access the GIC controllerOlivier Martin2014-07-042-58/+63
* ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLibOlivier Martin2014-07-043-27/+25
* ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgementOlivier Martin2014-07-044-33/+12
* ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt()Olivier Martin2014-07-044-3/+20
* ArmPkg/BdsLib: Prevent memory leak whith TFTPOlivier Martin2014-07-011-1/+3
* ArmPkg/ArmCacheMaintenanceLib: Fixed comment (and coding style)Olivier Martin2014-07-011-4/+3
* ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 3...Olivier Martin2014-07-011-2/+6
* ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin2014-06-202-11/+11
* ArmPkg/AsmMacroIoLib: Add support for ARM Compiler 6.00Olivier Martin2014-06-031-52/+27
* ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt hand...Olivier Martin2014-06-034-14/+28
* ArmPkg: Added new ARM Processor Feature Register definitionsOlivier Martin2014-06-033-3/+9
* ArmPkg/ArmLib: Drain Write Buffer before DCache maintenance operations.Olivier Martin2014-06-033-1/+12
* ArmPkg/DefaultExceptionHandlerLib/Aarch64: Added friendly debug messageOlivier Martin2014-06-031-4/+79
* ArmPkg/BdsLib: Added support for TFTP servers without 'tsize' extensionOlivier Martin2014-05-193-29/+75
* ArmPkg/BdsLib/AArch64: Added more useful error messages when loading LinuxBrendan Jackman2014-05-141-4/+4
* ArmPkg/BdsLib: Fix allocating kernel buffer in TFTPBrendan Jackman2014-05-141-8/+11
* ArmPkg/CpuDxe/AArch64: Fixed SyncCacheConfig() when first entry is in 3-levelOlivier Martin2014-05-141-2/+1
* ArmPkg/BdsLib: Fix booting with partial pathsMark Salter2014-05-081-27/+51
* ARM Packages: Use .8byte instead of .dword for pointersBrendan Jackman2014-05-081-1/+1
* ARM Packages: Use AND instead of BIC instruction with immediateBrendan Jackman2014-05-081-7/+6
* ArmPkg/CpuDxe/AArch64: use STUR instruction for signed offsetBrendan Jackman2014-05-081-4/+4
* ArmPkg/CpuDxe/AArch64/ExceptionSupport.S: Fix immediate syntaxBrendan Jackman2014-05-081-13/+13
* ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman2014-05-084-27/+27
* ArmLib/AArch64Support.S: remove export of unimplemented functionBrendan Jackman2014-05-081-1/+0
* ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman2014-05-0811-20/+20
* ArmPkg/ArmLib: Fixed AArch64 MMU code when a region overlaps 2 level-3 page t...Olivier Martin2014-04-241-3/+10
* ArmPkg/CpuDxe: Restore AArch64 system registers before returning from exceptionoliviermartin2014-04-231-2/+19
* ArmPkg: Fixed GetEnvironmentVariable() when the UEFI Variable did not existOlivier Martin2014-04-022-2/+36
* ArmPkg/ArmCpuLib: Added A57 Errata 806969Olivier Martin2014-03-261-0/+8
* ArmPkg/ArmLib: Correct Error Handling in AArch64Olivier Martin2014-03-261-6/+22