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
H170-HD3 DDR3 Nvme RAID Unlock
Last Post: foxbnu
Today 04:18 PM
» Replies: 0
» Views: 48
Lenovo G460 G560 Z460 Z560 NWL ADV MC
Last Post: ArkuS
Today 12:03 PM
» Replies: 8
» Views: 6284
[REQUEST] Lenovo L440 Whitelist Removal
Last Post: Dudu2002
Today 04:48 AM
» Replies: 144
» Views: 83258
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: El_Gamer_74
Yesterday 02:09 PM
» Replies: 218
» Views: 128901
Dell G43T-DM1 please
Last Post: Methanoid
Yesterday 09:52 AM
» Replies: 0
» Views: 93
Thinkpad P16s G3 WWAN whitelist removal
Last Post: jussi666
Yesterday 09:30 AM
» Replies: 0
» Views: 113
Foxconn 865G7MF Pinmodded Xeon Support
Last Post: DeathBringer
Yesterday 02:40 AM
» Replies: 17
» Views: 450
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
Yesterday 02:14 AM
» Replies: 70
» Views: 45071
[REQUEST] Lenovo IdeaPad Gaming 3 15IMH0...
Last Post: ormcra
Yesterday 01:40 AM
» Replies: 57
» Views: 42112
[REQUEST] Lenovo Thinkpad T410 (6IETxxWW...
Last Post: egecc
11-08-2025 05:11 PM
» Replies: 154
» Views: 63846
X550VXK BIOS Unlock Request
Last Post: laret
11-07-2025 03:01 PM
» Replies: 3
» Views: 415
BIOS P09ABE and 32GB RAM with 2 16GB mod...
Last Post: japa543
11-07-2025 02:43 PM
» Replies: 4
» Views: 824
[REQUEST] Resizable BAR for Lenovo m720q...
Last Post: elfloko
11-07-2025 01:29 PM
» Replies: 1
» Views: 1610
ASUS X501A CPU 1000M > 3210M upgrade cl...
Last Post: senorjuan2244
11-07-2025 01:53 AM
» Replies: 4
» Views: 2578
[REQUEST] Acer E5-551(G) BIOS Unlock
Last Post: Hlebka
11-06-2025 07:59 AM
» Replies: 51
» Views: 39991
[GUIDE] How to modify AMI MSI BIOS to un...
Last Post: Juancho
11-06-2025 05:26 AM
» Replies: 57
» Views: 360634
asus ga503qm bios
Last Post: delav
11-06-2025 02:35 AM
» Replies: 0
» Views: 203
[REQUEST] Microcode modification a HP Pr...
Last Post: DeathBringer
11-06-2025 12:14 AM
» Replies: 1
» Views: 283
**Request** ASUS H81M-R Moded BIOS
Last Post: FourTwenty42
11-05-2025 05:37 PM
» Replies: 0
» Views: 243
[request] Asus ROG strix G15 2021 (g513q...
Last Post: delav
11-05-2025 11:07 AM
» Replies: 15
» Views: 16490

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: 1 Guest(s)