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
Lenovo Legion 5 15ITH6H – “Device Freeze...
Last Post: laret
Today 04:28 AM
» Replies: 3
» Views: 78
Modded BIOS for HP 6730b to support Q900...
Last Post: DeathBringer
Yesterday 05:00 AM
» Replies: 6
» Views: 397
Asus P5Q Deluxe EFI
Last Post: maoshen1234
Yesterday 12:55 AM
» Replies: 7
» Views: 18651
ACER Aspire 7736ZG BIOS microcode update...
Last Post: DeathBringer
Yesterday 12:25 AM
» Replies: 7
» Views: 277
[REQUEST] Lenovo IdeaPad P400, P500, Z40...
Last Post: anto77562
02-26-2026 11:39 PM
» Replies: 686
» Views: 361852
[REQUEST] Lenovo Legion 5 (EFCNxxWW) BIO...
Last Post: SQ0O
02-26-2026 06:29 PM
» Replies: 53
» Views: 39996
[REQUEST] Lenovo G500(s) (7BCNxxWW) BIOS...
Last Post: INARIUS
02-26-2026 03:34 PM
» Replies: 65
» Views: 49847
[REQUEST] Lenovo T440(S) (GJETxxWW) Whit...
Last Post: cnv
02-26-2026 01:59 PM
» Replies: 502
» Views: 289790
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: krankbg
02-26-2026 10:31 AM
» Replies: 1970
» Views: 1200666
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
02-26-2026 06:41 AM
» Replies: 91
» Views: 52379
[REQUEST] Lenovo Thinkpad T440p (GLETxxW...
Last Post: laralang
02-26-2026 12:37 AM
» Replies: 530
» Views: 319301
Acer aspire Aspire A315-54k
Last Post: Haaazefan
02-25-2026 07:20 PM
» Replies: 0
» Views: 125
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Dudu2002
02-25-2026 09:54 AM
» Replies: 1230
» Views: 596373
[REQUEST] Lenovo B50-70 (9DCNxxWW) BIOS ...
Last Post: Dudu2002
02-25-2026 09:53 AM
» Replies: 77
» Views: 56975
[REQUEST] Lenovo G50-70 (9ACNxxWW) White...
Last Post: Dudu2002
02-25-2026 09:50 AM
» Replies: 253
» Views: 148160
Toshiba Satellite C50-A (PSCG6x & PSCGAx...
Last Post: Renitoko
02-25-2026 07:46 AM
» Replies: 15
» Views: 12816
[REQUEST] 2 HP Bioses for Unlock
Last Post: ineedhelp61
02-24-2026 05:06 PM
» Replies: 0
» Views: 200
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: INARIUS
02-24-2026 11:55 AM
» Replies: 220
» Views: 140274
[Paid Request] Adding Epyc 2nd gen CPU s...
Last Post: EPYC
02-24-2026 09:05 AM
» Replies: 1
» Views: 1751
HP Pro 3300 & 3400 (H61): Upgrade to Ivy...
Last Post: ngocthienta
02-24-2026 08:40 AM
» Replies: 137
» Views: 143165

Asus P5B bios mod
#1
Hi,  I did a 771 mod on Asus P5B motherboard. And with xeon in, it doesn't set memory timings correctly when left on auto. The timings are always set to 5-6-6-15 with tRFC 42, which is a bios default (according to amibcp). It seems to me like some kind of bug.  I wouldn't mind that bug much, if I could set the timings manually. But I can't, because the maximal value I can set for tRFC is 42 and the memory modules I have requires tRFC 52. So I would like to modify the bios to allow higher tRFC timing setting. I think it should be possible.

This motherboard has a 965P chipset, and according to datasheet, the tRFC timing is set as the lowest 9 bits of CYCTRK ACT register, which should allow setting it as high as 511. I have a Gigabyte motherboard with 965P chipset, which allows tRFC setting up to 511 in bios.

The tFRC setting in the bios is as a multiple choice option (not a number input) and the options are given as "** DRAM Clocks" strings with 5 options, 20 lowest, 42 highest. Those strings can be found in amibcp as strings with tokens 0x041D to 0x0421. I haven't found what a token means in this context. Is it some kind of pointer used in the bios to reference a string? As I haven't figure out how to use the token number, I searched for these strings in the bios binary. And I found them in Multi Language module (ID 21 according to mmtool), which seems like a dead end to me as this module is only list of strings. I was hoping that by searching for these strings, I could find a place in the code, when the setting happens. I also tried opening the bios in disassembler (IDA), but I haven't been able to find anything useful. Probably because I'm not fluent with assembly.

So now I'm lost and don't know what to try next. Could someone please help me or at least point me at the right direction?
I'm attaching the bios file. It's the latest version from Asus with xeon microcode added.

EDIT: I've noticed that the attachment wasn't added, so I'm adding it now.


Attached Files
.rom   p5b-asus-2104_mod.rom (Size: 1 MB / Downloads: 53)
find
quote
#2
(11-06-2016, 09:02 PM)m5b4 Wrote: Hi,  I did a 771 mod on Asus P5B motherboard. And with xeon in, it doesn't set memory timings correctly when left on auto. The timings are always set to 5-6-6-15 with tRFC 42, which is a bios default (according to amibcp). It seems to me like some kind of bug.  I wouldn't mind that bug much, if I could set the timings manually. But I can't, because the maximal value I can set for tRFC is 42 and the memory modules I have requires tRFC 52. So I would like to modify the bios to allow higher tRFC timing setting. I think it should be possible.

This motherboard has a 965P chipset, and according to datasheet, the tRFC timing is set as the lowest 9 bits of CYCTRK ACT register, which should allow setting it as high as 511. I have a Gigabyte motherboard with 965P chipset, which allows tRFC setting up to 511 in bios.

The tFRC setting in the bios is as a multiple choice option (not a number input) and the options are given as "** DRAM Clocks" strings with 5 options, 20 lowest, 42 highest. Those strings can be found in amibcp as strings with tokens 0x041D to 0x0421. I haven't found what a token means in this context. Is it some kind of pointer used in the bios to reference a string? As I haven't figure out how to use the token number, I searched for these strings in the bios binary. And I found them in Multi Language module (ID 21 according to mmtool), which seems like a dead end to me as this module is only list of strings. I was hoping that by searching for these strings, I could find a place in the code, when the setting happens. I also tried opening the bios in disassembler (IDA), but I haven't been able to find anything useful. Probably because I'm not fluent with assembly.

So now I'm lost and don't know what to try next. Could someone please help me or at least point me at the right direction?
I'm attaching the bios file. It's the latest version from Asus with xeon microcode added.

EDIT: I've noticed that the attachment wasn't added, so I'm adding it now.

Hello, I'm happily using p5b deluxe with a x3363 (fsb 1333) and 8gb ram but because chipset restriction 8gb works fine only at 667MHz, so i overclocked a little to fsb 353 and using gskill 1066 ram at 706 mhz and lowering other settings like 4 4 4 1 35 2
system stable using linx prime and other similar tests
i've tried to change some ram settings with amibcp to obtaing a bettter spt default but i've just obtained a corrupted bios.
However i've succesfully replaced cpu microcode and other roms with mmtool
only trouble is with virtualization, x3363 should have Intel® VT-x with Extended Page Tables but hyper v or vmware or even aida recognize it.
Hope it helps. Bye

[Image: 2ififh.png]
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)