1. 5f81082 ArmPkg/ArmGic: Added GicV3 support to ArmGicDxe by Olivier Martin · 10 years ago
  2. d713385 ArmPkg/ArmGic: Added GicV3 support to ArmGicLib by Olivier Martin · 10 years ago
  3. 5f52576 ArmPkg/ArmGic: Added GicV3 detection by Olivier Martin · 10 years ago
  4. d5c6b7f ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision() by Olivier Martin · 10 years ago
  5. ebb9235 ArmPkg/ArmLib/AArch64: Initialize the new N+1-level page table before registering it by Olivier Martin · 10 years ago
  6. 1a70a69 ArmPkg/UncachedMemoryAllocationLib: Track uncached memory allocations by Olivier Martin · 10 years ago
  7. 9180ab7 ArmPkg/ArmPsciResetSystemLib: Made the library only using SMC by Olivier Martin · 10 years ago
  8. b1a6334 ArmPkg/TimerDxe: add workaround for KVM timer interrupt handling by Ard Biesheuvel · 10 years ago
  9. 021da07 ArmPsciResetSystemLib: read PSCI method in constructor by Ard Biesheuvel · 10 years ago
  10. 7a1e861 ArmPkg/TimerDxe: Read timer frequency from CPU by Ard Biesheuvel · 10 years ago
  11. ca3026d ArmPkg: Introduced ArmPsciResetSystemLib by Ard Biesheuvel · 10 years ago
  12. 58e92b3 ArmPkg: Add ArmHvcLib by Ard Biesheuvel · 10 years ago
  13. ae9bc05 ArmPkg: Add PSCI 0.2 constants for system poweroff and reset by Ard Biesheuvel · 10 years ago
  14. 432dc3c ArmPkg/ArmSmcLib: fix stack handling in .asm version of SMC wrapper by Ard Biesheuvel · 10 years ago
  15. f8d7d6e ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and size by Ard Biesheuvel · 10 years ago
  16. 4f6d34b ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLib by Ard Biesheuvel · 10 years ago
  17. 2785509 ArmPkg/TimerDxe: Register the virt and hyp timer interrupts at init time. by Ard Biesheuvel · 10 years ago
  18. bcf37cf ArmPkg: add ArmGenericTimerCounterLib implementation using virtual timer by Ard Biesheuvel · 10 years ago
  19. cece12d ArmPkg: add ArmGenericTimerCounterLib implementation using physical timer by Ard Biesheuvel · 10 years ago
  20. e715125 ArmPkg: add ArmGenericTimerCounterLib interface by Ard Biesheuvel · 10 years ago
  21. d4bb43c ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.h by Ard Biesheuvel · 10 years ago
  22. dc63be2 ArmPkg: allow dynamic GIC base addresses by Ard Biesheuvel · 10 years ago
  23. e1e2e66 ArmPkg: allow dynamically discovered timer interrupts by Ard Biesheuvel · 10 years ago
  24. 01289ec ArmPkg/ArmDisassemblerLib: ARMThumb and AArch64 fixes by Harry Liebel · 10 years ago
  25. 18744a5 ARM Packages: Removed unused PcdArmPrimaryCore by Olivier Martin · 10 years ago
  26. e754c23 ArmPkg/BdsLib/Arm: Check Linux image and parameters are not overlapping by Olivier Martin · 10 years ago
  27. 5779aaa ArmPkg/BdsLib/Arm: Clean Data cache before disabling it by Olivier Martin · 10 years ago
  28. c6c4df8 ArmPkg/TimerDxe: Fixed real time period by Olivier Martin · 10 years ago
  29. 09c1b24 ArmPkg/TimerDxe: Fixed the reloading of the period by Olivier Martin · 10 years ago
  30. 33292af ArmPkg/TimerDxe: Changed calculation to allow 1KHz granularity frequency by Olivier Martin · 10 years ago
  31. d340ef7 ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLib by Olivier Martin · 10 years ago
  32. 91c38d4 ARM Packages: Replace tabs by spaces for indentation by Ronald Cron · 10 years ago
  33. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  34. bd1d062 ARM Packages: Added support for GCC stack protector by Olivier Martin olivier.martin · 10 years ago
  35. 5a539eb ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore() by Olivier Martin · 10 years ago
  36. 1eb5b4f ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributes by Olivier Martin · 10 years ago
  37. 04ad241 ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device path is not found by Olivier Martin · 10 years ago
  38. 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
  39. 62d441f ARM Packages: Corrected non-DOS line endings by Ronald Cron · 10 years ago
  40. b4e53e3 ArmPkg/ArmSmcLib: Fixed SMC helper functions by Olivier Martin · 10 years ago
  41. 9a9dd4e ArmPkg/IndustryStandard/ArmStdSmc.h: Update Standard Service SMC Calls by Olivier Martin · 10 years ago
  42. ef0fa8e ArmPkg: Remove BasePeCoffLib by Harry Liebel · 10 years ago
  43. 46d4d75 ArmPkg/ArmLib.h: Fixed name of the argument by Olivier Martin · 10 years ago
  44. 3ab3d13 ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception code by Olivier Martin · 10 years ago
  45. f3c5066 ArmPkg/AArch64.h: Added Exception Syndrome Register definitions by Olivier Martin · 10 years ago
  46. 6a44c22 ArmPkg/AArch64: Added ARM_HCR_TSC definition by Olivier Martin · 10 years ago
  47. 022cb42 ArmPkg/ArmPkg.dec: Added the interrupt numbers for the Hypervisor and Virtual Timers by Olivier Martin · 10 years ago
  48. 7e119c6 ArmPkg/AArch64.h: Added SPSR and Timer register definitions by Olivier Martin · 10 years ago
  49. f53da37 ArmPkg/ArmLib.h: Removed GET_CORE_POS macro by Ronald Cron · 11 years ago
  50. 6d0ca25 ARM Packages: Force the SEC modules to be 2K aligned for AArch64 by Olivier Martin · 11 years ago
  51. 9232ee5 ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loader by Olivier Martin · 11 years ago
  52. ffb91ed ArmPkg/ArmLib: Improved ArmConfigureMmu Performance by Eugene Cohen · 11 years ago
  53. 1b0ac0d ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt() by Olivier Martin · 11 years ago
  54. f5241b5 ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe by Olivier Martin · 11 years ago
  55. 793ca69 ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib by Olivier Martin · 11 years ago
  56. 60775c5 ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.c by Olivier Martin · 11 years ago
  57. 0458b42 ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe file by Olivier Martin · 11 years ago
  58. 69b5dc9 ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegisterInterruptService() by Olivier Martin · 11 years ago
  59. 397bdc9 ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont) by Olivier Martin · 11 years ago
  60. e700a1f ArmPkg/ArmGic: Introduced helper functions to access the GIC controller by Olivier Martin · 11 years ago
  61. 4edcf21 ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib by Olivier Martin · 11 years ago
  62. 2ca815a ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgement by Olivier Martin · 11 years ago
  63. d80401a ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt() by Olivier Martin · 11 years ago
  64. edc93a3 ArmPkg/BdsLib: Prevent memory leak whith TFTP by Olivier Martin · 11 years ago
  65. a621711 ArmPkg/ArmCacheMaintenanceLib: Fixed comment (and coding style) by Olivier Martin · 11 years ago
  66. 6defc4d ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 32-byte aligned by Olivier Martin · 11 years ago
  67. b0fdce9 ARM Packages: Fixed missing braces (the warning was disabled by GCC) by Olivier Martin · 11 years ago
  68. 5f1103b ArmPkg/AsmMacroIoLib: Add support for ARM Compiler 6.00 by Olivier Martin · 11 years ago
  69. ec17f0f ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt handling by Olivier Martin · 11 years ago
  70. 27331bf ArmPkg: Added new ARM Processor Feature Register definitions by Olivier Martin · 11 years ago
  71. 01674af ArmPkg/ArmLib: Drain Write Buffer before DCache maintenance operations. by Olivier Martin · 11 years ago
  72. 451b665 ArmPkg/DefaultExceptionHandlerLib/Aarch64: Added friendly debug message by Olivier Martin · 11 years ago
  73. d8f36fb ArmPkg/BdsLib: Added support for TFTP servers without 'tsize' extension by Olivier Martin · 11 years ago
  74. 271ce4b ArmPkg/BdsLib/AArch64: Added more useful error messages when loading Linux by Brendan Jackman · 11 years ago
  75. 1aaa6f6 ArmPkg/BdsLib: Fix allocating kernel buffer in TFTP by Brendan Jackman · 11 years ago
  76. 48ef4e4 ArmPkg/CpuDxe/AArch64: Fixed SyncCacheConfig() when first entry is in 3-level by Olivier Martin · 11 years ago
  77. 10ddca8 ArmPkg/BdsLib: Fix booting with partial paths by Mark Salter · 11 years ago
  78. f8a9910 ARM Packages: Use .8byte instead of .dword for pointers by Brendan Jackman · 11 years ago
  79. 73ca500 ARM Packages: Use AND instead of BIC instruction with immediate by Brendan Jackman · 11 years ago
  80. 7eb1d85 ArmPkg/CpuDxe/AArch64: use STUR instruction for signed offset by Brendan Jackman · 11 years ago
  81. 0db208e ArmPkg/CpuDxe/AArch64/ExceptionSupport.S: Fix immediate syntax by Brendan Jackman · 11 years ago
  82. 919a3a0 ARM Packages: use GCC_ASM_EXPORT to export functions by Brendan Jackman · 11 years ago
  83. 4544074 ArmLib/AArch64Support.S: remove export of unimplemented function by Brendan Jackman · 11 years ago
  84. ef7b378 ARM Packages: Remove GCC filter for AARCH64 assembly files by Brendan Jackman · 11 years ago
  85. 8bb7f03 ArmPkg/ArmLib: Fixed AArch64 MMU code when a region overlaps 2 level-3 page tables by Olivier Martin · 11 years ago
  86. aa4cf2e ArmPkg/CpuDxe: Restore AArch64 system registers before returning from exception by oliviermartin · 11 years ago
  87. d8dc9f0 ArmPkg: Fixed GetEnvironmentVariable() when the UEFI Variable did not exist by Olivier Martin · 11 years ago
  88. 4437215 ArmPkg/ArmCpuLib: Added A57 Errata 806969 by Olivier Martin · 11 years ago
  89. 19dc108 ArmPkg/ArmLib: Correct Error Handling in AArch64 by Olivier Martin · 11 years ago
  90. cf02da5 ArmPkg/ArmCortexA5xLib: Fixed setting of SMP bit by Olivier Martin · 11 years ago
  91. 47d183d ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended Control Register by Olivier Martin · 11 years ago
  92. 52d44f7 ArmPkg/ArmLib: Added helper functions for accessing CPU ACTLR by Olivier Martin · 11 years ago
  93. b7dd4db ArmPkg/Chipset: Added ARMv8 CPU's PartNum by Olivier Martin · 11 years ago
  94. d276ac1 ArmPkg/SemihostFs: Various fixes for the file system by Harry Liebel · 11 years ago
  95. 228fdff ArmPkg/SemihostLib: Made arguments 'native' size by Harry Liebel · 11 years ago
  96. 5456c26 ArmPkg/CompilerIntrinsicsLib: Added memset() to AArch64 by Olivier Martin · 11 years ago
  97. 5ee57c2 ArmPkg/ArmLib: Removed unused AArch64 files by Olivier Martin · 11 years ago
  98. 6475172 ArmPkg/ArmLib: Renamed Cp15CacheInfo into ArmCacheInfo by Olivier Martin · 11 years ago
  99. d9bd3f1 ArmPkg/ArmLib: Removed unused ArmSwitchProcessorMode & ArmProcessorMode functions by Olivier Martin · 11 years ago
  100. 0676fad ArmPkg: Removed unused header files from source files by Olivier Martin · 11 years ago