summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2021-01-06ArmPkg: Fix Ecc error 5005 in ArmExceptionLibPierre Gondois1-2/+3
2021-01-06ArmPkg: Fix Ecc error 5005 in CpuDxePierre Gondois1-3/+5
2021-01-06ArmPkg: Fix Ecc error 3001 in SemihostFsPierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 3002 in ArmDisassemblerLibPierre Gondois1-1/+6
2021-01-06ArmPkg: Fix Ecc error 3002 in SemihostFsPierre Gondois1-5/+6
2021-01-06ArmPkg: Fix Ecc error 3002 in CpuDxePierre Gondois2-6/+6
2021-01-06ArmPkg: Fix Ecc error 3002 in MmCommunicationDxePierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 3002 in TimerDxePierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 3002 in ArmMmuLibPierre Gondois2-16/+16
2021-01-06ArmPkg: Fix Ecc error 3002 in OpteeLibPierre Gondois1-3/+4
2021-01-06ArmPkg: Fix Ecc error 3002 in CompilerIntrinsicsLibPierre Gondois6-7/+19
2021-01-06ArmPkg: Format header to fix Ecc crash in ArmMmuLibPierre Gondois1-7/+7
2020-12-18ArmPkg/ArmGicV3Dxe: Use ArmGicSetInterruptPriority() to set priorityQuan Nguyen1-8/+5
2020-12-18ArmPkg/ArmGicLib: Add ArmGicSetInterruptPriority() helper functionQuan Nguyen2-0/+53
2020-12-18ArmPkg/ArmLib: move ArmReadIdPfr0/1 into private header ArmV7Lib.hLeif Lindholm2-12/+12
2020-12-18ArmPkg/ArmLib: rename AArch64 variant of ArmReadIdPfr0Leif Lindholm3-3/+10
2020-12-18ArmPkg/ArmLib: delete AArch64 version of ArmReadIdPfr1Leif Lindholm1-8/+0
2020-12-18ArmPkg: use helper to check for Security extensions in ArmArchTimerLibLeif Lindholm1-1/+1
2020-12-18ArmPkg: add ArmHasSecurityExtensions () helper functionLeif Lindholm2-0/+32
2020-12-18ArmPkg: remove duplicated ARM/AArch64 ArmGicArchSecLib sourcesLeif Lindholm3-50/+2
2020-12-18ArmPkg: remove duplicated ARM/AArch64 ArmGicArchLib sourcesLeif Lindholm3-65/+2
2020-12-18ArmPkg: use ID register helper for ArmGicArch(Sec)LibLeif Lindholm4-4/+4
2020-12-18ArmPkg/ArmLib: add ArmHasGicSystemRegisters () helper functionLeif Lindholm3-0/+50
2020-12-08ArmPkg/ArmDisassemblerLib: fix incorrect comparisonwenyi,xie via groups.io1-2/+2
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