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
Asus EEEPC 1015PN enable 64 bit operatio...
Last Post: pathickel
Today 12:10 AM
» Replies: 0
» Views: 128
[REQUEST] Lenovo Y50-70 (9ECNxxWW) White...
Last Post: PhySix66
Yesterday 05:05 PM
» Replies: 1775
» Views: 835668
[REQUEST] Lenovo B590 (H5ETxxWW) Whiteli...
Last Post: Cokeef
Yesterday 01:57 PM
» Replies: 280
» Views: 130364
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: DeathBringer
Yesterday 10:37 AM
» Replies: 128
» Views: 129661
Toshiba C855 replacement battery problem
Last Post: Rad25
Yesterday 09:45 AM
» Replies: 0
» Views: 89
CSM unlock Lenovo Ideapad Slim 3
Last Post: mario011
Yesterday 09:36 AM
» Replies: 0
» Views: 105
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: winged
Yesterday 07:32 AM
» Replies: 498
» Views: 258088
[REQUEST] Lenovo ThinkPad Edge E330 (H3E...
Last Post: flyingscott
11-15-2025 01:02 PM
» Replies: 652
» Views: 340014
[Request] Microcode support on cpu A8 76...
Last Post: boblemagnifique
11-15-2025 07:17 AM
» Replies: 0
» Views: 156
New Members Say Hi Here
Last Post: boblemagnifique
11-15-2025 06:14 AM
» Replies: 162
» Views: 265638
Lenovo G460 G560 Z460 Z560 NWL ADV MC
Last Post: ArkuS
11-14-2025 09:37 AM
» Replies: 10
» Views: 6819
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
11-14-2025 03:45 AM
» Replies: 139
» Views: 100102
[REQUEST] Lenovo G510 (79CNxxWW) Whiteli...
Last Post: Dudu2002
11-14-2025 03:43 AM
» Replies: 601
» Views: 352788
HP Elitebook 8540w Microcode for I7 920X...
Last Post: blackcat1996@
11-14-2025 03:25 AM
» Replies: 7
» Views: 548
ASUS X501A CPU 1000M > 3210M upgrade cl...
Last Post: ngocthienta
11-12-2025 11:16 PM
» Replies: 5
» Views: 2903
Help Acer Aspire 15
Last Post: mvlaurentiu
11-12-2025 06:41 PM
» Replies: 0
» Views: 418
[REQUEST] Acer Exstensa 5220 cpu mod
Last Post: DeathBringer
11-12-2025 04:09 PM
» Replies: 5
» Views: 450
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: sam4011
11-12-2025 01:37 PM
» Replies: 100
» Views: 58579
[REQUEST] Lenovo L340-15API & L340-17API...
Last Post: Dudu2002
11-12-2025 10:24 AM
» Replies: 12
» Views: 8737
[REQUEST] Lenovo G580 (62CNxxWW) Whiteli...
Last Post: pupa57
11-12-2025 07:28 AM
» Replies: 818
» Views: 460109

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
(11-22-2013, 03:24 PM)kasar Wrote: thanks for the info Florin9doi

oh, didnt saw the second method in time as you edited your post after some time.

I followed your first instructions and managed to get identical size images,

added some padding in one of them (replaced stuff with FF)

then I replaced the original image content from the file with the one from my modded images

I attached both modded and unmodded images + final modules.

I will test it in some minutes, if someone want to check if I messed something feel free to do it Smile

the second method seems a little more complex, If first one doenst work, I will try it.

nope, the first method didnt worked, after flashing, the system remained with black screen (where it was suposed to show the logos), then it went to the S.O and the resolutione were messed up, like just 1024 x 768, had to reflash my last working bios mod to make logos working back and get the system back to normal.

definitly I did something wrong ...

Hey Kasar- I used to insert images into Playstation .iso back in the day and recall having a plugin for Photoshop to deal with the specific format. Maybe there is a plugin that allows you to save your logo accurately??? This is an interesting topic , wish I was of more help.
find
quote
thanks for your help marcie Smile

well, the fact is that there is already some people wich managed to flash custom logos like prema or the guy wich replaced dell logo with apple logo.

the question is what is the exact procedure I should follow ^^

my attempt is on my previous post as attached file, maybe someone can give it a try and tell me what I did wrong

I managed to get my custom images the same size than default ones, however it is not working for me.

I sent an email to Prema, but he did not reply yet , probably busy with his bios modding stuff or getting his laptop back to life ^^
find
quote
Hey guys, I've spend some time on figuring out format of image package and mostly done it! I've wrote a simple packer/unpacker in C that works for me. Sources and .exe in attach


Attached Files
.zip   1.zip (Size: 33.7 KB / Downloads: 6)
find
quote
(12-25-2011, 04:03 PM)jkbuha Wrote: HOWTO Unlock Hidden Menus

This was a really tough nut to crack, but perseverance pays off in the end. Essentially it involves the following:

1) Dump your AdvancedSetup.efi module (IDA, objdump etc) and parse it through the IFR specification provided by UEFI
2) UEFI IFR spec says: EFI_IFR_SUPPRESS_IF_OP: UINT64 0000000000000000
3) In hex, this translates to: 0A 82 45 8A (00) 00 00 00 00 00 00 00 45 0A
3) Change opcode to UNIT64: 0000000000000001 - replace the (00) above with (01). In my case there were two identical hex strings in my file, I just had to patch the second hex string.
4) Save module, repack with PhoenixTool, and voila!

