Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Fujitsu Esprimo P5710 - unlock [REQUEST]
Last Post: monkeywrench
Today 12:30 PM
» Replies: 34
» Views: 679
Lenovo Z50-70: CPU update
Last Post: PedroFX
Yesterday 07:20 PM
» Replies: 6
» Views: 166
My Gateway NV57h has an ACER in BIOS - c...
Last Post: drmrsolds
Yesterday 05:42 PM
» Replies: 1
» Views: 2048
Z97-PRO(Wi-Fi ac)/USB 3.1
Last Post: Jedrek
Yesterday 09:49 AM
» Replies: 4
» Views: 2286
[Request] Acer Aspire 3050 unlocked BIOS
Last Post: prowindows62
Yesterday 07:43 AM
» Replies: 0
» Views: 101
HP H-IG41-uATX 45nm microcode update LGA...
Last Post: goldenhill
Yesterday 04:49 AM
» Replies: 58
» Views: 56639
Asus h61m-d & xeon e3-1265l v2
Last Post: DeathBringer
05-03-2024 04:28 PM
» Replies: 3
» Views: 211
[REQUEST] - Acer Swift 3 SF314-41G bios ...
Last Post: ersan
05-03-2024 03:03 PM
» Replies: 1
» Views: 162
[REQUEST] Lenovo G780 advanced menu
Last Post: Dudu2002
05-03-2024 09:41 AM
» Replies: 43
» Views: 17071
[REQUEST] ThinkPad T14 Gen1 Intel BIOS W...
Last Post: SSV CHAOTIC
05-03-2024 05:19 AM
» Replies: 0
» Views: 159
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
05-03-2024 03:48 AM
» Replies: 15
» Views: 7002
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: 5CarPileup
05-03-2024 02:04 AM
» Replies: 1767
» Views: 380783
HP Pro 3500: CPU Upgrade
Last Post: DeathBringer
05-03-2024 12:13 AM
» Replies: 20
» Views: 4605
[READ FIRST] Access Advanced settings th...
Last Post: Klinzah
05-02-2024 05:11 PM
» Replies: 424
» Views: 569611
[REQUEST] Asus eeepc 1025C
Last Post: sloseba123
05-02-2024 04:44 PM
» Replies: 87
» Views: 110530
HP EliteBook 840 g2 NVMe
Last Post: x86-64
05-02-2024 06:30 AM
» Replies: 0
» Views: 128
[Request] Dell 7400 2 in 1 Computrace/Ab...
Last Post: Lorand187
05-01-2024 10:34 PM
» Replies: 0
» Views: 183
[REQUEST] Gigabyte B75M-D3H BIOS Unlock
Last Post: topadefir
05-01-2024 12:56 PM
» Replies: 10
» Views: 4074
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: samugarob
05-01-2024 10:08 AM
» Replies: 674
» Views: 168923
[REQUEST] Asus GL504GV BIOS Unlock
Last Post: merjeu
05-01-2024 09:28 AM
» Replies: 5
» Views: 1731

Include SATA Option ROM in ThinkPad X201 BIOS
#1
Question 
Hi Guys,

