Age | Commit message (Expand) | Author |
2015-09-24 | ArmPkg/CpuDxe: Disable interrupt before restoring context | Heyi Guo |
2015-08-19 | ArmPkg: remove ARMv6 support code | Ard Biesheuvel |
2015-08-10 | ArmPkg/GenericWatchdogDxe: add missing VOID* cast | Ard Biesheuvel |
2015-08-10 | ArmPkg/GicV3: use GICv3 generic sysreg names only for GNU as | Ard Biesheuvel |
2015-07-28 | ArmPkg: split off ArmGicArchLib from ArmGicLib | Ard Biesheuvel |
2015-07-28 | ArmPkg: merge ArmGicV[23]Lib.h into ArmGicLib.h | Ard Biesheuvel |
2015-07-06 | ArmPkg/CpuDxe: Fixed AArch64 MMU | Olivier Martin |
2015-06-09 | ArmPkg: reduce sysreg access count in GIC revision probe | Ard Biesheuvel |
2015-02-28 | ArmPkg: allow HYP timer interrupt to be omitted | Ard Biesheuvel |
2015-02-25 | ArmPkg/ArmGic: Fix GICv3 in GICv2 legacy mode | Olivier Martin |
2015-02-16 | ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native mode | Ard Biesheuvel |
2015-02-16 | ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3 | Olivier Martin |
2015-02-16 | ArmPkg/ArmGic: Function to locate the current CPU GIC redistributor | Olivier Martin |
2015-02-16 | ArmPkg/ArmGic: Added GICv3 specific definitions | Olivier Martin |
2014-12-12 | ArmPkg/GenericWatchdogDxe: Set up the watchdog timeout relatively to the syst... | Ronald Cron |
2014-12-12 | ArmPlatformPkg/ArmJunoPkg: Move the watchdog generic driver to ArmPkg/Drivers | Ronald Cron |
2014-11-13 | ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailable | Ard Biesheuvel |
2014-11-13 | ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly files | Olivier Martin |
2014-10-27 | ArmPkg/ArmGic: Added GicV3 support to ArmGicDxe | Olivier Martin |
2014-10-27 | ArmPkg/ArmGic: Added GicV3 support to ArmGicLib | Olivier Martin |
2014-10-27 | ArmPkg/ArmGic: Added GicV3 detection | Olivier Martin |
2014-10-27 | ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision() | Olivier Martin |
2014-09-18 | ArmPkg/TimerDxe: add workaround for KVM timer interrupt handling | Ard Biesheuvel |
2014-09-10 | ArmPkg/TimerDxe: Read timer frequency from CPU | Ard Biesheuvel |
2014-09-09 | ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLib | Ard Biesheuvel |
2014-09-09 | ArmPkg/TimerDxe: Register the virt and hyp timer interrupts at init time. | Ard Biesheuvel |
2014-09-09 | ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.h | Ard Biesheuvel |
2014-09-09 | ArmPkg: allow dynamic GIC base addresses | Ard Biesheuvel |
2014-09-01 | ARM Packages: Removed unused PcdArmPrimaryCore | Olivier Martin |
2014-08-27 | ArmPkg/TimerDxe: Fixed real time period | Olivier Martin |
2014-08-27 | ArmPkg/TimerDxe: Fixed the reloading of the period | Olivier Martin |
2014-08-27 | ArmPkg/TimerDxe: Changed calculation to allow 1KHz granularity frequency | Olivier Martin |
2014-08-19 | ARM Packages: Removed trailing spaces | Ronald Cron |
2014-08-19 | ARM Packages: Corrected non-DOS line endings | Ronald Cron |
2014-07-29 | ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception code | Olivier Martin |
2014-07-15 | ARM Packages: Force the SEC modules to be 2K aligned for AArch64 | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt() | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxe | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLib | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.c | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe file | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegist... | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont) | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Introduced helper functions to access the GIC controller | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib | Olivier Martin |
2014-07-04 | ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgement | Olivier Martin |
2014-07-04 | ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt() | Olivier Martin |
2014-07-01 | ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 3... | Olivier Martin |
2014-06-20 | ARM Packages: Fixed missing braces (the warning was disabled by GCC) | Olivier Martin |
2014-06-03 | ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt hand... | Olivier Martin |