Thanks so much for this!
The information helped me tremendously in unlocking all the hidden menus in the A12 BIOS on a Dell XPS L502X. Basically the only difference was in that I had to modify the PlatformSetupAdvancedDxe.efi module instead of the AdvancedSetup.efi (plus I had three occurrences of the EFI_IFR_SUPPRESS_IF_OP operation and I replaced all of them).
I'm attaching the resulting unlocked BIOS (A12 09/07/2012) for convenience.


Attached Files
.zip   BIOS1_UNLOCKED.WPH.zip (Size: 1.81 MB / Downloads: 2)
find
quote
@mruza

nice , however that plus other mods has been already done to the L502X Big Grin

more info here ^^

http://forum.notebookreview.com/dell-xps...-more.html
find
quote
There was new vbios 2170 released, anyone tried it already?

Sent from my GT-I9070 using Tapatalk
find
quote
Happy to patch it and give it a go if someone posts it here. In fact if it's good I'll update the first post with a couple of additional DSDT mods as well.
find
quote
Upgraded to vanilla 2170 without a hitch.

Same patch table as the vanilla 2170, ie: same as vanilla 2158. However I recall that some people had issues upgrading to 2158 previously, so for that reason I am not going to upload the patched bios here. If anyone wants it (and *fully* understands the risks) he/she can PM me.

For all the others out there who don't have a 15z but want to try v2170, it worked well on mine, but you'll need to manually patch in your tables as per last time. Again; your best bet is to see what's working on your current existing Intel HD3000 vbios connector tables...
find
quote
is there any performance hit or any new features worth of update to the 2170 intel vbios?

I updated mine long time ago using your method (had also to patch the connector table, else the miniDP port stoped working) but didnt noticed too much difference.
find
quote
Here's the changelog between 2158-2170

New:
[DCN][3872820] Dynamic Media Refresh Rate Switching option added in VBT (Default Enabled)
[DCN][3826644] Support for EDID over SDVO-LVDS
[RCR][1024178] Chromaticity RCR: Added options in VBT for panels 1-16 for narrow color gamut
Fixed display port registers to use correct panel spec values during full link training when system boots

Bug fixes:
System cannot meet the Win8 Seamless Boot requirement with Intel VBIOS.
Internal display not lighting from Windows 7 or 8 install USB stick
[VBIOS]eDP T8 Value configuration on VBT doesn‟t work correctly
Screen corruption issue on RedHat linux
Boot display device combination is not following the definition with VBIOS VBT
find
quote


Forum Jump:


Users browsing this thread: 103 Guest(s)