summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2019-10-04ArmPkg: strip trailing whitespaceLeif Lindholm1-2/+2
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 Ersek2-0/+4
2019-07-04ArmPkg: Fix various typosAntoine Cœur20-49/+49
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-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 Kinney186-1290/+186
2019-04-02ArmPkg/SemiHostingDebugLib: Add new APIsBret Barkelew1-5/+101
2019-01-29ArmPkg/ArmMmuLib AARCH64: get rid of needless TLB invalidationArd Biesheuvel3-20/+20
2019-01-28ArmPkg/ArmMmuLib ARM: trim high memory regions instead of rejecting themArd Biesheuvel1-1/+2
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 Biesheuvel2-80/+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-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-06ArmPkg/OpteeLib: Add dummy RPC handlerSumit Garg2-7/+30
2018-12-03ArmPkg/ArmMmuLib ARM: handle unmapped sections when updating permissionsArd Biesheuvel1-2/+6
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 Biesheuvel3-0/+33
2018-11-27ArmPkg: fix StandaloneMmMmuLib subdirectory caseLeif Lindholm2-1/+1
2018-11-27ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0.Achin Gupta2-0/+221
2018-11-21ArmPkg/ArmSmcPsciResetSystemLib: add missing call to ExitBootServices()Ard Biesheuvel6-6/+187
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 Garg3-0/+447
2018-08-23ArmPkg/PlatformBootManagerLib: fix hotkey of boot optionHaojian Zhuang1-1/+1
2018-08-01ArmPkg: Add initial OpteeLib implementationSumit Garg2-0/+79
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-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-15ArmPkg/ArmSmcPsciResetSystemLib: implement fallback for warm rebootArd Biesheuvel2-2/+28
2018-06-15ArmPkg/PlatformBootManagerLib: call ProcessCapsules() only onceArd Biesheuvel2-27/+60