summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe
AgeCommit message (Expand)AuthorFilesLines
2023-04-10ArmPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-5/+5
2023-03-16ArmPkg/CpuDxe: Implement EFI memory attributes protocolArd Biesheuvel4-0/+326
2023-03-16ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversionArd Biesheuvel3-0/+69
2023-03-16ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flagArd Biesheuvel1-1/+7
2023-03-16ArmPkg/ArmMmuLib ARM: Isolate the access flag from AP maskArd Biesheuvel1-23/+24
2023-03-16ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversionArd Biesheuvel1-0/+3
2023-03-16ArmPkg/ArmMmuLib ARM: Remove half baked large page supportArd Biesheuvel1-4/+4
2022-07-22ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI tableArd Biesheuvel4-120/+0
2022-02-01ArmPkg/ArmMmuLib AARCH64: avoid EL0 accessible mappingsArd Biesheuvel1-1/+1
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki7-327/+373
2021-04-28ArmPkg: Correct small typosPierre Gondois1-1/+1
2021-04-28ArmPkg: Fix Ecc error 8003Pierre Gondois1-3/+3
2021-04-15ArmPkg: Fix Ecc error 9005 in CpuDxePierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 5007 in CpuDxePierre Gondois2-5/+5
2021-01-06ArmPkg: Fix Ecc error 5005 in CpuDxePierre Gondois1-3/+5
2021-01-06ArmPkg: Fix Ecc error 3002 in CpuDxePierre Gondois2-6/+6
2020-04-06ArmPkg: rename misleading local #define in CpuDxeLeif Lindholm1-7/+7
2020-04-02ArmPkg/CpuDxe: move PageAttributeToGcdAttribute() out of ArmMmuLibArd Biesheuvel1-0/+46
2020-04-02ArmPkg/CpuDxe: use private copy of GetRootTranslationTableInfo()Ard Biesheuvel2-7/+15
2019-07-04ArmPkg: Fix various typosAntoine Cœur5-6/+6
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney8-56/+8
2018-12-03ArmPkg/ArmMmuLib ARM: handle unmapped section in GetMemoryRegion()Ard Biesheuvel1-0/+3
2018-04-12ArmPkg/CpuDxe: order CpuDxe after ArmGicDxe via protocol depexLaszlo Ersek1-1/+1
2018-02-06ArmPkg/Gic: force GIC driver to run before CPU arch protocol driverArd Biesheuvel1-1/+1
2018-02-06ArmPkg: delete references to unused guids/Pcds from CpuDxeLeif Lindholm2-3/+0
2017-03-08ArmPkg/CpuDxe: handle implied attributes in EfiAttributeToArmAttributeArd Biesheuvel1-3/+7
2017-03-07ArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMemoryAttributesArd Biesheuvel1-1/+1
2017-03-07ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLibArd Biesheuvel3-424/+2
2017-03-07ArmPkg/CpuDxe ARM: honour RO/XP attributes in SetMemoryAttributes()Ard Biesheuvel1-92/+86
2017-03-07ArmPkg/CpuDxe ARM: avoid unnecessary cache/TLB maintenanceArd Biesheuvel1-26/+34
2017-03-07ArmPkg/CpuDxe ARM: avoid splitting page table sections unnecessarilyArd Biesheuvel1-8/+43
2017-02-28ArmPkg/CpuDxe: ignore attribute changes during SyncCacheConfig()Ard Biesheuvel3-0/+8
2017-02-23ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementationArd Biesheuvel4-75/+0
2017-02-21ArmPkg/ArmMmuLib: AARCH64: add support for modifying only permissionsArd Biesheuvel1-8/+0
2017-02-21ArmPkg/CpuDxe: ARM: ignore page table updates that only change permissionsArd Biesheuvel1-0/+7
2017-02-21ArmPkg/CpuDxe: translate invalid memory types in EfiAttributeToArmAttributeArd Biesheuvel2-6/+1
2017-02-21ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usageJiewen Yao3-11/+11
2016-11-02ArmPkg/CpuDxe: set DmaBufferAlignment according to CWGArd Biesheuvel1-1/+12
2016-09-26ArmPkg/CpuDxe: Fix MMU initialization problemKurt Kennett1-0/+5
2016-07-11ArmPkg: Fix typos in commentsGiri P Mudusuru1-1/+1
2016-07-07ArmPkg ArmVirtPkg MdeModulePkg: switch to separate ArmMmuLibArd Biesheuvel1-0/+1
2016-07-01ArmPkg/CpuDxe: unmask SErrors in DEBUG buildsArd Biesheuvel1-0/+9
2016-03-17ArmPkg: update CpuDxe to use CpuExceptionHandlerLibCohen, Eugene7-1402/+98
2016-02-23ArmPkg: CpuDxe: don't track interrupt state in a global variableCohen, Eugene1-5/+1
2015-12-15ArmPkg: use unified asm syntax for CLANGArd Biesheuvel1-4/+5
2015-12-15ArmPkg/CpuDxe: drop ARMv4 exception handling codeArd Biesheuvel7-357/+4
2015-11-19ArmPkg/ArmPlatformPkg: position vectors relative to baseMark Rutland1-20/+20
2015-09-24ArmPkg/CpuDxe: Disable interrupt before restoring contextHeyi Guo1-0/+8
2015-07-06ArmPkg/CpuDxe: Fixed AArch64 MMUOlivier Martin1-0/+3
2014-08-19ARM Packages: Removed trailing spacesRonald Cron9-165/+165