summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2015-02-25ArmPkg/ArmGic: Fix GICv3 in GICv2 legacy modeOlivier Martin2-6/+30
2015-02-16ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native modeArd Biesheuvel7-4/+25
2015-02-16ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3Olivier Martin6-38/+87
2015-02-16ArmPkg/ArmGic: Function to locate the current CPU GIC redistributorOlivier Martin3-3/+64
2015-02-16ArmPkg/ArmGic: Added GICv3 specific definitionsOlivier Martin4-8/+30
2015-02-16ArmPkg/ArmLib.h: Add CPU Affinity definitionsOlivier Martin1-3/+8
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-02-02ArmPkg: ArmArchTimerLib: conditionally rebase to actual timer frequencyLaszlo Ersek1-20/+38
2015-02-02ArmPkg: ArmArchTimerLib: use edk2-conformant (UINT64 * UINT32) / UINT32Laszlo Ersek1-1/+7
2015-02-02ArmPkg: ArmArchTimerLib: clean up commentsLaszlo Ersek1-10/+21
2015-01-06ArmPkg/BdsLib: Close file after reading an ImageRonald Cron1-16/+32
2015-01-06ArmPkg/BdsLib: Fix DHCP4 configurationRonald Cron1-17/+39
2014-12-12ArmPkg/AsmMacroIoLib: Fixed the global variables initializationOlivier Martin2-3/+3
2014-12-12ArmPkg/BdsLib: Update the size of the Device Tree before booting LinuxOlivier Martin1-0/+3
2014-12-12ArmPkg/BdsLib: Rework TFTP bootRonald Cron4-131/+489
2014-12-12ArmPkg/GenericWatchdogDxe: Set up the watchdog timeout relatively to the syst...Ronald Cron1-3/+3
2014-12-12ArmPlatformPkg/ArmJunoPkg: Move the watchdog generic driver to ArmPkg/DriversRonald Cron5-0/+445
2014-12-12ArmPlatformPkg: The toolchain family name can be omitted if the options are c...Olivier Martin1-5/+2
2014-11-13ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailableArd Biesheuvel3-10/+26
2014-11-13ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly filesOlivier Martin2-2/+2
2014-11-11ArmPkg/ArmArchTimerLib: Promotes 32bit value to prevent overflowOlivier Martin1-1/+1
2014-11-11ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset()Olivier Martin5-49/+88
2014-11-11ArmPkg: Ensured the stack is always quad-word alignedOlivier Martin3-12/+12
2014-11-11ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.Leif Lindholm2-7/+7
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-10-27ArmPkg/ArmLib: Removed duplicated invalidate TLB functionOlivier Martin5-36/+3
2014-10-27ArmPkg/SemihostFs: Implement SetInfo() and handle seeking past the end of a fileRonald Cron2-118/+795
2014-10-27ArmPkg/SemihostFs: Fix open file issues revealed by SCTRonald Cron2-54/+131
2014-10-27ArmPkg/SemihostLib: Add library functionsRonald Cron3-0/+148
2014-10-27ArmPkg/Semihostlib: Rename semi-hosting open optionRonald Cron3-3/+3
2014-10-27ArmPkg/ArmGic: Added GicV3 support to ArmGicDxeOlivier Martin11-63/+353
2014-10-27ArmPkg/ArmGic: Added GicV3 support to ArmGicLibOlivier Martin7-0/+375
2014-10-27ArmPkg/ArmGic: Added GicV3 detectionOlivier Martin6-12/+85
2014-10-27ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision()Olivier Martin4-14/+69
2014-10-10ArmPkg/ArmLib/AArch64: Initialize the new N+1-level page table before registe...Olivier Martin1-6/+8
2014-10-10ArmPkg/UncachedMemoryAllocationLib: Track uncached memory allocationsOlivier Martin3-106/+211
2014-10-10ArmPkg/ArmPsciResetSystemLib: Made the library only using SMCOlivier Martin3-44/+7
2014-09-18ArmPkg/TimerDxe: add workaround for KVM timer interrupt handlingArd Biesheuvel1-0/+1
2014-09-16ArmPsciResetSystemLib: read PSCI method in constructorArd Biesheuvel2-1/+14
2014-09-10ArmPkg/TimerDxe: Read timer frequency from CPUArd Biesheuvel2-2/+1
2014-09-10ArmPkg: Introduced ArmPsciResetSystemLibArd Biesheuvel4-0/+158
2014-09-10ArmPkg: Add ArmHvcLibArd Biesheuvel6-1/+229
2014-09-10ArmPkg: Add PSCI 0.2 constants for system poweroff and resetArd Biesheuvel1-0/+2
2014-09-10ArmPkg/ArmSmcLib: fix stack handling in .asm version of SMC wrapperArd Biesheuvel1-1/+1
2014-09-09ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and sizeArd Biesheuvel2-7/+8
2014-09-09ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLibArd Biesheuvel14-307/+34
2014-09-09ArmPkg/TimerDxe: Register the virt and hyp timer interrupts at init time.Ard Biesheuvel2-0/+8
2014-09-09ArmPkg: add ArmGenericTimerCounterLib implementation using virtual timerArd Biesheuvel3-0/+183
2014-09-09ArmPkg: add ArmGenericTimerCounterLib implementation using physical timerArd Biesheuvel3-0/+174
2014-09-09ArmPkg: add ArmGenericTimerCounterLib interfaceArd Biesheuvel1-0/+85