summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2020-10-22ArmPkg/ArmMmuLib: Explicitly cast function pointer argumentMichael Kubacki1-1/+1
2020-10-22ArmPkg/ArmMmuLib: Explicitly cast UINT32 data conversionsMichael Kubacki2-4/+4
2020-06-27ArmPkg/ArmMmuLib: Fix implicit castPierre Gondois1-1/+1
2020-06-17ArmPkg/PlatformBootManagerLib: regenerate boot options on boot failureArd Biesheuvel1-0/+34
2020-06-10ArmPkg/ArmExceptionLib: use static buffer for sp_el0Heyi Guo1-8/+6
2020-06-07ArmPkg: only attempt buildin MmCommunicationDxe for AArch64Leif Lindholm1-1/+1
2020-06-06ArmPkg/PlatformBootManagerLib: don't connect all devices on each bootArd Biesheuvel1-10/+0
2020-06-06ArmPkg/PlatformBootManagerLib: hide UEFI Shell as a regular boot optionArd Biesheuvel1-3/+1
2020-06-06ArmPkg/PlatformBootManagerLib: fall back to the UiApp on boot failureArd Biesheuvel1-1/+11
2020-06-06ArmPkg/PlatformBootManagerLib: register 's' as UEFI Shell hotkeyArd Biesheuvel1-2/+9
2020-06-06ArmPkg/PlatformBootManagerLib: connect non-discoverable USB hostsArd Biesheuvel2-0/+46
2020-06-05ArmPkg/ArmSvcLib: prevent speculative execution beyond svcVijayenthiran Subramaniam3-3/+12
2020-06-03ArmPkg/ArmPkg.dsc: set terminal type PCD to the right valueArd Biesheuvel1-0/+3
2020-06-03ArmPkg/PlatformBootManagerLib: reject 'default' parity and stop bit countArd Biesheuvel1-0/+4
2020-06-03ArmPkg/PlatformBootManagerLib: use static assertion for console typeArd Biesheuvel1-1/+3
2020-06-02ArmPkg/CompilerIntrinsicsLib: provide atomics intrinsicsedk2-stable202005Ard Biesheuvel2-0/+145
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