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
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: DeathBringer
Today 10:37 AM
» Replies: 128
» Views: 129388
Toshiba C855 replacement battery problem
Last Post: Rad25
Today 09:45 AM
» Replies: 0
» Views: 41
CSM unlock Lenovo Ideapad Slim 3
Last Post: mario011
Today 09:36 AM
» Replies: 0
» Views: 52
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: winged
Today 07:32 AM
» Replies: 498
» Views: 257774
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: flyingscott
Yesterday 01:02 PM
» Replies: 652
» Views: 339396
[Request] Microcode support on cpu A8 76...
Last Post: boblemagnifique
Yesterday 07:17 AM
» Replies: 0
» Views: 124
New Members Say Hi Here
Last Post: boblemagnifique
Yesterday 06:14 AM
» Replies: 162
» Views: 265515
Lenovo G460 G560 Z460 Z560 NWL ADV MC
Last Post: ArkuS
11-14-2025 09:37 AM
» Replies: 10
» Views: 6783
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
11-14-2025 03:45 AM
» Replies: 139
» Views: 99960
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: Dudu2002
11-14-2025 03:43 AM
» Replies: 601
» Views: 352347
HP Elitebook 8540w Microcode for I7 920X...
Last Post: blackcat1996@
11-14-2025 03:25 AM
» Replies: 7
» Views: 531
ASUS X501A CPU 1000M > 3210M upgrade cl...
Last Post: ngocthienta
11-12-2025 11:16 PM
» Replies: 5
» Views: 2891
Help Acer Aspire 15
Last Post: mvlaurentiu
11-12-2025 06:41 PM
» Replies: 0
» Views: 399
[REQUEST] Acer Exstensa 5220 cpu mod
Last Post: DeathBringer
11-12-2025 04:09 PM
» Replies: 5
» Views: 429
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: sam4011
11-12-2025 01:37 PM
» Replies: 100
» Views: 58452
[REQUEST] Lenovo L340-15API & L340-17API...
Last Post: Dudu2002
11-12-2025 10:24 AM
» Replies: 12
» Views: 8716
[REQUEST] Lenovo G580 (62CNxxWW) Whiteli...
Last Post: pupa57
11-12-2025 07:28 AM
» Replies: 818
» Views: 459581
Locate BIOS chip on DKL50 LA-E802P Rev:1...
Last Post: valerio_vanni
11-11-2025 08:29 PM
» Replies: 0
» Views: 174
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: wimmme
11-11-2025 10:55 AM
» Replies: 19
» Views: 38789
[REQUEST] Acer Nitro 5 AN515-55 BIOS Unl...
Last Post: mimouzunov
11-11-2025 10:37 AM
» Replies: 100
» Views: 81492

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
Sure Florin. To dump the file, disassemble it or open it with a hex editor. You then need to look for a hex sequence with the pattern I updated in the first post. That string is the IFR SUPPRESS instruction (01 disables it). Have you found the string in the BIOS?
find
quote
The PTID is located in ACPI Configuration. I assume it drops one of SSDTs related to this device.
Also while enabling Thermal Sensor Device in Platform Thermal Configuration and booting to windows I saw this:
[Image: 19IZO]
I wonder why the [censored] would DELL disable a chipset sensor? Just to stick with DTS/PTID instead?
Still playing around with temp stuff as we speak, I also would like to figure out the "passive cooling formula" stuff, what Tn and Tt mean... and whats delta performance...

There are still some options to be unlocked as pointed out by HairyCube .. There must be a way to completely disable HD graphics as well as Intel Management Engine. And like you said OC is missing and so does access to UEFI shell.
find
quote
(09-29-2012, 12:19 PM)Florin9doi Wrote:
(12-25-2011, 04:03 PM)jkbuha Wrote: 1) Dump your AdvancedSetup.efi module (IDA, objdump etc) and parse it through the IFR specification provided by UEFI
can you explain this step?

you are here Smile
good luck on doing this Heart Big Grin
find
quote
My notebook has ami aptio and the hex sequence doesn't exist. I disassembled the file. What's the next step?
find
quote
Big Grin

I was also able to unhide the thermal menu by using those hex codes ^^

[Image: dsc0067gbz.jpg]
[Image: dsc0068pl.jpg]


so as for the moment all mods to the module are:

00 29 02 29 02 0A 82 45 8A 00

and

00 20 00 29 02 0A 82 45 8A 00

to 01 on the last 00 right?
find
quote
yes that's correct kasar. It's actually all (29 02 0a 82 45 8a 00) to (01) in the last byte.
find
quote
(09-29-2012, 03:02 PM)Florin9doi Wrote: My notebook has ami aptio and the hex sequence doesn't exist. I disassembled the file. What's the next step?

Can you check for this sequence of bytes:

0A 82 45 8A 00

And let me know if you find them in the raw AdvancedSetup efi module?
find
quote
(09-30-2012, 02:35 AM)jkbuha Wrote: yes that's correct kasar. It's actually all (29 02 0a 82 45 8a 00) to (01) in the last byte.

ah ok thx ^^

I asked because the other second hex string (00 20 00 29 02 0A 82 45 8A 00) unlocked the thermal menus for me.

I modified 3 strings in total

two 29 02 0a 82 45 8a 00 strings (one of them unlock language setting, and the other one unlock a bunch of menus)

and 00 20 00 29 02 0A 82 45 8A 00 (unlocked thermal menus)
find
quote
We are now tinkering to find additional stuff, mind taking a look at the Vostro 3450 thread in Phoenix subforum to read our rant?
Basically HairyCube stumbled upon another sequence which unlocks 2 more menus, however they don't seem to do what they are supposed to.. and also he got confused. So we need your guidance Smile
find
quote
(09-30-2012, 05:13 AM)jkbuha Wrote: Can you check for this sequence of bytes:

0A 82 45 8A 00

And let me know if you find them in the raw AdvancedSetup efi module?
No. That doesn't exist
find
quote


Forum Jump:


Users browsing this thread: 62 Guest(s)