Dell UEFI Bios TDP removing with Setup_var

Hello All,

I was wondering if someone can help me. I am trying to remove the power limit tdp on my dell inspiron 7490 I have the efi file from pe32.

I tried changing the IMON slope to fool the package power it shows as lower power level on Throttlestop but it still throttle pl1 and pl2.

If one can check the ifr file and give me some suggestions to tweak which options it would be excellent.


Thanks
Gee

PE32141.txt (1.41 MB)

Can you share the BIOS itself? I tried extracting the one from Dell itself, but the HDR doesn’t have a full BIOS in there.

hi thanks for your help. Here is the bios which I extracted. I use Dell_PFS_Extract_v3.6 tool to extact the original downloaded exe

1 – 1 System BIOS with BiosGuard v1.4.1.bin.zip (5.85 MB)

There is some interesting top related stuff in there, you have to experiment and see if anything actually works. There are also suppressed options relating to tdp, but those options can be changed without modding the whole bios in UEFI shell.


1
2
3
4
 
0x70C64 		One Of: Configurable TDP Lock, VarStoreInfo (VarOffset/VarName): 0x40, VarStore: 0x3, QuestionId: 0x157, Size: 1, Min: 0x0, Max 0x1, Step: 0x0 {05 91 07 02 08 02 57 01 03 00 40 00 10 10 00 01 00}
0x70C75 One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
0x70C7C One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 04 00 30 00 00}
0x70C83 End One Of {29 02}
 


1
2
3
4
 
0x70C97 			One Of: CTDP BIOS control, VarStoreInfo (VarOffset/VarName): 0x41, VarStore: 0x3, QuestionId: 0x158, Size: 1, Min: 0x0, Max 0x1, Step: 0x0 {05 91 09 02 0A 02 58 01 03 00 41 00 10 10 00 01 00}
0x70CA8 One Of Option: Enabled, Value (8 bit): 0x1 {09 07 03 00 00 00 01}
0x70CAF One Of Option: Disabled, Value (8 bit): 0x0 (default) {09 07 04 00 30 00 00}
0x70CB6 End One Of {29 02}
 


I couldn't find where the P0/P1 states are configured, it may not be accessible. On some cpu you can change P0/P1 settings with Intel XTU you can try and see what you can configure for your cpu in there.