summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2024-09-13ArmPkg: Remove Deprecated Stack Check LibOliver Smith-Denny2-6/+4
2024-09-13ArmPkg/ArmLib: Drop set/way Dcache operationsArd Biesheuvel6-306/+0
2024-09-12MdePkg: Move CompilerIntrinsicsLib from ArmPkgOliver Smith-Denny46-2767/+0
2024-09-12MdePkg: Move AsmMacroIoLib*.h from ArmPkgOliver Smith-Denny54-178/+51
2024-09-12ArmPkg: CompilerIntrinsicsLib: Use AsmMacroIoLibV8.h for AARCH64 ASMOliver Smith-Denny1-1/+1
2024-09-10ArmPkg/ArmPsciMpServices: GetProcessorInfo copies incorrect structureVishal Oliyil Kunnil1-1/+1
2024-09-02ArmPkg/ArmPkg.ci.yaml: Add PrEval CI configJoey Vagedes1-0/+3
2024-09-01ArmPkg: Fix timer wrap-aroundCarsten Haitzler1-4/+10
2024-08-30Sync AARCH64 GCD Capabilities with Page TableOliver Smith-Denny1-6/+49
2024-08-28ArmPkg/GenericWatchdogDxe: Disable WDOG before the protocol installedNhi Pham1-2/+2
2024-08-01ArmPkg/ArmArchTimerLib: Drop pointless constructorArd Biesheuvel2-25/+2
2024-07-27ArmPkg: Retire ArmSmcPsciResetSystemLibArd Biesheuvel3-180/+0
2024-07-25ArmPkg/ArmMonitorLib: Implement SMCCC protocol correctly and directlyArd Biesheuvel5-40/+145
2024-07-25ArmPkg: Convert PcdMonitorConduitHvc to FixedAtBuildArd Biesheuvel2-6/+6
2024-07-24ArmPkg: Introduce ResetSystemLib implementation based on ArmMonitorLibArd Biesheuvel3-0/+209
2024-07-24ArmPkg: Disable AuditOnly mode for uncrustifyArd Biesheuvel3-10/+7
2024-07-23ArmPkg: Remove Deprecated ArmPsciResetSystemLibOliver Smith-Denny3-123/+0
2024-07-23BaseTools: Move GnuNoteBti.bin to BaseToolsOliver Smith-Denny1-0/+0
2024-07-23BaseTools: Move GccLto Files to BaseToolsOliver Smith-Denny4-76/+0
2024-07-23ArmPkg: ArmMmuLib: Add AARCH64 Memory Attribute Update Failure LogOliver Smith-Denny1-0/+7
2024-07-23ArmPkg: ArmMmuLib: Add ARM32 Memory Attribute Update Failure LoggingOliver Smith-Denny1-0/+15
2024-07-23ArmPkg: CpuDxe: Add Memory Attribute Protocol LoggingOliver Smith-Denny1-0/+21
2024-06-26ArmPkg: delete PcdArmArchTimerFreqInHzLeif Lindholm3-24/+2
2024-06-26ArmPkg: drop manual ARM programming of generic timer frequencyLeif Lindholm1-13/+0
2024-06-19ArmPkg/ArmLib ArmMmuLib: Drop support for EL3/MON executionArd Biesheuvel7-163/+36
2024-06-17ArmPkg/ProcessorSubClassDxe: Limit values to 0xFFJeff Brasen1-3/+3
2024-06-15ArmPkg/CompilerIntrinsicsLib: provide __ashlti3Jeff Brasen2-0/+34
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/Aarch64[|Mmu].h to MdePkgPierre Gondois7-343/+5
2024-06-15ArmPkg,MdePkg: Move ArmPkg/Chipset/ArmV7[|Mmu].h to MdePkgPierre Gondois7-452/+5
2024-06-15ArmPkg,MdePkg: move ArmLib.h to MdePkgLeif Lindholm2-833/+0
2024-06-10ArmPkg: Revert "Allow SMC/HVC monitor conduit to be specified at runtime"Ard Biesheuvel2-6/+6
2024-06-03ArmPkg: Set BIOS Segment to 0 in SMBIOS Type 0 tableRebecca Cran2-2/+1
2024-05-24ArmPkg: Allow SMC/HVC monitor conduit to be specified at runtimeArd Biesheuvel2-6/+6
2024-04-05ArmPkg: Remove ArmCortexA9.hPierre Gondois1-57/+0
2024-04-05ArmPkg: Remove ArmCortexA5x.hPierre Gondois1-44/+0
2024-03-04ArmPkg/ArmGicArchLib: Add macros for SPI and extended SPI rangesHimanshu Sharma1-0/+14
2024-01-30ArmPkg: Disable watchdog interaction after exiting boot servicesRebecca Cran1-4/+17
2024-01-30ArmPkg: Introduce global mTimerPeriod and remove calculationRebecca Cran1-18/+14
2024-01-30ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offsetRebecca Cran2-7/+52
2024-01-29ArmPkg/ArmScmiDxe: Add PERFORMANCE_DESCRIBE_FASTCHANNEL supportPierre Gondois2-14/+154
2024-01-29ArmPkg/ArmScmiDxe: Rename PERFORMANCE_PROTOCOL_VERSIONPierre Gondois1-5/+8
2023-12-14ArmPkg/DebugPeCoffExtraActionLib: Drop RVCT and Cygwin supportArd Biesheuvel1-69/+31
2023-11-28ArmPkg/Drivers/CpuDxe: Use lower and upper attributesMichael Kubacki1-5/+5
2023-11-28ArmPkg/ArmMmuLib: Use function pointer typeMichael Kubacki5-13/+33
2023-10-30ArmPkg/ArmLib: Add ArmHasEte () helper functionSami Mujawar3-1/+30
2023-10-30ArmPkg/ArmLib: Add ArmHasTrbe () helper functionSami Mujawar3-0/+31
2023-10-18ArmPkg/ArmPsciMpServices: Add EFI_NOT_READY returnJeff Brasen via groups.io1-1/+3
2023-09-20ArmPkg/ArmLib: Add ArmHasVhe () helper functionLeif Lindholm3-0/+36
2023-09-19ArmPkg: add EL2 virtual timer interrupt PcdLeif Lindholm1-0/+1
2023-09-12ArmPkg/ArmMmuLib: Drop buggy secure memory type checkArd Biesheuvel2-4/+0