{2012.08.15}[SD][KERNEL] Fagyi's kernel V6 - Froyo / Gingerbread

Search This thread

fagyi

Senior Member
Jan 22, 2012
1,275
7,269
BUDAPEST
Hi all!

Here i'll post my kernel always if i manage any modification in source.
I would like to add, that if you have a good idea, feel free share it and if its working ok, i merging to the source. + you have credit of course!
This Kernel Based on the latest XDAndroid htc-linux-msm kernel tree.

My edited SD Kernel source on gitorius : https://gitorious.org/~fagyi/linux-on-qualcomm-s-msm/fagyis-linux-msm-blackstone

It will work with FRX and GBX too, not only via cwm based roms!
You need forget the overclock line in your startup, just install one CPU client
and you can play some oc and lowered freq for better usage!


Michael Schumacher and Kimi Räikkönen racing speed fusion in our device. :D

Credit:
XDAndroid team for the kernel source!
Alex for the gpu overclock!
Midnight some good stuff and helpfulness!
Blackra1n some good stuff!
Wistilt2 for battery improvisation!
Jamesallen426 for the resolution hack theory!

Please note:

You need in your startup.txt : set INITRD_OFFSET 0xA00000
You need another haret then it has GBX0C. Look in my npkboot

V6
-
http://www.mediafire.com/?ao5i4th5yiobbcm

Older versions- see in change log

http://www.mediafire.com/?limf8e45l1q85
 
Last edited:
  • Like
Reactions: mfsr98

fagyi

Senior Member
Jan 22, 2012
1,275
7,269
BUDAPEST
Change Log

Change Log

V6

- Revert back to original xdandriod pm.c
- Fixes compiling error from source
- Disabled all debuging from kernel, Benefit = smoother and faster
- Battery capacity accurated for Blackstone
- Battery reading from every 30s to every 15s
- Epson panel hack to 240x320 resolution for better gameplay

V5

- Custom Kernel name.
- I use another Pll allocation in acpuclock.c for better life
- Battery read tweak from 10sec to 30sec.
- Cosmetic changes in configuration.
- DEV Stage - SmartassV2 govrenor porting from hero ( need userland fix so far ) SO dont select at the moment
- Removed -> Testing gpu clk in panel looks like faster than before versions! - Eat lot of battery
- Removed -> Incoming call issue ( reboot ) fixed! - Topaz no sound with this fixes

V4

- Repaired shutter fixes, now its ok via headset to not only with speaker!
- Testing gpu clk in panel looks like faster than before versions!
- Incoming call issue ( reboot ) fixed!

V3

- Shutter fixes
- Enabled more lowered cpu freq!
- Enabled 716,8 mhz oc
- Minor updates in config


CPU Freq table in V3, i think its helpfulness some people


{ 1, 100800, ACPU_PLL_0, 1, 5, 60000, 1, 61440, 0 },
{ 1, 128000, ACPU_PLL_1, 1, 5, 64000, 1, 61440, 0 },
{ 1, 176000, ACPU_PLL_2, 2, 5, 88000, 1, 61440, 3 }, NEW
{ 1, 256000, ACPU_PLL_1, 1, 2, 128000, 1, 128000, 5 },
{ 1, 300000, ACPU_PLL_2, 2, 2, 88000, 3, 128000, 5 },
{ 1, 352000, ACPU_PLL_2, 2, 2, 88000, 3, 128000, 5 },
{ 1, 384000, ACPU_PLL_1, 1, 1, 128000, 2, 128000, 6 }, NEW
{ 1, 420000, ACPU_PLL_1, 1, 1, 128000, 2, 128000, 6 }, NEW
{ 1, 480000, ACPU_PLL_1, 1, 1, 128000, 2, 128000, 6 }, NEW
{ 1, 528000, ACPU_PLL_2, 2, 1, 200000, 3, 200000, 7 },
{ 1, 600000, ACPU_PLL_2, 2, 1, 200000, 3, 200000, 7 },
{ 1, 643200, ACPU_PLL_3, 2, 1, 200000, 3, 200000, 7 },
{ 1, 691200, ACPU_PLL_2, 2, 1, 200000, 3, 200000, 7 }, NEW
{ 1, 716800, ACPU_PLL_2, 2, 1, 200000, 3, 200000, 7 }, NEW


V2


- Setting min Freq to 100,8 Mhz , we have better battery
- Enable 100,8 mhz and added some oc line, 600 mhz, 643.2 mhz, 691.2 mhz, with turbo
- You dont need anymore: oc & turbo line in startup! Just cpu master or nofrillsCPU! I prefered nofrillsCPU. Just like native device. If you make oc with app after you have turbo always too. + I like that i can play with some oc freq without reboot.

V1

- Using lowered resolution in epson panel makes it awesome speed for blackstone.
- Try fixing audio stutter path / done in V3!!! /
- Ext3/4 support
- Enabled cfq sheulder and using default
- Enabled few govrenor for testing, someone makes it faster your phone someone make better battery
- Added Turbo support to this kernel
- Some Clocks modification
- Added it to wistilt2 battery improvisation.
- Compiled and added latest compcache 0.6.2​
 
  • Like
Reactions: mfsr98

fagyi

Senior Member
Jan 22, 2012
1,275
7,269
BUDAPEST
Bugs

