Skip to content

Commit

Permalink
ota: Update for 2.7 release
Browse files Browse the repository at this point in the history
Signed-off-by: Zlatan Radovanovic <[email protected]>
  • Loading branch information
Zlatan Radovanovic committed Nov 29, 2021
1 parent a610355 commit d5b8335
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
29 changes: 17 additions & 12 deletions ota/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,24 @@ Type: Stable
Device: OnePlus 7/T/Pro
Compiler: Dora Clang 14.0.0
Branch: master
Build Number: 2.4
Build Number: 2.7
```
## Changelog
```
2.4:
-Merge latest 4.14.248 kernel stable upstream
-Merge CAF tag LA.UM.9.15.r1-03600-KAMORTA.0 for qcacld-3.0, qca-wifi-host-cmn and fw-api (update WLAN drivers to 5.2.022.8Y)
-Cleanup and rewrite FOD driver (thanks mvaisakh) and implement Devfreq boosting on FOD press (improved fingerprint reader performance)
-Backport new Cpuidle TEO governor and use it by default (improved battery life)
-Increase boosting on app launch
-Micro-optimize cfq io scheduler
-lib/sort backports
-SLMK updates
-Improve boot speed by suppressing output during kernel init
-Built with latest Clang 14 (latest LLVM tc built with LTO, lld and Polly)
-2.7

***From this release onwards, FOD has been reworked in order to be fully compatible and working with new A12 ROMs. It still might work on A11 ROMs and OOS 11, but to an extent. Because of that, there will be separate builds for A11 ROMs and OOS 11 without those changes, marked with "eleven" tag. So for example, for OOS 11, you would flash "Dora-Kernel-v2.7-eleven-sdcard_fs.zip".OOS 11 compatible build, so eleven-sdcardfs version is still staying as default for JSON configuration.***

-Merge latest 4.14.256 kernel stable upstream
-Merge latest CAF tag LA.UM.9.1.r1-11300-SMxxx0.0 treewide
-Merge latest CAF tag LA.UM.9.1.r1-11300-SMxxx0.0 for qcacld-3.0, qca-wifi-host-cmn and fw-api (update WLAN drivers to 5.2.022.9N)
-Switch to 250Hz timer and 16ms PELT halflife respectively
-Improve idle power consumption
-Various mm, qos, ion patches from Sultan
-Locking/qspinlock backports
-Modify scheduler capacity margins
-Revisit of many old kgsl/msm patches
-Move to f2fs late_initcall
-Fix freezing issues for A12 ROMs
-Built using latest Dora Clang toolchain built from LLVM upstream
```
8 changes: 4 additions & 4 deletions ota/update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"kernel": {
"name": "Dora Kernel",
"version": "v2.4",
"link": "https://github.com/nem0-z/dora_kernel_oneplus_sm8150/releases/download/2.4/Dora-Kernel-v2.4-sdcard_fs.zip",
"version": "v2.7",
"link": "https://github.com/nem0-z/dora_kernel_oneplus_sm8150/releases/download/2.7/Dora-Kernel-v2.7-eleven-sdcard_fs.zip",
"changelog_url": "https://raw.githubusercontent.com/nem0-z/dora_kernel_oneplus_sm8150/master/ota/changelog",
"date": "2021-10-03",
"sha1": "ec2b3b3e668c0ad86d31205aefb266ba956dd394"
"date": "2021-11-29",
"sha1": "24e2e8d9ae8fb33422ff8fd825e9b5587f317f4f"
},
"support": {
"link": "https://t.me/nem0kernel"
Expand Down

0 comments on commit d5b8335

Please sign in to comment.