summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)Author
2019-01-29ArmPkg/ArmMmuLib AARCH64: get rid of needless TLB invalidationArd Biesheuvel
2019-01-28ArmPkg/ArmMmuLib ARM: trim high memory regions instead of rejecting themArd Biesheuvel
2019-01-21ArmPkg: delete unused ArmTrustZoneSmc.hLeif Lindholm
2019-01-17ArmPkg/DefaultExceptionHandlerLib: add missing UefiLib includeArd Biesheuvel
2019-01-16ArmPkg/DefaultExceptionHandlerLib: use console if availableArd Biesheuvel
2019-01-16ArmPkg/DefaultExceptionHandlerLib: drop BASE variantArd Biesheuvel
2019-01-16ArmPkg/DefaultExceptionHandlerLib: declare the permitted usage contextArd Biesheuvel
2019-01-16ArmPkg/DebugAgentSymbolsBaseLib: remove exception handlingArd Biesheuvel
2019-01-14ArmPkg/ArmMmuLib AARCH64: fix out of bounds accessArd Biesheuvel
2019-01-14ArmPkg/ArmMmuLib ARM: disregard high memory when setting permissionsArd Biesheuvel
2019-01-13ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handlingArd Biesheuvel
2019-01-13ArmPkg/ArmMmuLib ARM: add missing support for non-shareable cached mappingsArd Biesheuvel
2019-01-08ArmPkg/ArmSoftFloatLib: drop build flags specific to GCC46/GCC47Laszlo Ersek
2018-12-21ArmPkg/ArmScmiDxe: Add clock enable functionJeff Brasen
2018-12-20ArmPkg/GenericWatchdogDxe: implement RegisterHandler() methodArd Biesheuvel
2018-12-20ArmPkg/GenericWatchdogDxe: clean up the codeArd Biesheuvel
2018-12-20ArmPkg/ArmMmuLib: take MAX_ALLOC_ADDRESS into accountArd Biesheuvel
2018-12-19ArmPkg/DefaultExceptionHandlerLib ARM: avoid endless loop in RELEASE buildsArd Biesheuvel
2018-12-19ArmPkg: drop ArmBds remnant Pcds from .decLeif Lindholm
2018-12-15ArmPkg: remove redundant _ARM_PLATFORM_FLAGS overridesArd Biesheuvel
2018-12-11ArmPkg/OpteeLib: Add OPTEE_SUCCESS return codeSumit Garg
2018-12-06ArmPkg/OpteeLib: Add dummy RPC handlerSumit Garg
2018-12-03ArmPkg/ArmMmuLib ARM: handle unmapped sections when updating permissionsArd Biesheuvel
2018-12-03ArmPkg/ArmMmuLib ARM: handle unmapped section in GetMemoryRegion()Ard Biesheuvel
2018-11-29ArmPkg/CpuPei: base GCD memory space size on CPU's PA rangeArd Biesheuvel
2018-11-29ArmPkg/ArmMmuLib: take the CPU supported maximum PA space into accountArd Biesheuvel
2018-11-29ArmPkg/ArmLib: add support for reading the max physical address space sizeArd Biesheuvel
2018-11-27ArmPkg: fix StandaloneMmMmuLib subdirectory caseLeif Lindholm
2018-11-27ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 sectionArd Biesheuvel
2018-11-27ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0.Achin Gupta
2018-11-27ArmPkg/Include: Add MM interface SVC return codes.Achin Gupta
2018-11-27ArmPkg/Include: Fix the SPM version SVC IDSughosh Ganu
2018-11-27ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver.Achin Gupta
2018-11-27ArmPkg: Add PCDs needed for MM communication driver.Achin Gupta
2018-11-26ArmPkg: remove now unused BsdLib.hArd Biesheuvel
2018-11-21ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices()Ard Biesheuvel
2018-11-15ArmPkg/ArmGicDxe ARM: fix encoding for GICv3 interrupt acknowledgeArd Biesheuvel
2018-11-07ArmPkg/ArmGicDxe: Fix GICv3 interrupt routing mode bugMing Huang
2018-11-05ArmPkg/OpteeLib: Fix compilation issues for ARM (32-bit)Sumit Garg
2018-10-30ArmPkg/OpteeLib: Add APIs to communicate with OP-TEESumit Garg
2018-10-12ArmPkg: Add support for GICv4Sami Mujawar
2018-08-23ArmPkg/PlatformBootManagerLib: fix hotkey of boot optionHaojian Zhuang
2018-08-03ArmPkg/GenericWatchdogDxe: Split 64bit register write to 2x32bitMarcin Wojtas
2018-08-01ArmPkg: Add initial OpteeLib implementationSumit Garg
2018-07-27ArmPkg/PlatformBDS: Implement PlatformBootManagerUnableToBootRuiyu Ni
2018-06-29ArmPkg: Removing ipf which is no longer supported from edk2.chenc2
2018-06-22ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol idsGirish Pathak
2018-06-22ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXEGirish Pathak
2018-06-21ArmPkg/ArmMmuLib ARM: fix Mva to use idx instead of table baseChris Co
2018-06-21ArmPkg/ArmMmuLib ARM: assume page tables are in writeback cacheable memoryArd Biesheuvel