diff options
| author | Ben Zong-You Xie <[email protected]> | 2025-12-29 15:19:10 +0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2026-02-11 12:03:50 +0530 |
| commit | 9ffacc8ae1ca07ed36d57f887d62a65ae7a44223 (patch) | |
| tree | 5afcb8ec6848672d817dffc27462c5f6f8429357 /lib/utils/sys/objects.mk | |
| parent | 74434f255873d74e56cc50aa762d1caf24c099f8 (diff) | |
lib: utils/hsm: factor out ATCSMU code into an HSM driver
Refactor ATCSMU (System Management Unit) support by moving it from a
system utility into a dedicated FDT-based HSM driver.
Key changes include:
- Moving the functions in lib/utils/sys/atcsmu.c into the new HSM driver
- Moving hart start and stop operations on AE350 platform into the new
HSM driver
- Converting the assembly-based functions in sleep.S to C code for the
readability
- Updating the ATCWDT200 driver
Signed-off-by: Ben Zong-You Xie <[email protected]>
Signed-off-by: Leo Yu-Chi Liang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/sys/objects.mk')
| -rw-r--r-- | lib/utils/sys/objects.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/sys/objects.mk b/lib/utils/sys/objects.mk index 409d7e8c..d9c67077 100644 --- a/lib/utils/sys/objects.mk +++ b/lib/utils/sys/objects.mk @@ -8,4 +8,3 @@ # libsbiutils-objs-$(CONFIG_SYS_HTIF) += sys/htif.o -libsbiutils-objs-$(CONFIG_SYS_ATCSMU) += sys/atcsmu.o |
