[EAS][ATOS][KERNEL][SAKURA]Atos-Kernel [3.18] - EOL

Search This thread

Okta. Pra A

Account currently disabled
Nov 1, 2014
104
119
30
GB
meettomy.site
Redmi Note 10 Pro

Attachments

  • Screenshot_20190710-222557-picsay.png
    Screenshot_20190710-222557-picsay.png
    139.5 KB · Views: 521
Last edited:

Okta. Pra A

Account currently disabled
Nov 1, 2014
104
119
30
GB
meettomy.site
Redmi Note 10 Pro
Last edited:

gulang

New member
Feb 2, 2018
3
0
hey,i found a surprise!official miui can use 4.9 kernel after flash your kernel,i think may be because your kernel module can be loaded in the 4.9 kernel.But there is a bug that wifi doesn't work.If you can fix it, I think we can use the 4.9 kernel on MIUI.
 

Okta. Pra A

Account currently disabled
Nov 1, 2014
104
119
30
GB
meettomy.site
Redmi Note 10 Pro
Atos kernel update

Changelog
v10
Change version kernel
Add Klapse 5
mdss_fb: add lcd backlight min limit
Remove useless CPU Governor
New ompiler using DraginTC Clang 10 (Based on LLVM 10.0.0svn)
BACKPORT: clang cross build support
Makefile: Some changes for GCC
kbuild: clang: remove crufty HOSTCFLAGS
kbuild: clang: fix build failures with sparse check
kbuild: Add support to generate LLVM assembly files
kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGS
And some improvement


For MIUI or Any Rom
Download Atos-Kernel-Sakura-v10
Download Atos-Kernel-Sakura-v10-Overclock

*Attention : Only install this kernel on roms with prebuilt 3.18 kernel !

Leave a thanks if you like this Kernel :D
 
Last edited:

F1nes

Member
Feb 6, 2018
27
2
I installed the v10 version overclocked and I cant set 2208 mhz on cpu. Also on gpu.
 

Okta. Pra A

Account currently disabled
Nov 1, 2014
104
119
30
GB
meettomy.site
Redmi Note 10 Pro
hey,i found a surprise!official miui can use 4.9 kernel after flash your kernel,i think may be because your kernel module can be loaded in the 4.9 kernel.But there is a bug that wifi doesn't work.If you can fix it, I think we can use the 4.9 kernel on MIUI.

Wow, good news for miui user ?
But i have try compile kernel 4.9 to miui found bug on wifi too ?
 

jabbar208

Member
Dec 18, 2017
12
0
Im using Mi A2 Lite with ported MIUI Rom. Then tried to flash your v10 kernel and it seems im on bootloop
 

