summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_cppc.c
AgeCommit message (Collapse)AuthorFilesLines
2023-04-07lib: sbi: Implement SBI CPPC extensionSunil V L1-0/+110
Implement SBI CPPC extension. This extension is only available when OpenSBI platform provides a CPPC device to generic library. Signed-off-by: Sunil V L <sunilvl@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org>