20240814
liyafe1997
released this
14 Aug 10:07
·
13 commits
to android14-stable-mod
since this release
En
- Force to enable ufs lpm for fixing power consumpation issue on some varients/ROM. (Thanks @wcedla found this fix)
- Disable
CONFIG_CRYPTO_DEV_QCOM_ICE
(According to Xiaomi's original defconfig it should be disabled, but previously it was set as enabled accidently) - Use
CONFIG_HZ_250
instead ofCONFIG_HZ_300
(Also according to Xiaomi's original defconfig) - Built by This clang-r487747c from Google.
zh-cn
- 强行启用UFS LPM以修复部分机型/ROM的耗电问题(感谢@wcedla发现这个fix)
- 禁用
CONFIG_CRYPTO_DEV_QCOM_ICE
(小米原版defconfig是禁用的,之前的build本应是禁用的,但意外被启用了) CONFIG_HZ_300
改为CONFIG_HZ_250
(同样,小米原版defconfig是CONFIG_HZ_250
)- 使用 这个来自Google的clang-r487747c 来编译