Bugs

- h2w needed definie in board the we have BT audio without shutter and sound bug on system without hack!

you tell me!​
 

mfsr98

Senior Member
Nov 26, 2011
1,231
291
Porto
best kernel ever for SD builds! don't forget to use this with Icebread (partitioned version) for best possible SD combo! :D
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hi all!

    Here i'll post my kernel always if i manage any modification in source.
    I would like to add, that if you have a good idea, feel free share it and if its working ok, i merging to the source. + you have credit of course!
    This Kernel Based on the latest XDAndroid htc-linux-msm kernel tree.

    My edited SD Kernel source on gitorius : https://gitorious.org/~fagyi/linux-on-qualcomm-s-msm/fagyis-linux-msm-blackstone

    It will work with FRX and GBX too, not only via cwm based roms!
    You need forget the overclock line in your startup, just install one CPU client
    and you can play some oc and lowered freq for better usage!


    Michael Schumacher and Kimi Räikkönen racing speed fusion in our device. :D

    Credit:
    XDAndroid team for the kernel source!
    Alex for the gpu overclock!
    Midnight some good stuff and helpfulness!
    Blackra1n some good stuff!
    Wistilt2 for battery improvisation!
    Jamesallen426 for the resolution hack theory!

    Please note:

    You need in your startup.txt : set INITRD_OFFSET 0xA00000
    You need another haret then it has GBX0C. Look in my npkboot

    V6
    -
    http://www.mediafire.com/?ao5i4th5yiobbcm

    Older versions- see in change log

    http://www.mediafire.com/?limf8e45l1q85
    1
    Change Log

    Change Log

    V6

    - Revert back to original xdandriod pm.c
    - Fixes compiling error from source
    - Disabled all debuging from kernel, Benefit = smoother and faster
    - Battery capacity accurated for Blackstone
    - Battery reading from every 30s to every 15s
    - Epson panel hack to 240x320 resolution for better gameplay

    V5

    - Custom Kernel name.
    - I use another Pll allocation in acpuclock.c for better life
    - Battery read tweak from 10sec to 30sec.
    - Cosmetic changes in configuration.
    - DEV Stage - SmartassV2 govrenor porting from hero ( need userland fix so far ) SO dont select at the moment
    - Removed -> Testing gpu clk in panel looks like faster than before versions! - Eat lot of battery
    - Removed -> Incoming call issue ( reboot ) fixed! - Topaz no sound with this fixes

    V4

    - Repaired shutter fixes, now its ok via headset to not only with speaker!
    - Testing gpu clk in panel looks like faster than before versions!
    - Incoming call issue ( reboot ) fixed!

    V3

    - Shutter fixes
    - Enabled more lowered cpu freq!
    - Enabled 716,8 mhz oc
    - Minor updates in config


    CPU Freq table in V3, i think its helpfulness some people


    { 1, 100800, ACPU_PLL_0, 1, 5, 60000, 1, 61440, 0 },
    { 1, 128000, ACPU_PLL_1, 1, 5, 64000, 1, 61440, 0 },
    { 1, 176000, ACPU_PLL_2, 2, 5, 88000, 1, 61440, 3 }, NEW
    { 1, 256000, ACPU_PLL_1, 1, 2, 128000, 1, 128000, 5 },
    { 1, 300000, ACPU_PLL_2, 2, 2, 88000, 3, 128000, 5 },
    { 1, 352000, ACPU_PLL_2, 2, 2, 88000, 3, 128000, 5 },
    { 1, 384000, ACPU_PLL_1, 1, 1, 128000, 2, 128000, 6 }, NEW
    { 1, 420000, ACPU_PLL_1, 1, 1, 128000, 2, 128000, 6 }, NEW
    { 1, 480000, ACPU_PLL_1, 1, 1, 128000, 2, 128000, 6 }, NEW
    { 1, 528000, ACPU_PLL_2, 2, 1, 200000, 3, 200000, 7 },
    { 1, 600000, ACPU_PLL_2, 2, 1, 200000, 3, 200000, 7 },
    { 1, 643200, ACPU_PLL_3, 2, 1, 200000, 3, 200000, 7 },
    { 1, 691200, ACPU_PLL_2, 2, 1, 200000, 3, 200000, 7 }, NEW
    { 1, 716800, ACPU_PLL_2, 2, 1, 200000, 3, 200000, 7 }, NEW


    V2


    - Setting min Freq to 100,8 Mhz , we have better battery
    - Enable 100,8 mhz and added some oc line, 600 mhz, 643.2 mhz, 691.2 mhz, with turbo
    - You dont need anymore: oc & turbo line in startup! Just cpu master or nofrillsCPU! I prefered nofrillsCPU. Just like native device. If you make oc with app after you have turbo always too. + I like that i can play with some oc freq without reboot.

    V1

    - Using lowered resolution in epson panel makes it awesome speed for blackstone.
    - Try fixing audio stutter path / done in V3!!! /
    - Ext3/4 support
    - Enabled cfq sheulder and using default
    - Enabled few govrenor for testing, someone makes it faster your phone someone make better battery
    - Added Turbo support to this kernel
    - Some Clocks modification
    - Added it to wistilt2 battery improvisation.
    - Compiled and added latest compcache 0.6.2​