(12-13-2014, 11:48 AM)gmb-gus Wrote: Any news on L502x unlocked bios?
@
gmb-gus
this topic may interest you
http://forum.notebookreview.com/dell-xps...-more.html
@all
happy 2015 guys, do you all still alive?
I am trying more mods for the system.
now I am trying to mess with the turbo multipliers
I noticed some machines let you to handle the turbo multipliers so you can turn them higher for all cores
I'm currently looking for doing that for my i5-2430m
by default it allow
multiplier to 30 - 1 core
multiplier to 28 - 2 cores
I want to max them the highest posible.
if I cannot pass 30, then I want to at least being able to set two cores to 30.
I read that I have to mess with the MSR registers for that.
I was thinking about several options:
* mod default values in BIOS (relating overclocking menus we were unable to unlock), even we cant bring up those menus, we may be able to change the options by manually hex editing the code, or via a efi application from the shell wich does the trick.
* hardcode the changes to the bios so they are allways there.
* replace some "useless" bios options with another ones more usefull, like the overclocking ones
from what I read it have something to do with this address
MSR 0x1AD , this can be done from windows with msr tool software but,
I also read that
MSR 0xce bit 28 must be set to 1 for that
and that needs to be bios set.
with MSR tool I get following
0x00000000 0x1C1C1C1E
wich result into
1C = 28 multiplier - 4 cores active
1C = 28 multiplier - 3 cores active
1C = 28 multiplier - 2 cores active
1E = 30 multiplier - 1 cores active
and I want to set it to
0x00000000 0x1E1E1E1E
but the changes I make from the MSR tool seems to be useless
so I think that I need to unlock the 0x1AD MSR register, wich seems controlled from the 0xce bit 28
any idea about how I can acomplish this?