I have a ThinkPad X201 running the latest BIOS version (1.40-1.15/1.15, get it here: http://lnv.gy/1FsQmI2).
In the mPCIe slot I installed a SuperTalent CoreStore Plus SSD, featuring an ASMedia ASM1061 SATA controller which, according to ASMedia, has "Option Rom support through 64K Byte SPI flash".

Is there any chance to get the BIOS to load the SATA Option ROM instead of, let's say, the LAN PXE Option ROM?

Update:
The Option ROM files for the ASM1061 can be found HERE. In that thread, the OP states that
Quote:It is possible to successfully insert the ASMedia AHCI ROM module even into a BIOS, where no such ROM module is present.
My controller is a DEV_0612 one.

Update 2:
Someone has already done a WiFi/WWAN whitelist mod on the same BIOS over HERE.
The modded version comes as a .ROM file and should be somewhat easier to edit than the original Lenovo files.
find
quote
#2
So I have now been doing further investigations on the topic and have been able to decompress the (already whitelist-modded, which could come in handy some day) ROM file using phnxsplit.
Decompressing it gave me 54 single .rom files. Three of them look like they are the relevant Option ROM modules:

OPROM00.rom
OPROM01.rom
OPROM02.rom

Opening them with a Hex editor, I came across these descriptions:

OPROM00.rom:
IBM VGA Compatible BIOS

OPROM01.rom:
Copyright © 1997-2010, Intel Corporation
Intel Corporation
Intel® Boot Agent PXE Base Code (PXE-2.1 build 089)

OPROM02.rom:
Copyright © 1997-2010, Intel Corporation
Initializing Intel ® Boot Agent
GE v1.3.51 IBA
GE Slot 0000 v1351
PXE 2.1 Build 089 (WfM 2.0)

The Option ROM i linked in the above post has this near the top of its .bin file:

1b21-0612_v0954.bin
Copyright © Asmedia Technologies, Inc. All Right reserved.
Asmedia Technologies, Inc.
Asmedia 106X SATA/PATA Controller Ver 0.954
Asmedia 106X SATA Controller Ver 0.954


No I am kind of stuck when it comes to replacing the PXE part with the ASMedia Option ROM. As far as I understand, the new Option ROM needs to be compressed using fp.exe, fi.exe and rom2mod.exe. I haven't found any reliable instructions on how to do that though.

Tools like CBROM or "Phoenix BIOS Editor" don't seem to work on this BIOS version, I have tried many different versions without success.

Can anyone point me in the right direction on how to put everything back into one functional image (that will hopefully not brick my board)?
Huh
find
quote
#3
So now I got a few steps further:

1. The original Option ROM module OPROM01.rom is 30.208 bytes in size, the ASMedia file is 32.256 bytes. Replacing would therefore probably not work. Duh.
However, the OPROM02.rom is 35.328 bytes, so I took the ASMedia ROM, opened it in a hex editor and filled it with zeroes until it was exactly the same size as OPROM02.rom. This way I thought I should be able to replace it.

2. I created two .SCR files for the fp.exe and fi.exe:

Code:
BANKS -N:1 -S:256    # Flash accessed as one(1), 8192 KByte (64Mb) bank.
COMPRESS  LZINT # Use LZINT when compressing modules
BOOTBLOCK -S:128    # (J) PSI style, no BB.BIN needed
OPROM OPROM02.ROM-NEW # Filename is replaced with OPROM02.ROM-OLD in the other file
PSI -PLACE:"BOOTBLOCK" -ALIGN:TOP -COMPRESS:NO  ceimain.bin

3. I placed the OPROM02.ROM-OLD (extracted original file) and OPROM02.ROM-NEW (ASMedia file filled with zeroes) in the same directory and ran:

fp.exe OPROM02-NEW.SCR
fi.exe OPROM02-NEW.SCR
rom2mod.exe BIOS.ROM OPROM2.ROM-NEW.LZ

fp.exe OPROM02-OLD.SCR

fi.exe OPROM02-OLD.SCR
rom2mod.exe BIOS.ROM OPROM2.ROM-OLD.LZ

This left me with two compressed module files ending with .LZ.

4. I ran phnxmod and ran into an error:

Code:
phnxmod.exe $01C2100.FLh OPROM02.ROM-OLD.LZ OPROM02.ROM-NEW.LZ

PhnxMod 0.1 2008-02-19
(c) Ender

Okay, all files open.
ROM size 200000h, old module 59A5h+1Bh, new module 4D7Bh+1Bh.
Loading data...Old module (without header) not found in the ROM file. Quitting.

What the ...? The old module was extracted from this very file, so why would it not be found?
I guess I'm stuck again. Dodgy

Thoughts:
1. I have only seen people using phnxmod for WiFi whitelist mods, so I am not sure whether it can be applied to Option ROM mods at all?
2. Although the uncompressed files are the same size, the compressed ones are obviously not. Ender states that phnxmod is "currently limited to only replacing same-size modules" but not whether this applies to the compressed or uncompressed files.
3. If I wanted to get two compressed files with the same size, I would have to fill the ASMedia ROM with something else than just zeroes. Putting in just random data doesn't seem very clever to me, as it could have unwanted effects... but I'm not sure about that.

Any help is appreciated!

Update:
I compared the contents of the compressed BIOS image and the compressed OPROM02 image using a hex editor.
Leaving the 27-byte LZINT header aside, I could easily find the compressed option ROM in the BIOS image. Starts at 0x204322 and ends at 0x209CC5.

Now I could go ahead and replace the Option ROM using the hex editor, but as I have never done this before I am kind of afraid of bricking my X201. And I like it better unbricked...

Update 2:
I just replaced the compressed Option ROM manually with a hex editor and then split it again with phnxsplit. This gave me my ASMedia ROM as OPROM02.rom just as I expected.
Recalculating the checksum with phnxchecksum (by Ender) gave me this:

Code:
> phnxcksm-0.2.exe BIOS_MODDED.ROM

PhnxCksm 0.2 2008-04-26
(c) Ender

Okay, file open.
ROM size 200000h, extended checksum block start 100000h, end 1F0000h.
Reading...
Extended checksum not found in the scanned location. Quitting.
Huh
Same error on the original, unmodified FLh file from Lenovo.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)