summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe/AArch64
AgeCommit message (Expand)AuthorFilesLines
2023-11-28ArmPkg/Drivers/CpuDxe: Use lower and upper attributesMichael Kubacki1-5/+5
2023-07-03ArmPkg: Add Function Headers to MMU LogicTaylor Beebe1-2/+90
2023-07-03ArmPkg: Fix Unsafe ASSERTs in MMU LogicTaylor Beebe1-6/+15
2023-07-03ArmPkg: Update GetMemoryRegion() to Handle No mappingTaylor Beebe1-12/+18
2023-05-29ArmPkg/CpuDxe AARCH64: Report Memory Protection Attributes To GCDOliver Smith-Denny1-2/+2
2023-03-16ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversionArd Biesheuvel1-0/+17
2023-03-16ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flagArd Biesheuvel1-1/+7
2022-02-01ArmPkg/ArmMmuLib AARCH64: avoid EL0 accessible mappingsArd Biesheuvel1-1/+1
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki1-130/+161
2021-01-06ArmPkg: Fix Ecc error 5007 in CpuDxePierre Gondois1-1/+1
2021-01-06ArmPkg: Fix Ecc error 3002 in CpuDxePierre Gondois1-3/+3
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 Biesheuvel1-0/+15
2019-07-04ArmPkg: Fix various typosAntoine Cœur1-1/+1
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2017-03-08ArmPkg/CpuDxe: handle implied attributes in EfiAttributeToArmAttributeArd Biesheuvel1-3/+7
2017-02-21ArmPkg/CpuDxe: translate invalid memory types in EfiAttributeToArmAttributeArd Biesheuvel1-3/+1
2017-02-21ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usageJiewen Yao1-1/+2
2016-03-17ArmPkg: update CpuDxe to use CpuExceptionHandlerLibCohen, Eugene2-556/+0
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-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-06-03ArmPkg/CpuDxe: Stack Pointer is not 8-bytes aligned in AArch32 interrupt hand...Olivier Martin1-1/+1
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
2014-05-08ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman1-5/+5
2014-04-23ArmPkg/CpuDxe: Restore AArch64 system registers before returning from exceptionoliviermartin1-2/+19
2014-03-01ArmPkg: Tidy assembler codeOlivier Martin1-3/+0
2013-10-14ArmPkg/CpuDxe: Fixed confusion in AArch64 Table descriptor typesOlivier Martin1-1/+1
2013-09-16ArmPkg/CpuDxe: Fixed attribute setting in GetNextEntryAttribute()Olivier Martin1-1/+1
2013-08-19ArmPkg/CpuDxe: Added support to not set a memory region with the same attributeOlivier Martin1-0/+146
2013-08-19ArmPkg/CpuDxe: Fixed AArch64 MMU/GCD synchronizationOlivier Martin1-8/+10
2013-08-19ArmPkg/CpuDxe: AArch64: Fix wrong comparison of exception typeGirish K S1-3/+3
2013-07-26ArmPkg,ArmPlatformPkg: Free memory allocated by Get.*SpaceMap()Olivier Martin1-0/+5
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel3-0/+723