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
[Request] Mod Adaptec ARCCONF to allow x...
Last Post: Teetrinker
09-13-2025 10:14 AM
» Replies: 0
» Views: 1167
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Princeneo
09-12-2025 09:23 AM
» Replies: 1726
» Views: 895526
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
09-12-2025 02:22 AM
» Replies: 26
» Views: 22643
[REQUEST] Acer Nitro 5 AN515-58 BIOS Unl...
Last Post: iku56m22v
09-11-2025 10:02 AM
» Replies: 37
» Views: 25528
3rd Party RAM Mod For HP EliteDesk 705 G...
Last Post: AmyGrrl
09-10-2025 09:40 AM
» Replies: 0
» Views: 2953
MSI PR210 AHCI
Last Post: iday82
09-09-2025 04:40 PM
» Replies: 0
» Views: 3192
Honor Magicbook D14 Ryzen 4800H
Last Post: Altermann
09-09-2025 05:04 AM
» Replies: 0
» Views: 3546
[REQUEST] Thinkpad X60S WiFi WhiteList r...
Last Post: Vigor89
09-08-2025 04:46 PM
» Replies: 0
» Views: 4189
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: lovesickugh
09-07-2025 09:15 PM
» Replies: 3
» Views: 8055
Gigabyte GA-G33-DS3R: USB Boot
Last Post: dinix
09-04-2025 10:37 AM
» Replies: 0
» Views: 6068
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: DeathBringer
08-31-2025 01:59 AM
» Replies: 68
» Views: 38269
Bios Powered classmate
Last Post: MosheNessi
08-28-2025 08:08 AM
» Replies: 0
» Views: 6128
[REQUEST] Lenovo Thinkpad X12 Detachable...
Last Post: Kokoko123
08-28-2025 12:48 AM
» Replies: 0
» Views: 6363
[REQUEST] Unlock advanced options to HP ...
Last Post: huguito
08-26-2025 02:57 PM
» Replies: 0
» Views: 6586
[REQUEST] Dell Precision T3500 BIOS Unlo...
Last Post: DEX0ZEN
08-25-2025 01:30 PM
» Replies: 45
» Views: 50827
[REQUEST] Samsung NP900X4D AES-NI enable...
Last Post: Vesly
08-23-2025 05:25 PM
» Replies: 63
» Views: 46495
Acer Veriton X2640G Xeon support
Last Post: hercares
08-19-2025 03:21 PM
» Replies: 5
» Views: 2484
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
08-17-2025 02:05 PM
» Replies: 15
» Views: 3390
[Success] [Bios Mod] Dell XPS L321X EFI ...
Last Post: tuwumo
08-17-2025 11:37 AM
» Replies: 18
» Views: 28932
Samsung N140 JA05IT AHCI
Last Post: Ranmamez
08-12-2025 05:22 PM
» Replies: 0
» Views: 7090

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)