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
Help with DMI Info Lenovo Bios
Last Post: force9da
Today 04:04 PM
» Replies: 0
» Views: 77
Lenovo z510 i5-4200m to i7-4700mq upgrad...
Last Post: ClaudeSpeed
Today 03:42 PM
» Replies: 7
» Views: 182
X550VXK BIOS Unlock Request
Last Post: foxbnu
Today 03:40 PM
» Replies: 0
» Views: 60
Dell Optiplex 790 bypass Press F1 during...
Last Post: jozsef_kacso
Today 04:19 AM
» Replies: 5
» Views: 16849
[REQUEST] Whitelist Removal for lenovo v...
Last Post: konjiki no yami
Yesterday 07:36 PM
» Replies: 0
» Views: 141
[REQUEST] HP dv6-6b57el hidden menu
Last Post: Alcatraz
Yesterday 04:28 PM
» Replies: 1
» Views: 226
[REQUEST] Lenovo G500 (78CNxxWW) BIOS Un...
Last Post: Dudu2002
Yesterday 03:22 PM
» Replies: 289
» Views: 199945
[REQUEST] Lenovo IdeaPad L340 (BGCNxxWW)...
Last Post: Dudu2002
Yesterday 03:19 PM
» Replies: 97
» Views: 54643
[REQUEST] Acer Aspire V5-121 Bios Unlock
Last Post: Strongbox256
Yesterday 11:15 AM
» Replies: 5
» Views: 9027
[REQUEST] Eglobal S210H BIOS Unlock
Last Post: ShawnSuter
Yesterday 10:50 AM
» Replies: 145
» Views: 64115
Request: Unlock CPU Voltage (Vcore) for ...
Last Post: hoomaan
Yesterday 10:35 AM
» Replies: 0
» Views: 109
[REQUEST] Bios Unlock - Packard Bell Eas...
Last Post: Overtune2005
Yesterday 08:37 AM
» Replies: 3
» Views: 2075
asrock 970 extreme3 slic 2.1
Last Post: 3xy
Yesterday 03:34 AM
» Replies: 12
» Views: 18518
[Request] Dell Inspiron 17r SE 7720 Unlo...
Last Post: Bennett
Yesterday 12:05 AM
» Replies: 92
» Views: 117368
[REQUEST] HP Probook 6570b Whitelist Rem...
Last Post: nexxus2
10-28-2025 01:07 PM
» Replies: 4
» Views: 5970
Gigabyte GA-MF3 CPU upgrade mod
Last Post: dm-
10-28-2025 10:53 AM
» Replies: 25
» Views: 22753
[REQUEST] Lenovo B590 (H1ETxxWW) Whiteli...
Last Post: yamicazanova2
10-28-2025 09:50 AM
» Replies: 799
» Views: 481361
BIOS fix Lenovo c460
Last Post: waldek69
10-28-2025 07:33 AM
» Replies: 16
» Views: 3805
[REQUEST] Lenovo x121e (AMD, 8RETxxWW) W...
Last Post: Quill6290
10-28-2025 03:31 AM
» Replies: 56
» Views: 43291
Sony vaio UX Boot animation/jingle remov...
Last Post: appletechgeek
10-27-2025 11:55 PM
» Replies: 0
» Views: 164

DELL Precision 670
#1
Hi,

  I just got done adding cpu support to my BIOS hdr file. Got everything how i think i need it, header, microcode its all where it needs to be. Before i try it i have to fix the check sum. Problem is, that i have never done anything with the checksum. Can some please tell me if there is a step by step guide for this?
find
quote
#2
I can't make "a step by step guide", but I can make you need mod.
I've analysed latest BIOS (A7) for DELL Precision 670 and found block of microcode on offset=0x4C725 of hdr-file.
Code:
CPUID Offset Core     (Stepping)
0F34  003A   Nocona   (D0)
0F41  1C0A   Nocona   (E0)
0F42  2FDA   Nocona   (G0)
0F49  3BAA   Nocona   (G1)
0F48  437A   Paxville (A0)
0F43  4F4A   Irwindale(N0)  
0F4A  571A   Irwindale(R0)
What's CPU you want to add? Only one dual core CPU is supported by E7525 chipset - Xeon with Sspec=SL8MA (2.80 GHz).
find
quote
#3
(05-29-2016, 12:58 AM)DeathBringer Wrote: I can't make "a step by step guide", but I can make you need mod.
I've analysed latest BIOS (A7) for DELL Precision 670 and found block of microcode on offset=0x4C725 of hdr-file.
Code:
CPUID Offset Core (Stepping)
0F34 003A Nocona (D0)
0F41 1C0A Nocona (E0)
0F42 2FDA Nocona (G0)
0F49 3BAA Nocona (G1)
0F48 437A Paxville (A0)
0F43 4F4A Irwindale(N0)
0F4A 571A Irwindale(R0)
What's CPU you want to add? Only one dual core CPU is supported by E7525 chipset - Xeon with Sspec=SL8MA (2.80 GHz).

I sent you a copy of the HDR to your email. I think the modding is done, all but the checksum. You already had me on the right path as far as the mod went.
find
quote
#4
I didn't received "a copy of the HDR" from you. Is it pure theoretical mod?
find
quote
#5
the two processors i have on hand that i would like to try are 7140's sorry if i seemed impolite dude
find
quote
#6
Replace 4 bytes in your file on offset 0x70054:
7C E0 DC E7
with
0C 0B 3D 6B
But adding microcode don't add support for new CPU to the chipset.
find
quote
#7
(05-30-2016, 01:36 AM)DeathBringer Wrote: Replace 4 bytes in your file on offset 0x70054:
7C E0 DC E7
with
0C 0B 3D 6B
But adding microcode don't add support for new CPU to the chipset.

I do understand exactly what your saying. I have been comparing data sheets and I can clearly see a difference between the dp and mp pin layout. Thank you for working on the checksum I will try it later.
find
quote
#8
(05-30-2016, 09:55 AM)boilermaker8162 Wrote:
(05-30-2016, 01:36 AM)DeathBringer Wrote: Replace 4 bytes in your file on offset 0x70054:
7C E0 DC E7
with
0C 0B 3D 6B
But adding microcode don't add support for new CPU to the chipset.

I do understand exactly what your saying. I have been comparing data sheets and I can clearly see a difference between the dp and mp pin layout. Thank you for working on the checksum I will try it later.

Extreemly happy my hex editing worked, at the same time it would have been nice if the 7140's would have worked also. The pin layout makes it impossible for the 7140 to communicate with the board. An adapter would be nice. Thank you very much for the help!
find
quote


Forum Jump:


Users browsing this thread: 2 Guest(s)