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 ThinkCentre M715q 2nd G...
Last Post: Vega068
Today 01:06 PM
» Replies: 19
» Views: 2247
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Hiva2023
06-14-2024 01:15 PM
» Replies: 1185
» Views: 291739
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: CyberBonk
06-14-2024 12:45 PM
» Replies: 58
» Views: 17690
HP EliteDesk 705 G5 SFF: CPU Upgrade
Last Post: clogscancer
06-14-2024 03:10 AM
» Replies: 3
» Views: 532
[REQUEST] Acer Aspire 5738(G,Z): CPU Upg...
Last Post: lollo90
06-13-2024 05:26 PM
» Replies: 45
» Views: 29521
[REQUEST] Sony VAIO SVE-151 & SVE-171 (R...
Last Post: noodlexd
06-13-2024 08:33 AM
» Replies: 0
» Views: 165
[REQUEST] Lenovo ThinkPad T450(s) (JBETx...
Last Post: portapane
06-13-2024 08:28 AM
» Replies: 135
» Views: 74385
[REQUEST] Acer Aspire 4738(G,Z) BIOS Unl...
Last Post: arisprast1
06-13-2024 01:28 AM
» Replies: 62
» Views: 17291
Acer Aspire 7750G: Ivy Bridge support
Last Post: DeathBringer
06-13-2024 12:23 AM
» Replies: 3
» Views: 356
[REQUEST] Sony VAIO SVE-151 & SVE-171 (R...
Last Post: noodlexd
06-12-2024 06:51 PM
» Replies: 42
» Views: 36418
[REQUEST] IGEL M320C Thin Client
Last Post: Trixxtar
06-12-2024 10:33 AM
» Replies: 1
» Views: 1070
[REQUEST] Acer Nitro 5 AN517-52 BIOS Unl...
Last Post: MATI1XD
06-11-2024 06:36 AM
» Replies: 17
» Views: 3821
MB (A55M-E33 FM2+)
Last Post: TamoNeki
06-10-2024 03:28 PM
» Replies: 15
» Views: 790
Lenovo Ideapad flex 4 14IAU7 missing UUI...
Last Post: balli4u
06-10-2024 01:10 PM
» Replies: 0
» Views: 227
[REQUEST] Lenovo S310 & S410 (8BCNxxWW) ...
Last Post: Dudu2002
06-10-2024 08:34 AM
» Replies: 15
» Views: 7295
[REQUEST] Lenovo G780 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
06-10-2024 06:47 AM
» Replies: 875
» Views: 310396
HELP Unbrick ASUS N550JV
Last Post: halfchemistry
06-10-2024 05:37 AM
» Replies: 9
» Views: 11888
Asus Strix G512LV Bios Unlock
Last Post: loic2907
06-10-2024 04:12 AM
» Replies: 58
» Views: 16987
[Request] HP X99 CPU Support
Last Post: DeathBringer
06-09-2024 01:01 PM
» Replies: 3
» Views: 386
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
06-09-2024 03:50 AM
» Replies: 469
» Views: 145007

(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
lol good luck mate. if you manage to set up UDK to cross compile for Dell then share the VM with me - need to try out a few interesting efis meself :
happy hacking Smile
find
quote
Would one be able to make these options stick when booting to windows and ubuntu at 3.4 GHz?
find
quote
mmm, I has been trying some stuff with clover on a fat32 usb stick.

[Image: dsc0071ql.jpg]
[Image: dsc0072fi.jpg]
[Image: dsc0073kfa.jpg]
[Image: dsc0074cs.jpg]
[Image: dsc0075vy.jpg]
[Image: dsc0076ps.jpg]


It seems to include a 1.2 mb uefi64 shell, it seems to have more stuff than the one timewalker send to me, if someone is interested I can upload it.

it also seems to to run in higher resolution.

well, about overclocking options, I didnt was able to modify anything via that menu, I edited some stuff at a config file, thats why it ask 2300 mhz instead 2100, but I supose that just text reading and not real Overclock

I also get stuck at the last loading screen, it is unable to load windows when I select any of the drives.

did you got able to run windows from this loader jkbuha?
find
quote
Clover is meant as an alternative bootloader targeted at booting OS X. For most of the people it won't load legacy Windows, since our BIOS is pretty much identical and I wasn't able to boot my legacy installation (and I'm already familiar with Clover ad other DUET-based bootloaders for some time ..), but UEFI Windows installation can be booted just fine I highly doubt you will succeeds. Besides the OC feature is just an illusion, it can crank up Turbo as an extra multiplier or even lock on the turbo multi .. but for your i3 it won't do anything.

Also, are you booting in a regular (boot) mode or UEFI mode (renaming CLOVERX64.efi as bootx64.efi ? )

The shell is v2.31 and it fails at some commands, like drivers, ls and some other for example. So even though it may seem like it has more options, our EFI 2.0 only supports Shell 2.0 properly.

I was able to setup UDK environment and successfully compile DUET and NT32, unfortunately I cannot provide any VM images because I had set it on my primary OS, not in a virtual machine environment. I had compiled BiosVideo.efi, but .. all I saw was a black screen, since the drivers has probably been altered by Phoenix/DELL to support nVidia Optimus/AMD SwitchableGraphics . It appears that only 3 default modes are allowed for screen resolution in preboot if no EDID data is found during the preboot phase.. even though VBIOS holds tons of resolutions
http://pastie.org/5089197
... the secondary part is meant for external displays only (VGA/HDMI) .. altering the mode data gives absolutely nothing because SystemVgaDxe controls what screen resolution to set...
Code:
//
    // Select a reasonable mode to be set for current display mode
    //
    ModeFound = FALSE;

    if (BiosVideoPrivate->VbeModeInformationBlock->XResolution == 1024 &&
        BiosVideoPrivate->VbeModeInformationBlock->YResolution == 768
        ) {
      ModeFound = TRUE;
    }
    if (BiosVideoPrivate->VbeModeInformationBlock->XResolution == 800 &&
        BiosVideoPrivate->VbeModeInformationBlock->YResolution == 600
        ) {
      ModeFound = TRUE;
      PreferMode = ModeNumber;
    }
    if (BiosVideoPrivate->VbeModeInformationBlock->XResolution == 640 &&
        BiosVideoPrivate->VbeModeInformationBlock->YResolution == 480
        ) {
      ModeFound = TRUE;
    }
    if ((!EdidFound) && (!ModeFound)) {
      //
      // When no EDID exist, only select three possible resolutions, i.e. 1024x768, 800x600, 640x480
      //
      continue;
    }
Snooping around for 00 04 00 03 in SystemVgaDxe had no positive results .. means VESA res of 1024x768 in bootloaders is what we are stuck with.
find
quote
I've been keeping an eye on this thread since I got my XPS 15z, and all the recent activity is really exciting! Great work you guys!

I really hope you guys can figure out how to disable the integrated graphics or switch which graphics card gets used. I really want to use FreeBSD on this laptop, but the system just overheats by having both cards running at the same time.

I'm in med school right now, so I probably won't be attempting any flashing until you guys are a little further along, but if there's anything I can help with, I'd definitely try.
find
quote
(10-20-2012, 01:16 PM)TimeWalker Wrote: Clover is meant as an alternative bootloader targeted at booting OS X. For most of the people it won't load legacy Windows, since our BIOS is pretty much identical and I wasn't able to boot my legacy installation (and I'm already familiar with Clover ad other DUET-based bootloaders for some time ..), but UEFI Windows installation can be booted just fine I highly doubt you will succeeds. Besides the OC feature is just an illusion, it can crank up Turbo as an extra multiplier or even lock on the turbo multi .. but for your i3 it won't do anything.

Also, are you booting in a regular (boot) mode or UEFI mode (renaming CLOVERX64.efi as bootx64.efi ? )

The shell is v2.31 and it fails at some commands, like drivers, ls and some other for example. So even though it may seem like it has more options, our EFI 2.0 only supports Shell 2.0 properly.

I was able to setup UDK environment and successfully compile DUET and NT32, unfortunately I cannot provide any VM images because I had set it on my primary OS, not in a virtual machine environment. I had compiled BiosVideo.efi, but .. all I saw was a black screen, since the drivers has probably been altered by Phoenix/DELL to support nVidia Optimus/AMD SwitchableGraphics . It appears that only 3 default modes are allowed for screen resolution in preboot if no EDID data is found during the preboot phase.. even though VBIOS holds tons of resolutions
http://pastie.org/5089197
... the secondary part is meant for external displays only (VGA/HDMI) .. altering the mode data gives absolutely nothing because SystemVgaDxe controls what screen resolution to set...
Code:
//
// Select a reasonable mode to be set for current display mode
//
ModeFound = FALSE;

if (BiosVideoPrivate->VbeModeInformationBlock->XResolution == 1024 &&
BiosVideoPrivate->VbeModeInformationBlock->YResolution == 768
) {
ModeFound = TRUE;
}
if (BiosVideoPrivate->VbeModeInformationBlock->XResolution == 800 &&
BiosVideoPrivate->VbeModeInformationBlock->YResolution == 600
) {
ModeFound = TRUE;
PreferMode = ModeNumber;
}
if (BiosVideoPrivate->VbeModeInformationBlock->XResolution == 640 &&
BiosVideoPrivate->VbeModeInformationBlock->YResolution == 480
) {
ModeFound = TRUE;
}
if ((!EdidFound) && (!ModeFound)) {
//
// When no EDID exist, only select three possible resolutions, i.e. 1024x768, 800x600, 640x480
//
continue;
}
Snooping around for 00 04 00 03 in SystemVgaDxe had no positive results .. means VESA res of 1024x768 in bootloaders is what we are stuck with.

About the OC part. I don't think it's an illusion, when i used Clover with a pumped up Bus Speed my geekbench score increased with around 3K, plus the time was reduced by roughly 15 seconds. This is the SS i took back then: http://i.imgur.com/C6ZHl.png and this is a recent one with Chameleon boot loader: http://dl.getdropbox.com/u/16173714/cham...active.png
Of course windows was not affected by it since clover loaded the defaults.

About the VESA resolution: in the case of L502x, A06 bios allows bootloader resolutions up to 1920x1080 (if you're screen supports it) after A06 it's stuck to 1366x768, which also breaks waking up from sleep. From what debugging i did a long time ago the culprit seemed to be the graphics, they would simply die/froze.
find
quote
Hey DoiX,
I do realize that OC is somewhat working for OS X, but since kasar was trying to load up Windows -> no benefit in terms of OC.
And then again .. you have an i7 with a head room of turbo multipliers.

The sleep issue is definitely caused by EDK changes in S3Resume module, for Vostro 3450 it even breaks hibernate for Windows 8 - "System resumes from hibernate automatically", so they will have to release a new bios version to fix this. Similar changes presumably had been made to the L502x bios because it says the following in their summary - "System flashes a white screen when resuming from hibernate".

My laptop support only LVDS screens with a resolution of 1366x768, only 1024x768 for LVDS are found in VBIOS of HD3000... mind taking a peak at yours?
find
quote
I used UEFI boot.

it seems that having an i3 its the main bootleneck for my system, also its a shame I cant OC for windows

it would be nice to OC at least a little the BCLK or the bus speed but since I think we already unlocked most or all of the advanced setup module stuff not sure if we can do this.

arrrggg, I want to oc so badly, on dolphin emulator (wich is almost only CPU performance related) I got arround 90-95% speed percent in some games, its almost there!, but it isnt yet ^^

mmm, another thing wich came to my mind is following.

one user posted on my other bioses topic and said if is posible to mod this bios in order to make this sandy bridge laptop to support ivy bridge proccesors.

theorically the bios is the only wall because the socket and chipset shouldnt be a issue.

I guess how we can do this, I saw older bios mods asking about cpu microcode update, is that the right way? or its something harder?
find
quote
Yes, it's the microcode update that is required .. but having a non-reversible module with such a crappy bios is a VERY limiting factor.
Basically we need donor bios which support Ivy bridge.. there is a new series of Vostro 3X60 which come with Ivy Bridge and HM77 chipset, but i highly doubt it will be Phoenix as well. Because from the vostro 3x50 range only 3450 and 3750 use Phoenix Tiano .. whereas 3350 and 3550 use AMI Aptio.
find
quote
what about the L521X?

it is the new xps 15 (ivy bridge succesor of the l502x wich is sandy bridge)

if we could get a L521X bios, we may be able to get the stuff we need to mod the bios cpu microcode
find
quote


Forum Jump:


Users browsing this thread: 19 Guest(s)