lib: utils/mpxy: Add RPMI client driver for MPXY

Add a generic RPMI mailbox client driver which provides a MPXY channel.
Initially, this driver only supports RPMI clock service group but can
be extended to support multiple RPMI service groups.

Signed-off-by: Rahul Pathak <rpathak@ventanamicro.com>
Co-developed-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
This commit is contained in:
Rahul Pathak
2024-08-08 11:15:53 +05:30
committed by Anup Patel
parent 32577ec3a1
commit c5a8b15e39
5 changed files with 548 additions and 0 deletions

View File

@@ -7,4 +7,13 @@ config FDT_MPXY
depends on FDT
default n
if FDT_MPXY
config FDT_MPXY_RPMI_MBOX
bool "FDT MPXY mailbox client driver"
depends on FDT_MAILBOX
default n
endif
endmenu