summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2020-05-12ArmPkg/MmCommunicationDxe: expose MM Communicate 2 protocolArd Biesheuvel2-48/+43
2020-04-06ArmPkg: rename misleading local #define in CpuDxeLeif Lindholm1-7/+7
2020-04-02ArmPkg/ArmMmuLib: drop unused TT_ATTR_INDX_INVALID CPP macroArd Biesheuvel1-3/+0
2020-04-02ArmPkg/ArmMmuLib: get rid of GetRootTranslationTableInfo()Ard Biesheuvel1-16/+6
2020-04-02ArmPkg/ArmMmuLib: drop pointless LookupAddresstoRootTable() routineArd Biesheuvel1-34/+15
2020-04-02ArmPkg/CpuDxe: move PageAttributeToGcdAttribute() out of ArmMmuLibArd Biesheuvel3-50/+46
2020-04-02ArmPkg/CpuDxe: use private copy of GetRootTranslationTableInfo()Ard Biesheuvel2-7/+15
2020-03-26ArmPkg/ArmMmuLib AARCH64: preserve attributes when replacing a table entryArd Biesheuvel1-4/+21
2020-03-26ArmPkg/ArmMmuLib AARCH64: use helpers to determine table entry typesArd Biesheuvel1-5/+35
2020-03-26ArmPkg/ArmMmuLib AARCH64: limit recursion when freeing page tablesArd Biesheuvel1-6/+12
2020-03-25ArmPkg/ArmPkg.dsc: Add missing componentsMichael Kubacki1-0/+5
2020-03-19ArmPkg/ArmLib: Fix cache-invalidate initial page tablesAshish Singhal1-1/+1
2020-03-10ArmPkg/ArmMmuLib AARCH64: cosmetic fixupsArd Biesheuvel1-19/+37
2020-03-10ArmPkg/ArmMmuLib AARCH64: drop pointless page table memory type checkArd Biesheuvel1-15/+0
2020-03-10ArmPkg/ArmMmuLib AARCH64: invalidate page tables before populating themArd Biesheuvel1-0/+14
2020-03-10ArmPkg/ArmMmuLib AARCH64: rewrite page table codeArd Biesheuvel1-238/+143
2020-03-05ArmPkg/ArmMmuLib ARM: drop memory type check for page tablesArd Biesheuvel1-18/+2
2020-03-05ArmPkg/ArmMmuLib ARM: simplify assignment of TTBR0 system registerArd Biesheuvel1-1/+1
2020-03-05ArmPkg/ArmLib: ASSERT on set/way cache ops being used with MMU onArd Biesheuvel3-0/+17
2020-03-05ArmPkg/ArmLib: remove bogus protocol declarationArd Biesheuvel1-3/+0
2020-03-05ArmPkg/ArmLib: clean up library includesArd Biesheuvel3-10/+11
2020-03-05ArmPkg/ArmLib: move set/way helper functions into private headerArd Biesheuvel3-18/+36
2020-03-05ArmPkg/ArmMmuLib AARCH64: cache-invalidate initial page table entriesArd Biesheuvel2-10/+8
2020-03-05ArmPkg/ArmMmuLib ARM: cache-invalidate initial page table entriesArd Biesheuvel1-14/+44
2020-03-05ArmPkg/ArmMmuLib ARM: use AllocateAlignedPages() for alignmentArd Biesheuvel1-9/+10
2020-03-05ArmPkg/ArmMmuLib ARM: split ArmMmuLibCore.c into core and update codeArd Biesheuvel4-434/+469
2020-03-05ArmPkg/ArmMmuLib ARM: remove dummy constructorArd Biesheuvel2-9/+2
2020-03-04ArmPkg/MmCommunicationDxe: fix logic bug in DXE driver entrypointArd Biesheuvel1-0/+8
2020-03-04ArmPkg: convert LFs to CRLF, expand hard TABsLaszlo Ersek5-430/+430
2020-01-14ArmPkg/ArmSmcPsciResetSystemLib: remove EnterS3WithImmediateWake ()Ard Biesheuvel7-201/+0
2019-12-11ArmPkg/MmCommunicationDxe: relay architected PI events to MM contextArd Biesheuvel2-2/+50
2019-12-05ArmPkg: Dispatch deferred images after EndOfDxeSami Mujawar1-1/+6
2019-10-04ArmPkg: strip trailing whitespaceLeif Lindholm1-2/+2
2019-10-04ArmPkg: ArmScmiDxe - convert .h to from 8859-x to 7-bitLeif Lindholm1-1/+1
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