|
Welcome
|
You have to register before you can post on our site.
|
|
|
(UEFI) Dell XPS 15z L511z modded BIOS - and HOWTO
|
Posts: 523
Threads: 0
Joined: Aug 2011
Reputation:
23
06-18-2014, 05:43 PM
(This post was last modified: 06-18-2014, 07:54 PM by kasar.)
so, if I do those, nothing else will be neccesary?
wich VSCC will be neccesary to edit?
is posible to add another VSCC record and preserve existing ones and get it working?
or I need to edit one of those?
about the bios region size.
you mean the "bios region lenght" option at the fict bios region folder over the bios binary input file?
and about fill the 4 mb with the 16 mb size, will fitc do this, or I need to do it manually?
Posts: 523
Threads: 0
Joined: Aug 2011
Reputation:
23
06-18-2014, 09:31 PM
(This post was last modified: 06-18-2014, 10:19 PM by kasar.)
ok, I think I figured it by myself
I also decided to keep the other profiles, and I added another profile named number 7 with following settings.
that plus modifing 4 mb to 16 and also the bios region lenght to the one you said.
pressed F5 , it gave me an error, "configuration parameter size missmatch", however, it gave that error also while modding the ME region, and it worked anyway, so I decided to skip it too and try luck, I also disabled the "compact image" at build options, so it generate a full 16 mb image, (not sure if good since they may be something uncompresed wich may cause this to fail but well, the chip is being programed meanwhile I type this message, it take like 30 mins per each program, and more if I verify the flash from the file.)
but well, hopefully I will be able to test it tomorrow
edit: spipgm and spipgmw still seems to have issues, from windows, so I will proceed to flash from flashrom from pure DOS on a desktop machine, it was the only way with previous chip.
so will try the same with the 16 mb chip, however it takes huge time per flash >.<
Posts: 88
Threads: 0
Joined: Feb 2013
Reputation:
6
(06-18-2014, 09:31 PM)kasar Wrote: the chip is being programed meanwhile I type this message, it take like 30 mins per each program, and more if I verify the flash from the file.) O_o
Irecomend you to buy something like this
http://www.ebay.com/sch/i.html?_odkw=spi...0&_sacat=0
It is much faster and easier to use
Posts: 523
Threads: 0
Joined: Aug 2011
Reputation:
23
06-19-2014, 09:41 AM
(This post was last modified: 06-19-2014, 09:45 AM by kasar.)
yeah, that flasher would speed things a lot, I also woulnt need LPT computers anymore, that would be interesting.
ok, have some news.
sadly, some of my chip legs got broken.
so I have just 1 working 16 mb chip now.
this means if the remaining chip get damaged too, I will not be able to test more stuff relating bigger flash until I get spare ones.
well, relating the tests.
I was unable to get the machine booting.
however, I noticed the leds turned on like normally, and the fan go to max speed when I connected the working 16 mb chip, but not image output.
this doesnt happen when no chip is installed or bad connected.
did you got yours working?
I suspect we have to try the compact image thing, however it output a 8 mb image with our settings and compact image selected at the FICT build options
Posts: 178
Threads: 4
Joined: Jan 2011
Reputation:
31
Posts: 523
Threads: 0
Joined: Aug 2011
Reputation:
23
06-20-2014, 06:41 AM
(This post was last modified: 06-20-2014, 08:59 AM by kasar.)
mmm, then it seems it wasnt as easy as it seemed
coderush Wrote:It can be used but BIOS itself must be modified too. It's Intel-based board, so BIOS image must be altered in many places:
1. FirstChipDensity value in component section of the descriptor, there are possible values:
Code:
#define FLASH_DENSITY_512KB 0x00
#define FLASH_DENSITY_1MB 0x01
#define FLASH_DENSITY_2MB 0x02
#define FLASH_DENSITY_4MB 0x03
#define FLASH_DENSITY_8MB 0x04
#define FLASH_DENSITY_16MB 0x05
2. New chip must be added to VSCC table in the descriptor to enable normal operation for ME code.
Both 1 and 2 can be edited using Intel FITC 8.xx.
3. Boot firmware volume must be moved to the end of new BIOS space, so the last byte of Volume Top File (the last FFS file in BFV) will also be the last byte of new BIOS space.
It can be done with any HexEditor.
4. All uncompressed PEI files in BFV must be rebased to their new locations to maintain executable-in-place constraint.
It can be done with UEFITool or MMTool.
Every BIOS update must be threaten the same way, so my answer for the topic starter: it's possible, but pointless, too much work for nothing.
also I dont know how to do the steps 3 and 4 exactly
what about you follow_me, did you made any progress with yours?
Posts: 88
Threads: 0
Joined: Feb 2013
Reputation:
6
(06-20-2014, 06:41 AM)kasar Wrote: what about you follow_me, did you made any progress with yours? I've buit image, but not flashed it at the time , because I don't have a quich flash aceess mod like you
And I woun't have access for a couple of weeks (will have a vacation) , so , will see you when I'll back
Posts: 145
Threads: 12
Joined: Feb 2010
Reputation:
3
3 means to move bios image to end of flash chip.
Ex. In 4MB flash chip last 2MB are real BIOS first 2 are GB ME region etc.
In bigger flash chip,let's say 16MB that real BIOS,last 2MB from previous example must also be placed in last 2MB area of new chip.
4 I'm not sure but is something like.
Inside BIOS area exist some modules uncompressed,these are executed in early stage of initialization.Since these modules are now at different address must be modified to be able to run properly.
I think is same structure as PE files and all is need is to modify entrypoint with new value.
Posts: 1
Threads: 0
Joined: May 2013
Reputation:
0
once upon a time, i tried this bios. and then i back to official dell bios. and now i want to flash again. buti didnt. there is a error message:
Code: Part Table Signature not found in the Interface.
Error code: -161
i read about 100 pages about this error from google. i tried lots of suggestion. but always i have same error. anyway, how can i flash this bios again?
Posts: 88
Threads: 0
Joined: Feb 2013
Reputation:
6
(06-30-2014, 04:53 PM)mbunal Wrote: once upon a time, i tried this bios. and then i back to official dell bios. and now i want to flash again. buti didnt. there is a error message:
Code: Part Table Signature not found in the Interface.
Error code: -161
What do you use to flash bios ?
Did you tried pflash from uefi shell with /sa switch (suppress all errors) ?
|
Users browsing this thread: 25 Guest(s)
|