Posts: 23
Threads: 0
Joined: Apr 2012
Reputation:
0
05-18-2012, 05:12 AM
(This post was last modified: 05-18-2012, 05:27 AM by marstone.)
The Intel(er) tells me that "efi files are pe32+ compatible", so are our dumped roms.
I tried to rename the rom file to exe or dll and it seems can be run under windows (rundll32 ***.efi DllEntryPoint)
but gives something like "memory protection" errors as expected:
the platform are totally different on cpu/memory managements to prevent further debug.
I also find that the .efi entry are different from Phoenix to Intel Tiano
the former is DllEntryPoint and the later is InitializeDriver
They(the Intel(er)) said they are working on "Binary Build" other than "SourceCode Build", however, it is still in progress.
in additional, their source build is only one way to "implementation",
They "concatenate" efi files to "FD" files and then "concatenate " "FD" files to the final rom file with the extension "FV" with some offset settings
i thinks the Phoenix way would be different. so the intel build detail would be useless
then, because "efi"s are "dll"s, I think may be we could try some way to load them dynamically
they said you can try run "load ***.efi" or just run it under the EFI shell as it is a PE32+.
I haven't build any uefi emulation environments yet, and i can't try it now.
as we already know, some "efi" files are "Application" while some are "Driver";
some "Driver"s runs at "DXE" phase while some are not
I think "Application" would be easier to run with higher possibility, but PlatformAdvancedSetupDxe.efi is a "Driver",
I don't know if we have a chance to run it or load it on an emulator.
PS: another idea, are there some Phoenix TianoCore ROMs "oem" unlocked the menus?
such as DELL poweredge server or other brands.
if any, we could compare the differents
PS2: there many versions bios for XPS Lx02x, are the menus identical from each other?
if not, maybe there are some clue..