1. 77ac1ae ArmPkg: use unified asm syntax for CLANG by Ard Biesheuvel · 9 years ago
  2. 36c64c6 ArmPkg/CpuDxe: Disable interrupt before restoring context by Heyi Guo · 9 years ago
  3. 70119d2 ArmPkg: remove ARMv6 support code by Ard Biesheuvel · 9 years ago
  4. baeddf2 ArmPkg/GenericWatchdogDxe: add missing VOID* cast by Ard Biesheuvel · 9 years ago
  5. 906e8ce ArmPkg/GicV3: use GICv3 generic sysreg names only for GNU as by Ard Biesheuvel · 9 years ago
  6. 8d13298 ArmPkg: split off ArmGicArchLib from ArmGicLib by Ard Biesheuvel · 9 years ago
  7. bce29e3 ArmPkg: merge ArmGicV[23]Lib.h into ArmGicLib.h by Ard Biesheuvel · 9 years ago
  8. c414952 ArmPkg/CpuDxe: Fixed AArch64 MMU by Olivier Martin · 9 years ago
  9. eadbec0 ArmPkg: reduce sysreg access count in GIC revision probe by Ard Biesheuvel · 10 years ago
  10. 967efdc ArmPkg: allow HYP timer interrupt to be omitted by Ard Biesheuvel · 10 years ago
  11. 152ac48 ArmPkg/ArmGic: Fix GICv3 in GICv2 legacy mode by Olivier Martin · 10 years ago
  12. f6d46e2 ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native mode by Ard Biesheuvel · 10 years ago
  13. 41fb5d4 ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3 by Olivier Martin · 10 years ago
  14. 8705cb3 ArmPkg/ArmGic: Function to locate the current CPU GIC redistributor by Olivier Martin · 10 years ago
  15. 919697a ArmPkg/ArmGic: Added GICv3 specific definitions by Olivier Martin · 10 years ago
  16. 2366640 ArmPkg/GenericWatchdogDxe: Set up the watchdog timeout relatively to the system counter by Ronald Cron · 10 years ago
  17. 0b4d97a ArmPlatformPkg/ArmJunoPkg: Move the watchdog generic driver to ArmPkg/Drivers by Ronald Cron · 10 years ago
  18. 37ec4d9 ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailable by Ard Biesheuvel · 10 years ago
  19. 77d5dac ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly files by Olivier Martin · 10 years ago
  20. 5f81082 ArmPkg/ArmGic: Added GicV3 support to ArmGicDxe by Olivier Martin · 10 years ago
  21. d713385 ArmPkg/ArmGic: Added GicV3 support to ArmGicLib by Olivier Martin · 10 years ago
  22. 5f52576 ArmPkg/ArmGic: Added GicV3 detection by Olivier Martin · 10 years ago
  23. d5c6b7f ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision() by Olivier Martin · 10 years ago
  24. b1a6334 ArmPkg/TimerDxe: add workaround for KVM timer interrupt handling by Ard Biesheuvel · 10 years ago
  25. 7a1e861 ArmPkg/TimerDxe: Read timer frequency from CPU by Ard Biesheuvel · 10 years ago
  26. 4f6d34b ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLib by Ard Biesheuvel · 10 years ago
  27. 2785509 ArmPkg/TimerDxe: Register the virt and hyp timer interrupts at init time. by Ard Biesheuvel · 10 years ago
  28. d4bb43c ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.h by Ard Biesheuvel · 10 years ago
  29. dc63be2 ArmPkg: allow dynamic GIC base addresses by Ard Biesheuvel · 10 years ago
  30. 18744a5 ARM Packages: Removed unused PcdArmPrimaryCore by Olivier Martin · 10 years ago
  31. c6c4df8 ArmPkg/TimerDxe: Fixed real time period by Olivier Martin · 10 years ago
  32. 09c1b24 ArmPkg/TimerDxe: Fixed the reloading of the period by Olivier Martin · 10 years ago
  33. 33292af ArmPkg/TimerDxe: Changed calculation to allow 1KHz granularity frequency by Olivier Martin · 10 years ago
  34. 3402aac ARM Packages: Removed trailing spaces by Ronald Cron · 10 years ago
  35. 62d441f ARM Packages: Corrected non-DOS line endings by Ronald Cron · 10 years ago
  36. 3ab3d13 ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception code by Olivier Martin · 10 years ago
  37. 6d0ca25 ARM Packages: Force the SEC modules to be 2K aligned for AArch64 by Olivier Martin · 10 years ago
  38. 1b0ac0d ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt() by Olivier Martin · 10 years ago
  39. f5241b5 ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe by Olivier Martin · 10 years ago
  40. 793ca69 ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib by Olivier Martin · 10 years ago
  41. 60775c5 ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.c by Olivier Martin · 10 years ago
  42. 0458b42 ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe file by Olivier Martin · 10 years ago
  43. 69b5dc9 ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegisterInterruptService() by Olivier Martin · 10 years ago
  44. 397bdc9 ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont) by Olivier Martin · 10 years ago
  45. e700a1f ArmPkg/ArmGic: Introduced helper functions to access the GIC controller by Olivier Martin · 10 years ago
  46. 4edcf21 ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib by Olivier Martin · 10 years ago
  47. 2ca815a ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgement by Olivier Martin · 10 years ago
  48. d80401a ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt() by Olivier Martin · 10 years ago
  49. 6defc4d ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 32-byte aligned by Olivier Martin · 10 years ago
  50. b0fdce9 ARM Packages: Fixed missing braces (the warning was disabled by GCC) by Olivier Martin · 11 years ago
  51. ec17f0f ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt handling by Olivier Martin · 11 years ago
  52. 48ef4e4 ArmPkg/CpuDxe/AArch64: Fixed SyncCacheConfig() when first entry is in 3-level by Olivier Martin · 11 years ago
  53. f8a9910 ARM Packages: Use .8byte instead of .dword for pointers by Brendan Jackman · 11 years ago
  54. 7eb1d85 ArmPkg/CpuDxe/AArch64: use STUR instruction for signed offset by Brendan Jackman · 11 years ago
  55. 0db208e ArmPkg/CpuDxe/AArch64/ExceptionSupport.S: Fix immediate syntax by Brendan Jackman · 11 years ago
  56. 919a3a0 ARM Packages: use GCC_ASM_EXPORT to export functions by Brendan Jackman · 11 years ago
  57. ef7b378 ARM Packages: Remove GCC filter for AARCH64 assembly files by Brendan Jackman · 11 years ago
  58. aa4cf2e ArmPkg/CpuDxe: Restore AArch64 system registers before returning from exception by oliviermartin · 11 years ago
  59. 4437215 ArmPkg/ArmCpuLib: Added A57 Errata 806969 by Olivier Martin · 11 years ago
  60. cf02da5 ArmPkg/ArmCortexA5xLib: Fixed setting of SMP bit by Olivier Martin · 11 years ago
  61. 47d183d ArmPkg/ArmCortexA5x: Declared the helper functions to access the CPU Extended Control Register by Olivier Martin · 11 years ago
  62. 0676fad ArmPkg: Removed unused header files from source files by Olivier Martin · 11 years ago
  63. 27995cd ArmPkg: Tidy assembler code by Olivier Martin · 11 years ago
  64. 71fd27c ArmPkg/CpuDxe: Removed LR adjustement for SVC call by Olivier Martin · 11 years ago
  65. 54ed21d ArmPlatformPkg/ArmVExpressPkg: Removed unused PCDs declaration from INF file by Olivier Martin · 11 years ago
  66. 017baa1 ARM Packages: Renamed PL390Gic driver into ArmGic driver by Olivier Martin · 11 years ago
  67. eb5c268 ArmPkg/PL390Gic: Fixed setting of the Interrupt Processor Targets Registers when Uniprocessor by Olivier Martin · 11 years ago
  68. 0127372 ArmPkg/CpuDxe: Fixed confusion in AArch64 Table descriptor types by Olivier Martin · 11 years ago
  69. 5ad9b48 ArmPkg/CpuDxe: Fixed the condition that checks if the level-1 descriptor points to a level-2 page table by Olivier Martin · 11 years ago
  70. 429358b ArmPkg/CpuDxe: Fixed attribute setting in GetNextEntryAttribute() by Olivier Martin · 11 years ago
  71. 1bc3923 ArmPkg/CpuDxe: Exception Handling SP Adjust by Eugene Cohen · 11 years ago
  72. 1616719 ArmPkg/CpuPei: Remove unused functions from the driver by Roy Franz · 11 years ago
  73. b75d760 ArmPkg/CpuDxe: Fixed calculation of the Page Table Index (Level 2 Descriptor) by Olivier Martin · 11 years ago
  74. 2e969d2 ArmPkg/CpuDxe: Added support to not set a memory region with the same attribute by Olivier Martin · 11 years ago
  75. 6adbd5b ArmPkg/ArmLib: Added ConvertSectionAttributesToPageAttributes() by Olivier Martin · 11 years ago
  76. 047c0cb ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronization by Olivier Martin · 11 years ago
  77. 6a343fa ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception type by Girish K S · 11 years ago
  78. 5b53eaf ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap() by Olivier Martin · 11 years ago
  79. 25402f5 ArmPkg: Added Aarch64 support by Harry Liebel · 11 years ago
  80. 591fb37 ArmPkg/CpuDxe: Moved memory mapping functions that are not architecture specific to 'CpuMmuCommon.c' by Olivier Martin · 11 years ago
  81. da27524 ArmPkg: Removed the non-used PCD PcdGicPrimaryCoreId by Olivier Martin · 11 years ago
  82. a1cca63 ArmPkg/PL390Gic: Populate the GIC Distributor Target Register with the GIC CPU ID retrieved from the GIC by Olivier Martin · 11 years ago
  83. 6f050ad ArmPkg: Made ArmConfigureMmu() returns a status code by Olivier Martin · 12 years ago
  84. e703b08 ArmPkg/Drivers/TimerDxe: Improve Timer initialisation. by Olivier Martin · 12 years ago
  85. bebda7c ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore() by oliviermartin · 12 years ago
  86. 81742bb ArmPkg/PL390Gic: Do not try to clear spurious interrupts. by oliviermartin · 12 years ago
  87. 2614b0c ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectory by oliviermartin · 12 years ago
  88. 111339d ArmPkg/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQ by oliviermartin · 12 years ago
  89. 3eef284 ArmPkg: Fixed ArmPkg.dsc RELEASE build by oliviermartin · 12 years ago
  90. 1e57a46 ARM Packages: Fixed line endings by oliviermartin · 12 years ago
  91. 21de944 ARM Packages: Moved ARM assembly files to 'Arm' subdirectory by oliviermartin · 12 years ago
  92. b34e4db ARM Packages: Minor typo, mispellings and coding style changes by oliviermartin · 12 years ago
  93. ce88684 ARM Packages: Fixed mispellings by oliviermartin · 12 years ago
  94. ae42bc8 ArmPkg/TimerDxe: Fixed incorrect TimerTicks calculation by oliviermartin · 12 years ago
  95. 9736c29 ArmPkg/PL390Gic: Added support for ArmGicDisableInterruptInterface() by oliviermartin · 12 years ago
  96. d695039 ArmPkg/PL390Gic: Fixed initialization when the primary core is not (Cluster0,Cpu0) by oliviermartin · 12 years ago
  97. f8181c9 ArmPlatformPkg: Replaced 'ArmGicSecLib' by 'ArmGicLib' by oliviermartin · 13 years ago
  98. 9d59a88 ArmPkg/ArmCpuLib: Fixed SMP Cortex-A9 and Cortex-A15 by oliviermartin · 13 years ago
  99. 315649c ArmPkg/ArmGicLib: Replaced 'ArmGicAcknowledgeSgiFrom' by 'ArmGicAcknowledgeInterrupt' by oliviermartin · 13 years ago
  100. 4c19ece ArmPkg/ArmGicLib: Changed ArmGicSendSgiTo() to allow to send a specific SGI by oliviermartin · 13 years ago