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 T550 Whitelist removal
Last Post: DJ2Balls
Today 02:07 AM
» Replies: 4
» Views: 1128
BIOS boot logo changed, but with some pr...
Last Post: tamickasteele
Yesterday 11:46 PM
» Replies: 6
» Views: 1965
[REQUEST] Acer PT715-51 (Triton 700) ins...
Last Post: Dudu2002
Yesterday 10:49 AM
» Replies: 24
» Views: 12301
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: Dudu2002
Yesterday 08:59 AM
» Replies: 1782
» Views: 499247
[REQUEST] Acer Aspire 9300 BIOS Unlock
Last Post: Geortor
11-26-2024 04:01 PM
» Replies: 10
» Views: 2231
Lenovo ThinkCentre M700 10GS - Kaby Lake...
Last Post: DeathBringer
11-26-2024 02:55 PM
» Replies: 10
» Views: 3790
[Request] Asus H110M-R Mainboard - Xeon ...
Last Post: kusslegyen
11-26-2024 02:04 PM
» Replies: 14
» Views: 6769
LGA771 Bios Microcode for HP dc7800 sff
Last Post: Netuser232
11-26-2024 01:27 PM
» Replies: 136
» Views: 92086
Dell Vostro 3500 full unlocked
Last Post: kamilchno
11-26-2024 10:51 AM
» Replies: 0
» Views: 75
Bios logo
Last Post: Nkosenhle
11-26-2024 10:43 AM
» Replies: 0
» Views: 78
Gigabyte AORUS 5 (KB/SB/MB) BIOS Unlock
Last Post: Dudu2002
11-26-2024 10:41 AM
» Replies: 18
» Views: 4799
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
11-26-2024 09:09 AM
» Replies: 1730
» Views: 672637
[REQUEST] Lenovo Thinkpad X230(i) (G2ETx...
Last Post: willow25565
11-26-2024 02:06 AM
» Replies: 1090
» Views: 451683
[REQUEST] Lenovo Thinkpad Edge E430 & E5...
Last Post: RuryGame
11-25-2024 06:23 PM
» Replies: 494
» Views: 171279
2x CPU Dell Workstation BIOS modding
Last Post: William P
11-25-2024 03:30 PM
» Replies: 0
» Views: 116
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: Dudu2002
11-25-2024 01:28 PM
» Replies: 492
» Views: 186126
[Request] ECS P6LX-A bios mod for HDD si...
Last Post: pdesrosiers
11-24-2024 11:20 PM
» Replies: 0
» Views: 369
Sony Vaio AW11Z - Support for Quad CPU -...
Last Post: lala2025
11-24-2024 08:19 PM
» Replies: 12
» Views: 3896
[REQUEST] HP Pavilion G42-272BR Whitelis...
Last Post: eepromm
11-24-2024 06:14 PM
» Replies: 1
» Views: 223
[REQUEST] Bios for packard bell tj65 wit...
Last Post: THECAIDA
11-24-2024 03:49 PM
» Replies: 2
» Views: 177

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