summaryrefslogtreecommitdiff
path: root/lib/utils/reset/objects.mk
diff options
context:
space:
mode:
authorRahul Pathak <[email protected]>2024-08-06 10:24:19 +0530
committerAnup Patel <[email protected]>2024-12-06 09:26:27 +0530
commit6a26726e08e4d1e23b2e6cce073689ecdabf9291 (patch)
tree86fa158485a31bf094264bf04c9e16ed602b55a9 /lib/utils/reset/objects.mk
parent91f46fb47eefb872a7981935fbcc125226e93eca (diff)
lib/utils: reset: Add RPMI System Reset driver
Add RPMI based driver for system reset and enable it in the generic platform defconfig Signed-off-by: Rahul Pathak <[email protected]> Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/reset/objects.mk')
-rw-r--r--lib/utils/reset/objects.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/utils/reset/objects.mk b/lib/utils/reset/objects.mk
index a84336cf..8f3774c5 100644
--- a/lib/utils/reset/objects.mk
+++ b/lib/utils/reset/objects.mk
@@ -29,3 +29,6 @@ libsbiutils-objs-$(CONFIG_FDT_RESET_SUNXI_WDT) += reset/fdt_reset_sunxi_wdt.o
carray-fdt_reset_drivers-$(CONFIG_FDT_RESET_SYSCON) += fdt_syscon_poweroff
carray-fdt_reset_drivers-$(CONFIG_FDT_RESET_SYSCON) += fdt_syscon_reboot
libsbiutils-objs-$(CONFIG_FDT_RESET_SYSCON) += reset/fdt_reset_syscon.o
+
+carray-fdt_reset_drivers-$(CONFIG_FDT_RESET_RPMI) += fdt_reset_rpmi
+libsbiutils-objs-$(CONFIG_FDT_RESET_RPMI) += reset/fdt_reset_rpmi.o