summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Stop using ArmDisassemblerLibArd Biesheuvel2025-01-301-1/+0
* ArmPkg,ArmPkg/ArmExceptionLib: drop vector relocation variant/supportLeif Lindholm2025-01-301-1/+0
* ArmPkg/ArmGicDxe: Map GIC MMIO regions before useArd Biesheuvel2025-01-303-11/+62
* ArmPkg/ArmGicDxe: Remove pointless passing around of MMIO addressesArd Biesheuvel2025-01-301-29/+12
* ArmPkg/ArmGicDxe: Avoid pointless repeated iteration over GIC framesArd Biesheuvel2025-01-301-46/+13
* ArmPkg/ArmGicDxe: Replace CpuArch registration event with DEPEXArd Biesheuvel2025-01-305-66/+20
* ArmPkg/CpuDxe: Replace DEPEX on h/w protocol with event notificationArd Biesheuvel2025-01-302-4/+106
* ArmPkg/CpuDxe: Remove rudimentary vector handoff logicArd Biesheuvel2025-01-303-43/+5
* ArmPkg/CpuDxe: Use STATIC linkage where possibleArd Biesheuvel2025-01-302-1/+10
* ArmPkg/CpuDxe: Fix error handling in driver initializationArd Biesheuvel2025-01-301-4/+10
* ArmPkg/ArmGicDxe: Use EOImode 0x0 on GICv3Ard Biesheuvel2025-01-174-0/+48
* ArmPkg/ArmGic: Rename directory to ArmGicDxeArd Biesheuvel2025-01-1710-0/+0
* ArmPkg/ArmGic: Implement GICv3+ version of GIC driverArd Biesheuvel2025-01-172-0/+64
* ArmPkg/ArmGic: Implement GICv2-only version of GIC driverArd Biesheuvel2025-01-171-0/+51
* ArmPkg: Retire ArmGicLib implementationsArd Biesheuvel2025-01-171-30/+0
* ArmPkg/ArmGic: Incorporate v3 code from ArmGicLibArd Biesheuvel2025-01-172-1/+53
* ArmPkg/ArmGic: Retire ArmGicArchLibArd Biesheuvel2025-01-171-1/+0
* ArmPkg/ArmGic: Move GICv3 sysreg check into ArmGicDxeArd Biesheuvel2025-01-171-8/+39
* ArmPkg/ArmGic: Move GICv2 specific EOI/ACK routines into v2 driverArd Biesheuvel2025-01-173-36/+50
* ArmPkg/ArmGic: Move remaining shared code into ArmGicDxeArd Biesheuvel2025-01-174-59/+61
* ArmPkg/ArmGic: Disentangle ArmGicEnableDistributor () versionsArd Biesheuvel2025-01-174-38/+25
* ArmPkg/ArmGic: Disentangle v2 and v3 versions of IRQ en/disable APIsArd Biesheuvel2025-01-174-300/+303
* ArmPkg/ArmGic: Remove ArmGicEndOfInterrupt () APIArd Biesheuvel2025-01-171-19/+0
* ArmPkg/ArmGic: Remove ArmGicSendSgiTo () APIArd Biesheuvel2025-01-171-17/+0
* ArmPkg/ArmGic: drop ArmGicEnableInterruptInterface from ArmGicLibArd Biesheuvel2025-01-172-37/+1
* ArmPkg/ArmGic: Drop GICv2 legacy supportArd Biesheuvel2025-01-174-60/+23
* StandaloneMmPkg: move core entry point lib and cpu driver to ArmPkgLevi Yun2025-01-174-0/+439
* ArmPkg/MmCommunication: add helper function converting smc returnlevi.yun2025-01-172-46/+60
* AmrPkg/MmCommunication: move Mmcommunicate.h to common includelevi.yun2025-01-174-35/+2
* ArmPkg/MmCommunicationPei: Mmcommunication via FF-ALevi Yun2025-01-172-69/+372
* ArmPkg/MmCommunicationDxe: Mmcommunication via FF-ALevi Yun2025-01-172-52/+308
* ArmPkg: remove ArmGicAcknowledgeInterrupt function.Mike Maslenkin2025-01-121-49/+0
* ArmPkg: Update Generic Watchdog PCD TypeAshish Singhal2024-12-232-10/+10
* ArmPkg: TimerDxe: Use 64bit operation for timer ticksKun Qin2024-12-111-2/+1
* ArmPkg: ArmGic: Cast CpuTarget to UINT32 for legacy GICKun Qin2024-12-111-1/+4
* ArmPkg: CodeQL Fixes.kuqin122024-10-161-4/+4
* ArmPkg: Remove Deprecated Stack Check LibOliver Smith-Denny2024-09-131-2/+0
* MdePkg: Move CompilerIntrinsicsLib from ArmPkgOliver Smith-Denny2024-09-121-1/+0
* MdePkg: Move AsmMacroIoLib*.h from ArmPkgOliver Smith-Denny2024-09-123-3/+3
* ArmPkg/ArmPsciMpServices: GetProcessorInfo copies incorrect structureVishal Oliyil Kunnil2024-09-101-1/+1
* Sync AARCH64 GCD Capabilities with Page TableOliver Smith-Denny2024-08-301-6/+49
* ArmPkg/GenericWatchdogDxe: Disable WDOG before the protocol installedNhi Pham2024-08-281-2/+2
* ArmPkg: CpuDxe: Add Memory Attribute Protocol LoggingOliver Smith-Denny2024-07-231-0/+21
* ArmPkg/ArmLib ArmMmuLib: Drop support for EL3/MON executionArd Biesheuvel2024-06-191-7/+2
* ArmPkg: Disable watchdog interaction after exiting boot servicesRebecca Cran2024-01-301-4/+17
* ArmPkg: Introduce global mTimerPeriod and remove calculationRebecca Cran2024-01-301-18/+14
* ArmPkg: Update GenericWatchdogDxe to allow setting full 48-bit offsetRebecca Cran2024-01-302-7/+52
* ArmPkg/ArmScmiDxe: Add PERFORMANCE_DESCRIBE_FASTCHANNEL supportPierre Gondois2024-01-291-5/+75
* ArmPkg/Drivers/CpuDxe: Use lower and upper attributesMichael Kubacki2023-11-281-5/+5
* ArmPkg/ArmPsciMpServices: Add EFI_NOT_READY returnJeff Brasen via groups.io2023-10-181-1/+3