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] Resizable BAR for Lenovo m720q...
Last Post: elfloko
Yesterday 10:13 AM
» Replies: 1
» Views: 1433
disabling amd prochot with moded bios.
Last Post: vorajeeah
11-03-2025 09:27 AM
» Replies: 2
» Views: 856
[REQUEST] ThinkPad X1 Carbon (20A7 & 20A...
Last Post: neax61
11-03-2025 05:46 AM
» Replies: 87
» Views: 50683
[REQUEST] Lenovo G50-80 (B0CNxxWW) White...
Last Post: Leonardosena
11-02-2025 04:17 PM
» Replies: 110
» Views: 66132
bios f.02 Help!!!
Last Post: karbonid777
11-02-2025 12:21 PM
» Replies: 0
» Views: 192
[REQUEST] Lenovo Ideadpad N581 Whitelist...
Last Post: Dudu2002
11-01-2025 02:07 PM
» Replies: 238
» Views: 115994
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
11-01-2025 06:31 AM
» Replies: 25
» Views: 15415
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: dump_bios_gg
11-01-2025 04:59 AM
» Replies: 290
» Views: 201628
X550VXK BIOS Unlock Request
Last Post: laret
11-01-2025 03:35 AM
» Replies: 1
» Views: 264
[REQUEST] HP EliteBook 640 G9 – Remove W...
Last Post: dlareklami
10-31-2025 04:20 AM
» Replies: 0
» Views: 231
Help with DMI Info Lenovo Bios
Last Post: force9da
10-30-2025 04:04 PM
» Replies: 0
» Views: 270
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
10-30-2025 03:42 PM
» Replies: 7
» Views: 385
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
10-30-2025 04:19 AM
» Replies: 5
» Views: 17019
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
10-29-2025 07:36 PM
» Replies: 0
» Views: 284
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
10-29-2025 04:28 PM
» Replies: 1
» Views: 316
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
10-29-2025 03:19 PM
» Replies: 97
» Views: 55511
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
10-29-2025 11:15 AM
» Replies: 5
» Views: 9175
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
10-29-2025 10:50 AM
» Replies: 145
» Views: 64822
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
10-29-2025 10:35 AM
» Replies: 0
» Views: 229
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
10-29-2025 08:37 AM
» Replies: 3
» Views: 2187

(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: 15 Guest(s)