summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-19ARM Packages: Corrected non-DOS line endingsRonald Cron1-1/+1
2014-07-29ArmPkg/CpuDxe: Fixed some typo issues in the AArch64 exception codeOlivier Martin1-11/+10
2014-07-15ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin1-5/+6
2014-07-01ArmPkg/CpuDxe/ArmV6: Return error status when ExceptionHandlersStart is not 3...Olivier Martin1-2/+6
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin1-9/+9
2014-06-03ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt hand...Olivier Martin4-14/+28
2014-05-14ArmPkg/CpuDxe/AArch64: Fixed SyncCacheConfig() when first entry is in 3-levelOlivier Martin1-2/+1
2014-05-08ARM Packages: Use .8byte instead of .dword for pointersBrendan Jackman1-1/+1
2014-05-08ArmPkg/CpuDxe/AArch64: use STUR instruction for signed offsetBrendan Jackman1-4/+4
2014-05-08ArmPkg/CpuDxe/AArch64/ExceptionSupport.S: Fix immediate syntaxBrendan Jackman1-13/+13