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 Z50-70 & Z40-70 (9BCNxx...
Last Post: pitnixu
Today 04:12 AM
» Replies: 757
» Views: 364588
[REQUEST] Lenovo IdeaPad S400 (6DCNxxWW)...
Last Post: Jamil Missen
Yesterday 10:04 PM
» Replies: 335
» Views: 166131
[REQUEST] Acer Aspire 5742(G,Z) BIOS Unl...
Last Post: deliter
Yesterday 09:32 PM
» Replies: 168
» Views: 69318
[REQUEST]wwan whitelist removal ThinkPad...
Last Post: SkyShadow
Yesterday 02:45 PM
» Replies: 0
» Views: 116
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Dudu2002
Yesterday 07:31 AM
» Replies: 499
» Views: 259810
HP Victus 16 Bios Splash Screen
Last Post: Onyxcho_Lune
Yesterday 07:26 AM
» Replies: 0
» Views: 102
[REQUEST] Lenovo IdeaPad Gaming 3-15IHU6...
Last Post: Bobby123Patel
Yesterday 06:38 AM
» Replies: 7
» Views: 4141
[REQUEST] HP Omen 16 InsydeH2O F.18 (08C...
Last Post: Wernexnrs
Yesterday 04:16 AM
» Replies: 0
» Views: 141
[REQUEST] 775i65g Wolfdale
Last Post: DeathBringer
Yesterday 01:53 AM
» Replies: 53
» Views: 33796
Dell XPS M1710 Overclock Tab Unlock Mod ...
Last Post: Skeleton
10-12-2025 08:55 PM
» Replies: 0
» Views: 134
[Request] AM3 support for ECS RS485M-M
Last Post: DeathBringer
10-12-2025 07:47 AM
» Replies: 3
» Views: 280
Optiplex 5055 RyzenBIOS Faulty (not upgr...
Last Post: LaszloE
10-12-2025 05:29 AM
» Replies: 2
» Views: 183
Intel Xeon E3 1270 V5 for LGA 1151 (ASUS...
Last Post: abruchez
10-12-2025 03:26 AM
» Replies: 4
» Views: 228
[REQUEST] Lenovo Thinkpad T420 (83ETxxWW...
Last Post: pycckuu4ejl
10-11-2025 07:32 PM
» Replies: 316
» Views: 284959
M3N78 PRO Phenom II x4 955 BE update
Last Post: Vlad94
10-11-2025 01:28 PM
» Replies: 3
» Views: 5866
ASUS M2N4-SLI new cpu
Last Post: Vlad94
10-11-2025 01:17 PM
» Replies: 7
» Views: 1978
Acer Aspire E1 572 black screen, needs b...
Last Post: just_biosmods
10-11-2025 10:38 AM
» Replies: 31
» Views: 38325
[REQUEST] Acer Nitro 5 AN517-54 BIOS Unl...
Last Post: svetepach
10-11-2025 10:17 AM
» Replies: 27
» Views: 10415
I want to remove the BIOS whitelist from...
Last Post: stallonh
10-11-2025 03:06 AM
» Replies: 2
» Views: 253
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: Dudu2002
10-11-2025 01:54 AM
» Replies: 647
» Views: 326046

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