summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2019-07-30ArmPkg: DebugPeCoffExtraActionLib: fix trivial comment typosPhilippe Mathieu-Daude1-2/+2
2019-07-30ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errorsPhilippe Mathieu-Daude1-4/+4
2019-07-23ArmPkg: list module-internal header files in INF [Sources]Laszlo Ersek3-0/+5
2019-07-04ArmPkg: Fix various typosAntoine Cœur31-62/+62
2019-06-14ArmPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUID from Mde...Anthony PERARD1-6/+2
2019-06-01ArmPkg/ArmSoftFloatLib GCC4x: fix build failureArd Biesheuvel1-1/+1
2019-05-31ArmPkg/ArmLib ARM: set .fpu to let Clang 7 assemble ArmV7Support.SArd Biesheuvel1-0/+2
2019-05-31ArmPkg/ArmSoftFloatLib: remove source files that are no longer usedArd Biesheuvel21-4706/+0
2019-05-31ArmPkg/ArmSoftFloatLib: switch to new version of softfloat libraryArd Biesheuvel3-19/+358
2019-05-31ArmPkg: import Berkeley Softfloat library as git submoduleArd Biesheuvel1-0/+0
2019-05-28ArmPkg: Update Package DSC to remove unused NetLibLiming Gao1-1/+0
2019-05-13ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sourcesPete Batard3-0/+109
2019-05-13ArmPkg/CompilerIntrinsicsLib: Add lasr ARM assembly source for GCCPete Batard2-0/+31
2019-05-13ArmPkg/CompilerIntrinsicsLib: Add memcmp, memmove intrinsics for MSFTPete Batard3-0/+67
2019-05-13ArmPkg/CompilerIntrinsicsLib: Remove unused sources and clean up .infPete Batard19-1633/+37
2019-04-28ArmPkg/ArmSmcPsciResetSystemLib: Add a new API ResetSystemZhichao Gao1-0/+44
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney273-1898/+273
2019-04-02ArmPkg/SemiHostingDebugLib: Add new APIsBret Barkelew1-5/+101
2019-02-26ArmPkg: Fix writes to GICv3 GICD_IROUTER<n> regSami Mujawar1-2/+2
2019-01-29ArmPkg/ArmMmuLib AARCH64: get rid of needless TLB invalidationArd Biesheuvel4-21/+22
2019-01-28ArmPkg/ArmMmuLib ARM: trim high memory regions instead of rejecting themArd Biesheuvel1-1/+2
2019-01-21ArmPkg: delete unused ArmTrustZoneSmc.hLeif Lindholm1-161/+0
2019-01-17ArmPkg/DefaultExceptionHandlerLib: add missing UefiLib includeArd Biesheuvel1-0/+1
2019-01-16ArmPkg/DefaultExceptionHandlerLib: use console if availableArd Biesheuvel3-3/+16
2019-01-16ArmPkg/DefaultExceptionHandlerLib: drop BASE variantArd Biesheuvel3-81/+0
2019-01-16ArmPkg/DefaultExceptionHandlerLib: declare the permitted usage contextArd Biesheuvel1-2/+2
2019-01-16ArmPkg/DebugAgentSymbolsBaseLib: remove exception handlingArd Biesheuvel5-662/+0
2019-01-14ArmPkg/ArmMmuLib AARCH64: fix out of bounds accessArd Biesheuvel1-1/+1
2019-01-14ArmPkg/ArmMmuLib ARM: disregard high memory when setting permissionsArd Biesheuvel1-0/+4
2019-01-13ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handlingArd Biesheuvel1-2/+2
2019-01-13ArmPkg/ArmMmuLib ARM: add missing support for non-shareable cached mappingsArd Biesheuvel1-0/+13
2019-01-08ArmPkg/ArmSoftFloatLib: drop build flags specific to GCC46/GCC47Laszlo Ersek1-2/+0
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