package: starfive: Add power management package

The package is for power management.
Currently adjust the cpufreq paramenters.

Signed-off-by: mason.huo <mason.huo@starfivetech.com>
This commit is contained in:
mason.huo
2022-10-14 13:08:20 +08:00
parent 5088e2a0cf
commit f6e892bda3
4 changed files with 41 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
################################################################################
#
# pm
#
################################################################################
PM_LICENSE = GPL-2.0+
define PM_INSTALL_TARGET_CMDS
install -m 0755 -D package/starfive/pm/S90cpufreq $(TARGET_DIR)/etc/init.d/
endef
$(eval $(generic-package))