Skip to content

20240814

Compare
Choose a tag to compare
@liyafe1997 liyafe1997 released this 14 Aug 10:07
· 13 commits to android14-stable-mod since this release

En

  1. Force to enable ufs lpm for fixing power consumpation issue on some varients/ROM. (Thanks @wcedla found this fix)
  2. Disable CONFIG_CRYPTO_DEV_QCOM_ICE (According to Xiaomi's original defconfig it should be disabled, but previously it was set as enabled accidently)
  3. Use CONFIG_HZ_250 instead of CONFIG_HZ_300 (Also according to Xiaomi's original defconfig)
  4. Built by This clang-r487747c from Google.

zh-cn

  1. 强行启用UFS LPM以修复部分机型/ROM的耗电问题(感谢@wcedla发现这个fix)
  2. 禁用CONFIG_CRYPTO_DEV_QCOM_ICE(小米原版defconfig是禁用的,之前的build本应是禁用的,但意外被启用了)
  3. CONFIG_HZ_300 改为 CONFIG_HZ_250 (同样,小米原版defconfig是 CONFIG_HZ_250
  4. 使用 这个来自Google的clang-r487747c 来编译