Top Liked Posts

  • There are no posts matching your filters.
  • 8

    Code:
    #include <std_disclaimer.h>
    /*
     * Your warranty is now probably void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this KERNEL
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you.
     *
    I am new to kernel development so please don't be harsh in reviews.
    This kernel derived from ThunderStorm. And add more Customization :)


    Compile using DragonTC Clang 10 (Based on LLVM 10.0.0svn)

    Features:
    - Energy Aware Scheduling (EAS) *What is EAS? See here
    - Kernel Upstream To 3.18.140
    - Selinux Permissive
    - CPU OC 2208 MHz
    - GPU OC 725 MHz
    - Vibration intensity control
    - Fsync: on/off support
    - Improved interactive governor
    - Improved CPU boost
    - Improved RCU boost
    - Improved conservative governor
    - USB Fast Charge (when use USB from laptop)
    - Many memory improvements
    - Vibration intensity control
    - KCAL color control
    - DTS Sound
    - Audio codec quality improved
    - I/O optimization
    - I/O schedulers:

    • noop
    • deadline
    • cfq (default)
    • zen
    • maple

    - EAS CPU Governors :

    - Schedutil

    - CPU Governors:

    • alucard
    • alessa
    • blu_active
    • zzmoove
    • darkness
    • zzmove
    • interactive (Default)
    • ondemand
    • userspace
    • powersave
    • lionheart
    • performance

    - GPU Governor:

    • spdm_bw_hyp
    • bw_hwmon
    • venus-ddr-gov
    • msm-vidc-vmen
    • msm-vidc-ddr
    • bw_vbif
    • gpubw_mon
    • msm-adreno-tz (default)
    • cpufreq
    • userspace
    • powersave
    • performance
    • simple_ondemand

    - Power Suspend Mode

    • Autosleep
    • Userspace
    • LCD Panel
    • Hybrid

    - And more features :)


    Installation:
    - Reboot Custom Recovery (TWRP / OrangeFox)
    - Backup boot, system, vendor
    - Install Kernel
    - Reboot system


    Bugs :

    Looking for another bug :)


    Download:
    EAS Version:
    EAS-Atos-Kernel-Sakura-v10.1

    Standard Version:
    Atos-Kernel-Sakura-v10
    Atos-Kernel-Sakura-v10-Overclock

    Tested On Miui EU Beta and Stock Mi A2 Lite (Port for Sakura)
    *NOTES: Use SmartPack Kernel Manager for more experience with this kernel ;)
    *Attention : Only install this kernel on roms with prebuilt 3.18 kernel !

    Like my work? U can support me here: Paypal

    Thanks TO :
    Thundestorm Kernel for base
    AnyKernel2 for Flashable ZIP
    Some my kernel testers
    And thanks to anyone for telling me bug this kernel :eek:
    And you ;)

    Leave thanks if you like this Kernel :D

    Code:
    Changelog
    v10.1
    Bring up EAS [B] [I]*What is EAS? [URL="https://developer.arm.com/tools-and-software/open-source-software/linux-kernel/energy-aware-scheduling"]See here[/URL][/I][/B]
    New EAS CPU Governor : Schedutil
    Remove some standard cpu governor, now only EAS Cpu Governor
    
    v10
    Change version kernel
    Add Klapse 5
    mdss_fb: add lcd backlight min limit
    Remove useless CPU Governor
    New compiler using DraginTC Clang 10 (Based on LLVM 10.0.0svn)
    BACKPORT: clang cross build support
    Makefile: Some changes for GCC
    kbuild: clang: remove crufty HOSTCFLAGS
    kbuild: clang: fix build failures with sparse check
    kbuild: Add support to generate LLVM assembly files
    kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGS
    And some improvement
    
    v69.9e
    Merge from CAF 'LA.UM.7.6.r1-05500-89xx.0' 
    Merge Staging Prima 'LA.UM.7.6.r1-05500-89xx.0'
    Add Thermal Control
    Add Voltage Control
    And more Improvement
    
    v69.9a
    Now can use on custom ROM with kernel 3.18
    
    v69.9
    Fixed brightness issues for MIUI from version v69.8b
    Add more CPU governor
    Add more IO Schedulers
    
    - v69.8b
    Some Improvement and More Stability
    Added DTS Eagle
    Test compile for custom Rom with kernel 3.18
    
    - v69.8-Beta
    CPU OC 2208 MHz
    GPU OC 725 MHz
    Add USB Fast Charge (when using USB from a laptop)
    Add CPU Governor (Alessa)
    
    - v69.7-Beta
    Fix missing driver
    
    - v69.6
    GPU OC 750MHz
    Some improvement
    
    - v69.5
    Fixed no sound during a call
    Added more CPU and GPU Governor
    
    - v69.4
    SELinux Permissive
    Fixed Flashlight QS toggle
    
    - v69.3
    Added More CPU Governor
    Added More GPU Governor
    Fixed Wifi
    And etc I forget :)
    
    - v69.2
    Booted, but a lot of bugs
    
    - v69.1
    Initial Release
    Not booted

    XDA:DevDB Information
    SAKURA Atos Kernel, Kernel for the Xiaomi Redmi 6 Pro

    Contributors
    Okta. Pra A
    Source Code: https://github.com/okta-10/kernel_xiaomi_msm8953-sakura-atos

    Kernel Special Features: Energy Aware Scheduling (EAS), Overclock CPU & GPU, DTS Eagle

    Version Information
    Status: Stable
    Current Stable Version: v10 - (3.18.140)
    Stable Release Date: 2019-07-02
    Current Beta Version: v10.1 - (3.18.140)
    Beta Release Date: 2019-09-15

    Created 2019-06-15
    Last Updated 2020-08-12
    8
    Atos kernel update

    Changelog
    v69.9e
    Merge from CAF 'LA.UM.7.6.r1-05500-89xx.0'
    Merge Staging Prima 'LA.UM.7.6.r1-05500-89xx.0 tag'
    Added Thermal Control
    Added Voltage Control
    And more Improvement


    FOR MIUI
    Download ATOS-KERNEL-SAKURA-MIUI-v69.9e
    Download ATOS-KERNEL-SAKURA-MIUI-v69.9e-Overclock

    FOR CUSTOM ROM WITH KERNEL 3.18.xx
    Download ATOS-KERNEL-SAKURA-v69.9e
    Download ATOS-KERNEL-SAKURA-v69.9e-OverClock

    Leave a thanks if you like this Kernel :D
    4
    Update

    Atos Kernel v69.9

    Changelog:
    Fixed brightness issues from version v69.8b
    Add more Cpu governor
    Add more IO Schedulers

    Download: Atos-Kernel-v69.9-No_Overclock
    Download: Atos-Kernel-v69.9-Overclock

    Leave a thanks if you like this Kernel :D
    3
    Update

    Atos Kernel v69.8b

    Changelog:
    Some Improvement and More Stability
    Added DTS Eagle
    Test compile for custom Rom with kernel 3.18

    Download: Atos Kernel v69.8b
    Download: Atos Kernel v69.8b-OverClock

    Leave a thanks if you like this Kernel :D
    3
    Update

    Atos Kernel v69.8-Beta

    Changelog:
    CPU OC 2208 MHz
    GPU OC 725 MHz
    Add USB Fast Charge (when use USB from laptop)
    Add CPU Governor (Alessa)

    Download: Atos Kernel v69.8-Beta

    Leave a thanks if you like this Kernel :D