summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-10ArmPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2-7/+7
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
2023-02-06ArmPkg/ArmScmiDxe: Fix the calculation of RequiredArraySizeSudeep Holla1-23/+16
2023-01-27ArmPkg: implement EFI_MP_SERVICES_PROTOCOL based on PSCI callsRebecca Cran4-0/+2334
2022-09-05ArmPkg: Remove duplicated wordsPierre Gondois1-2/+2
2022-07-22ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI tableArd Biesheuvel4-120/+0
2022-07-01ArmPkg/Drivers: ArmGicIsInterruptEnabled returns incorrect valueRobbie King1-4/+3
2022-05-13ArmPkg: Remove RVCT supportRebecca Cran2-83/+0
2022-02-01ArmPkg/ArmMmuLib AARCH64: avoid EL0 accessible mappingsArd Biesheuvel1-1/+1
2022-01-27ArmPkg: MmCommunicationDxe: Update MM communicate `MessageLength` checkKun Qin1-5/+11
2022-01-27ArmPkg: MmCommunicationDxe: Update MM communicate `CommSize` checkKun Qin1-7/+12
2022-01-27ArmPkg: MmCommunicationDxe: Update MM communicate `CommBuffer**` checksKun Qin1-1/+1
2022-01-27ArmPkg: MmCommunicationDxe: MM communicate function argument attributesKun Qin1-6/+7
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki34-938/+1062
2021-10-14ArmPkg: Use PcdPciIoTranslation PCD from MdePkgAbner Chang1-1/+1
2021-08-27ArmPkg/GicV3Dxe: Don't signal EOI on arbitrary interruptsArd Biesheuvel1-4/+0
2021-05-27ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3edk2-stable202105Andreas Sandberg1-2/+9
2021-05-10ArmPkg: Update SCMI Base Protocol version to 0x20000Nicola Mazzucato1-4/+6
2021-04-28ArmPkg: Correct small typosPierre Gondois3-3/+3
2021-04-28ArmPkg: Fix Ecc error 8003Pierre Gondois3-9/+9
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_PERFORMANCEPierre Gondois2-8/+8
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_CLOCK_RATE_FORMATPierre Gondois1-4/+4
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_CLOCKPierre Gondois1-5/+5
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_BASEPierre Gondois1-6/+6
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_IDPierre Gondois2-6/+6
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_STATUSPierre Gondois2-12/+12
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_TYPEPierre Gondois2-4/+4
2021-04-15ArmPkg: Fix Ecc error 8005 for SCMI_PROTOCOL_IDPierre Gondois5-34/+34
2021-04-15ArmPkg: Fix Ecc error 7008 for SCMI_CLOCK_RATEPierre Gondois1-4/+8
2021-04-15ArmPkg: Fix Ecc error 6001 in MmCommunicationDxePierre Gondois1-4/+4
2021-04-15ArmPkg: Remove ArmGic/ArmGicSecLib.cPierre Gondois1-58/+0
2021-04-15ArmPkg: Fix Ecc error 10014 in MmCommunicationDxePierre Gondois1-1/+2
2021-04-15ArmPkg: Fix Ecc error 10014 in GenericWatchdogDxePierre Gondois1-1/+2
2021-04-15ArmPkg: Fix Ecc error 10014 in ArmScmiDxePierre Gondois1-2/+7
2021-04-15ArmPkg: Fix Ecc error 9005 in CpuDxePierre Gondois1-2/+2
2021-03-01ArmPkg/ArmGicLib: Fix GICR_IPRIORITYR address wrong issueMing Huang1-1/+4
2021-03-01ArmPkg/ArmGicLib: Fix two macros issue for offset parameterMing Huang1-2/+2
2021-01-06ArmPkg: Fix Ecc error 5007 in TimerDxePierre Gondois1-1/+2
2021-01-06ArmPkg: Fix Ecc error 5007 in CpuDxePierre Gondois2-5/+5
2021-01-06ArmPkg: Fix Ecc error 5007 in ArmScmiDxePierre Gondois2-5/+8
2021-01-06ArmPkg: Fix Ecc error 5005 in CpuDxePierre Gondois1-3/+5
2021-01-06ArmPkg: Fix Ecc error 3002 in CpuDxePierre Gondois2-6/+6
2021-01-06ArmPkg: Fix Ecc error 3002 in MmCommunicationDxePierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 3002 in TimerDxePierre Gondois1-2/+2
2020-12-18ArmPkg/ArmGicV3Dxe: Use ArmGicSetInterruptPriority() to set priorityQuan Nguyen1-8/+5