summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)Author
2020-06-02ArmPkg/CompilerIntrinsicsLib: provide atomics intrinsicsArd Biesheuvel
2020-05-12ArmPkg/MmCommunicationDxe: expose MM Communicate 2 protocolArd Biesheuvel
2020-04-06ArmPkg: rename misleading local #define in CpuDxeLeif Lindholm
2020-04-02ArmPkg/ArmMmuLib: drop unused TT_ATTR_INDX_INVALID CPP macroArd Biesheuvel
2020-04-02ArmPkg/ArmMmuLib: get rid of GetRootTranslationTableInfo()Ard Biesheuvel
2020-04-02ArmPkg/ArmMmuLib: drop pointless LookupAddresstoRootTable() routineArd Biesheuvel
2020-04-02ArmPkg/CpuDxe: move PageAttributeToGcdAttribute() out of ArmMmuLibArd Biesheuvel
2020-04-02ArmPkg/CpuDxe: use private copy of GetRootTranslationTableInfo()Ard Biesheuvel
2020-03-26ArmPkg/ArmMmuLib AARCH64: preserve attributes when replacing a table entryArd Biesheuvel
2020-03-26ArmPkg/ArmMmuLib AARCH64: use helpers to determine table entry typesArd Biesheuvel
2020-03-26ArmPkg/ArmMmuLib AARCH64: limit recursion when freeing page tablesArd Biesheuvel
2020-03-25ArmPkg/ArmPkg.dsc: Add missing componentsMichael Kubacki
2020-03-19ArmPkg/ArmLib: Fix cache-invalidate initial page tablesAshish Singhal
2020-03-10ArmPkg/ArmMmuLib AARCH64: cosmetic fixupsArd Biesheuvel
2020-03-10ArmPkg/ArmMmuLib AARCH64: drop pointless page table memory type checkArd Biesheuvel
2020-03-10ArmPkg/ArmMmuLib AARCH64: invalidate page tables before populating themArd Biesheuvel
2020-03-10ArmPkg/ArmMmuLib AARCH64: rewrite page table codeArd Biesheuvel
2020-03-05ArmPkg/ArmMmuLib ARM: drop memory type check for page tablesArd Biesheuvel
2020-03-05ArmPkg/ArmMmuLib ARM: simplify assignment of TTBR0 system registerArd Biesheuvel
2020-03-05ArmPkg/ArmLib: ASSERT on set/way cache ops being used with MMU onArd Biesheuvel
2020-03-05ArmPkg/ArmLib: remove bogus protocol declarationArd Biesheuvel
2020-03-05ArmPkg/ArmLib: clean up library includesArd Biesheuvel
2020-03-05ArmPkg/ArmLib: move set/way helper functions into private headerArd Biesheuvel
2020-03-05ArmPkg/ArmMmuLib AARCH64: cache-invalidate initial page table entriesArd Biesheuvel
2020-03-05ArmPkg/ArmMmuLib ARM: cache-invalidate initial page table entriesArd Biesheuvel
2020-03-05ArmPkg/ArmMmuLib ARM: use AllocateAlignedPages() for alignmentArd Biesheuvel
2020-03-05ArmPkg/ArmMmuLib ARM: split ArmMmuLibCore.c into core and update codeArd Biesheuvel
2020-03-05ArmPkg/ArmMmuLib ARM: remove dummy constructorArd Biesheuvel
2020-03-04ArmPkg/MmCommunicationDxe: fix logic bug in DXE driver entrypointArd Biesheuvel
2020-03-04ArmPkg: convert LFs to CRLF, expand hard TABsLaszlo Ersek
2020-01-14ArmPkg/ArmSmcPsciResetSystemLib: remove EnterS3WithImmediateWake ()Ard Biesheuvel
2019-12-11ArmPkg/MmCommunicationDxe: relay architected PI events to MM contextArd Biesheuvel
2019-12-05ArmPkg: Dispatch deferred images after EndOfDxeSami Mujawar
2019-10-04ArmPkg: strip trailing whitespaceLeif Lindholm
2019-10-04ArmPkg: ArmScmiDxe - convert .h to from 8859-x to 7-bitLeif Lindholm
2019-07-30ArmPkg: DebugPeCoffExtraActionLib: fix trivial comment typosPhilippe Mathieu-Daude
2019-07-30ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errorsPhilippe Mathieu-Daude
2019-07-23ArmPkg: list module-internal header files in INF [Sources]Laszlo Ersek
2019-07-04ArmPkg: Fix various typosAntoine Cœur
2019-06-14ArmPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUID from Mde...Anthony PERARD
2019-06-01ArmPkg/ArmSoftFloatLib GCC4x: fix build failureArd Biesheuvel
2019-05-31ArmPkg/ArmLib ARM: set .fpu to let Clang 7 assemble ArmV7Support.SArd Biesheuvel
2019-05-31ArmPkg/ArmSoftFloatLib: remove source files that are no longer usedArd Biesheuvel
2019-05-31ArmPkg/ArmSoftFloatLib: switch to new version of softfloat libraryArd Biesheuvel
2019-05-31ArmPkg: import Berkeley Softfloat library as git submoduleArd Biesheuvel
2019-05-28ArmPkg: Update Package DSC to remove unused NetLibLiming Gao
2019-05-13ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sourcesPete Batard
2019-05-13ArmPkg/CompilerIntrinsicsLib: Add lasr ARM assembly source for GCCPete Batard
2019-05-13ArmPkg/CompilerIntrinsicsLib: Add memcmp, memmove intrinsics for MSFTPete Batard
2019-05-13ArmPkg/CompilerIntrinsicsLib: Remove unused sources and clean up .infPete Batard