Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 11 Vote(s) - 4.64 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
[Request] Dell Precision M6800 A16 BIOS ...
Last Post: bytehat248
Today 05:04 PM
» Replies: 2
» Views: 203
[REQUEST] Lenovo IdeaPad Y410p & Y510p (...
Last Post: aleks57
Today 02:19 PM
» Replies: 100
» Views: 82516
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: acidmonkey
Today 09:42 AM
» Replies: 131
» Views: 132548
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: Dudu2002
Today 09:37 AM
» Replies: 1097
» Views: 643846
[REQUEST] Lenovo IdeaPad Gaming 3 15IMH0...
Last Post: Dudu2002
Today 09:35 AM
» Replies: 63
» Views: 43934
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: xantio
Today 05:46 AM
» Replies: 1727
» Views: 1007232
[REQUEST] Acer Aspire A515-52(G) BIOS Un...
Last Post: VissarionovichIvan
11-27-2025 05:16 PM
» Replies: 7
» Views: 6743
BIOS Mod for Sony VGC RA940G (ASUS P5LP-...
Last Post: DTDeniz
11-27-2025 03:50 PM
» Replies: 9
» Views: 2528
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: elventorro
11-27-2025 03:08 PM
» Replies: 1786
» Views: 788516
[REQUEST] Acer Switch 10 SW5-012 BIOS Un...
Last Post: pedro691
11-27-2025 12:53 PM
» Replies: 45
» Views: 26996
[REQUEST] Lenovo Thinkpad T540p (GMETxxW...
Last Post: bildmacher
11-27-2025 10:49 AM
» Replies: 84
» Views: 57788
Hp probook 6560B Upgrade to Ivy Bridge
Last Post: Ricsi999
11-27-2025 10:20 AM
» Replies: 4
» Views: 276
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
11-27-2025 08:52 AM
» Replies: 4
» Views: 184
REQUEST Dell Latitude 6430U Bios extract
Last Post: Smarty
11-26-2025 07:08 PM
» Replies: 1
» Views: 2689
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: xubix
11-26-2025 03:22 PM
» Replies: 498
» Views: 263346
[REQUEST] HP ENVY - 17-r102nl (W6X06EA#A...
Last Post: SpaghettONE
11-25-2025 04:51 PM
» Replies: 0
» Views: 227
HP Elitebook 8540w Microcode for I7 920X...
Last Post: DeathBringer
11-25-2025 01:44 PM
» Replies: 9
» Views: 885
[REQUEST] HP Pavilion DM4-2101er BIOS F....
Last Post: Nylon
11-25-2025 01:43 AM
» Replies: 1
» Views: 333
ThinkPad W520 - Corrupted ME
Last Post: lovie_loveth
11-24-2025 10:07 PM
» Replies: 0
» Views: 178
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: MasterSil
11-24-2025 08:09 PM
» Replies: 336
» Views: 177221

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
What could possibly be the part that is being flashed to EC? I have disassembled the wph using Phoenix tool and looked with MMTOOL, but I'm inexperienced in this matter.
I know the offset where DTS1 is written/read, I know the offset where the fan level is written and I know the value it seeks (0x3C) to enable the fan.
Code:
OperationRegion (ECRM, EmbeddedControl, Zero, 0x0100)
                    Field (ECRM, ByteAcc, Lock, Preserve)
                    {
                        Offset (0x55),
                        OTPC,   8,
                        VGAT,   8,
                        CHPT,   8,
                        CPUT,   8,
                        SYST,   8,  // Logic board temp
                        DTS1,   8,  // CPU Package temp from DTS
                        DTS2,   8,  // PCH temp from DTS
                        SYCS,   8,
                        Offset (0x5E),
                        HWSN,   8,
                        CTYP,   8,
                        FCNT,   1,
                        FTST,   1,
                            ,   3,
                        FADJ,   1,
                        TCTL,   1,
                        FATO,   1,
                        DAC1,   8,
                        DAC2,   8,
                        FLVL,   8, // FAN0 ON/OFF
                        CTL1,   16,// ?????
                        CTL2,   16,// 0000
                        FANH,   8, // FAN0 RPM H Bank
                        FANL,   8, // FAN0 RPM L Bank
                    }
In theory it should be easy enough to alter this value and crank it up a little... of course if EC part of the rom can be altered at all.
Could possibly be inside:
DigitalThermalSensorSmm 77A6009E-116E-464D-8EF8-B35201A022DD_1_621
IT8518SioSmm 6E9947D6-43A4-446A-A63C-91139F2C1DB5_1_829
find
quote
Probably not inside those modules. IIRC, they simply provide the data (ie: temperature) to another module which checks if the pre-established threshold (3C) has been reached. The logic wouldn't be in the setup module, but the code to change this value (from advanced settings) would, which is why we need access to this settings table.

Here's where it gets interesting. As an update I've searched long and hard but I didnt find the VSS table definition in the BIOS files - the way to check is to search if '$VSS' is present in the code. HOWEVER I've taken a BIOS dump from Windows using the Universal BIOS backup, and voila! $VSS appears in the dump file. That means that the VSS table is present but in encrypted form in the BIOS ROM files.

@kasar - did you manage to speak with pyr0?
find
quote
After two days' wating
Dell give me a new motherboard for free...
now my laptop is alive again
I want to know if there is a suitable and modified A11 BIOS for L502X?
find
quote
@jkbuha

nope, he didnt replied my message Sad

I really want this bios menus unlocked but I feel stuck with my current skill levels, I dont even understand the half of the whole topic >.<

I really feel like a naab now lol Dodgy



@fuwu1245

yes, there are some tested modded bioses for L502X
I modded them for gpu voltages (it improve stability, gpu overclock,fix crashes sometimes, and reduce temps)

but the advanced menus are not unlocked yet

here you have the link to the mod

http://forum.notebookreview.com/dell-xps...-more.html

just download the desired version ^^
find
quote
(09-06-2012, 08:09 PM)kasar Wrote: I really want this bios menus unlocked but I feel stuck with my current skill levels, I dont ever understand the half of the whole topic >.<

I really feel like a naab now lol Dodgy

duuude - we're almost there now - I can almost touch the settings table ... Smile
All we need is one final push and we have it!

@All - Get me some feedback pls on what I reported re: $VSS - I need to know where this table is stored in encrypted form in the rom file as I can dump it from RAM! This is the final step to getting this bios unlocked!
find
quote
I am really sorry but can someone tell me if I can just download one of the bioses and use it directly or do I have to mod it somehow using the attached files? I've got the latest A11 bios installed. Will using the 540/550 bios give an improvement in gaming? What's better for performance, under or overvolt? I'm sorry for the newbie questions but I am actually interested in this. I'd really appreciate it if someone helps.

Cheers mates,
-d.lesov*
find
quote
(09-08-2012, 07:23 AM)humanitybg Wrote: I am really sorry but can someone tell me if I can just download one of the bioses and use it directly or do I have to mod it somehow using the attached files? I've got the latest A11 bios installed. Will using the 540/550 bios give an improvement in gaming? What's better for performance, under or overvolt? I'm sorry for the newbie questions but I am actually interested in this. I'd really appreciate it if someone helps.

Cheers mates,
-d.lesov*

what laptop you have?

for xps 15 (l502x) you can use the link I provided In my previus post, if you have a xps 15z (L511Z) then you can use the ones from the first post.

anyway be sure what you flash before flash it, flashing incorrect model bioses on a different laptop will result in a brick.
find
quote
(09-08-2012, 04:44 PM)kasar Wrote:
(09-08-2012, 07:23 AM)humanitybg Wrote: I am really sorry but can someone tell me if I can just download one of the bioses and use it directly or do I have to mod it somehow using the attached files? I've got the latest A11 bios installed. Will using the 540/550 bios give an improvement in gaming? What's better for performance, under or overvolt? I'm sorry for the newbie questions but I am actually interested in this. I'd really appreciate it if someone helps.

Cheers mates,
-d.lesov*

what laptop you have?

for xps 15 (l502x) you can use the link I provided In my previus post, if you have a xps 15z (L511Z) then you can use the ones from the first post.

anyway be sure what you flash before flash it, flashing incorrect model bioses on a different laptop will result in a brick.

I own a XPS15z, that's why I asked. Smile Will the 550/540 bios provide increase in performance?
find
quote
(09-08-2012, 05:01 PM)humanitybg Wrote: I own a XPS15z, that's why I asked. Smile Will the 550/540 bios provide increase in performance?
ah, ok, then use the ones from the first post.

yeah, if I am correct the 15z have a 525m, and the 550/540 clocks are higher, if your GPU can handle those clocks you will notice an improvement, anyway ask jkbuha better, cause he is the one who relased those mods ^^

I just did the l502x GPU ones
find
quote
humanitybg - use my latest A11. They have the GT525 rom (not the 540/550) but will allow you to overclock more and have faster & cooler performance. Games on Win8 run very smoothly at full res.

As kasar said, follow the instructions carefully in the first post!
find
quote


Forum Jump:


Users browsing this thread: 40 Guest(s)