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] Lenovo v520s sff unit bios sup...
Last Post: alegatorul
Today 04:31 AM
» Replies: 16
» Views: 3540
[REQUEST] Lenovo Ideapad Z710 (7FCNxxWW)...
Last Post: Dudu2002
Yesterday 03:56 PM
» Replies: 224
» Views: 139766
[Request] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 3225
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 907506
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 29222
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 32745
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 5230
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 5340
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 5474
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 6611
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 10971
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 8424
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 39126
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 8300
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 8569
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 8544
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 57519
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 52874
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2767
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 35643

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