lib: utils/cppc: Add RPMI CPPC driver

Add RPMI based driver for CPPC register read, write and probe.

Signed-off-by: Subrahmanya Lingappa <slingappa@ventanamicro.com>
Co-developed-by: Rahul Pathak <rpathak@ventanamicro.com>
Signed-off-by: Rahul Pathak <rpathak@ventanamicro.com>
Co-developed-by: Sunil V L <sunilvl@ventanamicro.com>
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
This commit is contained in:
Subrahmanya Lingappa
2024-08-07 10:54:01 +05:30
committed by Anup Patel
parent 54e632b72e
commit 591a98bdd5
5 changed files with 495 additions and 0 deletions

View File

@@ -7,4 +7,13 @@ config FDT_CPPC
depends on FDT
default n
if FDT_CPPC
config FDT_CPPC_RPMI
bool "FDT RPMI CPPC driver"
depends on FDT_MAILBOX && RPMI_MAILBOX
default n
endif
endmenu