summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/ArmScmiDxe
AgeCommit message (Expand)AuthorFilesLines
2023-02-06ArmPkg/ArmScmiDxe: Fix the calculation of RequiredArraySizeSudeep Holla1-23/+16
2022-09-05ArmPkg: Remove duplicated wordsPierre Gondois1-2/+2
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki10-158/+161
2021-05-10ArmPkg: Update SCMI Base Protocol version to 0x20000Nicola Mazzucato1-4/+6
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 10014 in ArmScmiDxePierre Gondois1-2/+7
2021-01-06ArmPkg: Fix Ecc error 5007 in ArmScmiDxePierre Gondois2-5/+8
2019-10-04ArmPkg: ArmScmiDxe - convert .h to from 8859-x to 7-bitLeif Lindholm1-1/+1
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney11-77/+11
2018-12-21ArmPkg/ArmScmiDxe: Add clock enable functionJeff Brasen3-0/+70
2018-06-22ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol idsGirish Pathak3-12/+21
2018-06-22ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXEGirish Pathak2-21/+23
2018-04-23ArmPkg: Introduce SCMI protocolGirish Pathak11-0/+2046