forked from Mirrors/opensbi
lib: utils/hsm: Add RPMI HSM driver
The RPMI HSM service group provides set of routine to query and control power states of a Hart. Add RPMI based Hart State Management (HSM) driver. Signed-off-by: Subrahmanya Lingappa <slingappa@ventanamicro.com> Signed-off-by: Anup Patel <apatel@ventanamicro.com>
This commit is contained in:

committed by
Anup Patel

parent
ff4769bf08
commit
33ee9b8240
@@ -7,4 +7,13 @@ config FDT_HSM
|
||||
depends on FDT
|
||||
default n
|
||||
|
||||
if FDT_HSM
|
||||
|
||||
config FDT_HSM_RPMI
|
||||
bool "FDT RPMI HSM driver"
|
||||
depends on FDT_MAILBOX && RPMI_MAILBOX
|
||||
default n
|
||||
|
||||
endif
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user