summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2018-12-21ArmPkg/ArmScmiDxe: Add clock enable functionJeff Brasen5-0/+268
2018-12-20ArmPkg/GenericWatchdogDxe: implement RegisterHandler() methodArd Biesheuvel1-9/+25
2018-12-20ArmPkg/GenericWatchdogDxe: clean up the codeArd Biesheuvel2-55/+61
2018-12-20ArmPkg/ArmMmuLib: take MAX_ALLOC_ADDRESS into accountArd Biesheuvel1-1/+1
2018-12-19ArmPkg/DefaultExceptionHandlerLib ARM: avoid endless loop in RELEASE buildsArd Biesheuvel1-0/+2
2018-12-19ArmPkg: drop ArmBds remnant Pcds from .decLeif Lindholm1-20/+0
2018-12-15ArmPkg: remove redundant _ARM_PLATFORM_FLAGS overridesArd Biesheuvel1-3/+0
2018-12-11ArmPkg/OpteeLib: Add OPTEE_SUCCESS return codeSumit Garg1-0/+1
2018-12-06ArmPkg/OpteeLib: Add dummy RPC handlerSumit Garg2-7/+30
2018-12-03ArmPkg/ArmMmuLib ARM: handle unmapped sections when updating permissionsArd Biesheuvel1-2/+6
2018-12-03ArmPkg/ArmMmuLib ARM: handle unmapped section in GetMemoryRegion()Ard Biesheuvel1-0/+3
2018-11-29ArmPkg/CpuPei: base GCD memory space size on CPU's PA rangeArd Biesheuvel2-2/+1
2018-11-29ArmPkg/ArmMmuLib: take the CPU supported maximum PA space into accountArd Biesheuvel3-8/+9
2018-11-29ArmPkg/ArmLib: add support for reading the max physical address space sizeArd Biesheuvel4-0/+39
2018-11-27ArmPkg: fix StandaloneMmMmuLib subdirectory caseLeif Lindholm2-1/+1
2018-11-27ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 sectionArd Biesheuvel1-1/+1
2018-11-27ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0.Achin Gupta5-0/+265
2018-11-27ArmPkg/Include: Add MM interface SVC return codes.Achin Gupta1-0/+7
2018-11-27ArmPkg/Include: Fix the SPM version SVC IDSughosh Ganu1-1/+1
2018-11-27ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver.Achin Gupta3-0/+456
2018-11-27ArmPkg: Add PCDs needed for MM communication driver.Achin Gupta1-0/+3
2018-11-26ArmPkg: remove now unused BsdLib.hArd Biesheuvel1-212/+0
2018-11-21ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices()Ard Biesheuvel6-6/+187
2018-11-15ArmPkg/ArmGicDxe ARM: fix encoding for GICv3 interrupt acknowledgeArd Biesheuvel2-2/+2
2018-11-07ArmPkg/ArmGicDxe: Fix GICv3 interrupt routing mode bugMing Huang1-1/+1
2018-11-05ArmPkg/OpteeLib: Fix compilation issues for ARM (32-bit)Sumit Garg1-7/+7
2018-10-30ArmPkg/OpteeLib: Add APIs to communicate with OP-TEESumit Garg4-0/+535
2018-10-12ArmPkg: Add support for GICv4Sami Mujawar3-21/+46
2018-08-23ArmPkg/PlatformBootManagerLib: fix hotkey of boot optionHaojian Zhuang1-1/+1
2018-08-03ArmPkg/GenericWatchdogDxe: Split 64bit register write to 2x32bitMarcin Wojtas2-2/+4
2018-08-01ArmPkg: Add initial OpteeLib implementationSumit Garg6-0/+124
2018-07-27ArmPkg/PlatformBDS: Implement PlatformBootManagerUnableToBootRuiyu Ni1-1/+17
2018-06-29ArmPkg: Removing ipf which is no longer supported from edk2.chenc22-4/+4
2018-06-22ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol idsGirish Pathak3-12/+21
2018-06-22ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXEGirish Pathak2-21/+23
2018-06-21ArmPkg/ArmMmuLib ARM: fix Mva to use idx instead of table baseChris Co1-1/+1
2018-06-21ArmPkg/ArmMmuLib ARM: assume page tables are in writeback cacheable memoryArd Biesheuvel2-13/+3
2018-06-21ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contentsArd Biesheuvel1-12/+0
2018-06-18ArmPkg/ArmMtlLib: fix prototype inconsistency in MtlWaitUntilChannelFreeArd Biesheuvel1-1/+1
2018-06-18ArmPkg/ArmPkg.dsc: enable NOOPT build targetArd Biesheuvel1-1/+1
2018-06-15ArmPkg/ArmSmcPsciResetSystemLib: implement fallback for warm rebootArd Biesheuvel3-2/+32
2018-06-15ArmPkg/PlatformBootManagerLib: call ProcessCapsules() only onceArd Biesheuvel2-27/+60
2018-06-11ArmPkg/CompilerIntrinsicsLib: fix GCC8 warning for __aeabi_memcpy aliasesMichael Zimmermann1-5/+5
2018-06-07ArmPkg/ArmDisassemblerLib: fix check for MSR instructionMichael Zimmermann1-1/+1
2018-06-05ArmPkg/PlatformBootManagerLib: load platform boot optionsHaojian Zhuang2-0/+105
2018-04-30ArmPkg: Fix bug in Generic Watchdog driverAlexeiFedorov1-21/+16
2018-04-26ArmPkg: add reenable hook to ArmGenericTimerCounterLibArd Biesheuvel4-0/+23
2018-04-23ArmPkg: Introduce SCMI protocolGirish Pathak17-1/+2748
2018-04-23ArmPkg: MTL Library interface and Null library implementationGirish Pathak4-1/+273
2018-04-19ArmPkg/TimerDxe: remove workaround for KVM timer handlingArd Biesheuvel2-11/+0