diff options
| author | Subrahmanya Lingappa <slingappa@ventanamicro.com> | 2024-08-06 08:25:01 +0300 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2024-12-06 06:56:43 +0300 |
| commit | 33ee9b8240fee298ddd357a68096652286024670 (patch) | |
| tree | db64d51eebfea4d90a6612b9d2b76f02bd5565cd /platform/generic | |
| parent | ff4769bf08b50c61bb48f37ea00a17737096e2b5 (diff) | |
| download | opensbi-33ee9b8240fee298ddd357a68096652286024670.tar.xz | |
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>
Diffstat (limited to 'platform/generic')
| -rw-r--r-- | platform/generic/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/generic/configs/defconfig b/platform/generic/configs/defconfig index 2efc713..78fc96b 100644 --- a/platform/generic/configs/defconfig +++ b/platform/generic/configs/defconfig @@ -11,6 +11,7 @@ CONFIG_FDT_GPIO_DESIGNWARE=y CONFIG_FDT_GPIO_SIFIVE=y CONFIG_FDT_GPIO_STARFIVE=y CONFIG_FDT_HSM=y +CONFIG_FDT_HSM_RPMI=y CONFIG_FDT_I2C=y CONFIG_FDT_I2C_SIFIVE=y CONFIG_FDT_I2C_DW=y |
