Skip to content

Commit

Permalink
NetErnels-3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
  • Loading branch information
cyberknight777 committed Sep 8, 2021
1 parent e253849 commit 120a4b2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 13 deletions.
42 changes: 33 additions & 9 deletions ota/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,43 @@ Type: Stable
Device: Redmi Note 10
Compiler: Eva GCC 12.0.0
Branch: master
Build Number: 2.0
Build Number: 3.0
```
## Changelog
```
-NetErnels-3.0
* fixed proximity sensor
* added in-kernel dt2w
* added uclamp
* backported ntfs3 from paragon
* added uclamp_assist
* tuned uclamp values
* Merged latest LA.UM.9.1.r1-10900-SMxxx0.0 treewide
* Merged latest LA.UM.9.1.r1-11100-SMxxx0.0 treewide
* Merged latest LA.UM.9.11.r1-04700-NICOBAR.0 treewide
* Merged latest LA.UM.9.1.r1-10700-SMxxx0.QSSI12.0 for qcacld and techpack
* Building rmnet extensions
* added rtl drivers from aircrack
* enabled ntfs support
* nuked binderfs for vhci
* enabled vhci & sdio
* fix booting issue on user build roms
* enabled LZ4 for ZRAM compression
* upstreamed LZ4
* enabled LSE_ATOMICS
* added Dead Code Elimination(DCE)
* switched to LLD
* switched to -O3 for LLD

-NetErnels-2.0
▪️ briccported bbr2
▪️ fixed random heating issues & implemented cpuidle with cpuidle patches
▪️ picked pm qos commits from sultan
▪️ added scheduler patches from private repo
▪️ reverted cmdline patching which caused fastbootd to be unusable
▪️ cleaned up CC and LD version strings
▪️ nethunterized the kernel
▪️ built with EvaGCC 12.0.0
* briccported bbr2
* fixed random heating issues & implemented cpuidle with cpuidle patches
* picked pm qos commits from sultan
* added scheduler patches from private repo
* reverted cmdline patching which caused fastbootd to be unusable
* cleaned up CC and LD version strings
* nethunterized the kernel
* built with EvaGCC 12.0.0

-NetErnels-1.0
* Kernel upstreamed to 239
Expand Down
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": "NetErnels Kernel",
"version": "NetErnels-2.0",
"link": "https://github.com/neternels/android_kernel_xiaomi_mojito/releases/download/NetErnels-2.0/NetErnels-mojito-4.14.239-signed.zip",
"version": "NetErnels-3.0",
"link": "https://github.com/neternels/android_kernel_xiaomi_mojito/releases/download/NetErnels-3.0/NetErnels-mojito-20210907-0130.zip",
"changelog_url": "https://raw.githubusercontent.com/neternels/android_kernel_xiaomi_mojito/LA.UM.9.1/ota/changelog",
"date": "2021-08-07",
"sha1": "601c5fa88b17a4c8797f43236267640b9c705832"
"date": "2021-09-09",
"sha1": "758b7c423570cd6f81f9216d24e77c099865566c"
},
"support": {
"link": "https://t.me/neternels_chat"
Expand Down

0 comments on commit 120a4b2

Please sign in to comment.