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] Core 2 Duo era CPU support for...
Last Post: DeathBringer
Today 01:57 PM
» Replies: 14
» Views: 408
[REQUEST] Lenovo ThinkPad X1 Carbon Gen1...
Last Post: martkull
Today 12:12 PM
» Replies: 2
» Views: 286
Lenovo E-530 Help with Upgrades please.
Last Post: onknight
Today 07:52 AM
» Replies: 0
» Views: 63
[REQUEST] Sony Vaio SVF13N series BIOS U...
Last Post: Vadim000009
Today 01:32 AM
» Replies: 3
» Views: 1105
[REQUEST] HP Pro 3500 MT Full unlock
Last Post: Maxinator500
Today 12:48 AM
» Replies: 10
» Views: 1400
[REQUEST] Acer Aspire 5333 & 5733(Z) BIO...
Last Post: Maxinator500
Yesterday 09:06 AM
» Replies: 50
» Views: 2635
[REQUEST] Lenovo G500 (78CNxxWW) Whiteli...
Last Post: Dudu2002
Yesterday 06:36 AM
» Replies: 1183
» Views: 283413
[REQUEST] ASUS ROG GX800VHK BIOS Unlock
Last Post: Katolinkus
Yesterday 04:30 AM
» Replies: 0
» Views: 119
[REQUEST] Lenovo ThinkPad T480s (N22ETxx...
Last Post: Dudu2002
Yesterday 03:29 AM
» Replies: 22
» Views: 6871
[REQUEST] Lenovo Ideapad 100-14IBD & 100...
Last Post: Dudu2002
Yesterday 03:23 AM
» Replies: 17
» Views: 7606
[REQUEST] BIOS unlock for an AMI based M...
Last Post: rra022001
05-26-2024 11:37 PM
» Replies: 0
» Views: 116
[REQUEST] Fujitsu T734 Lifebook BIOS Unl...
Last Post: windvd
05-26-2024 02:48 PM
» Replies: 9
» Views: 1291
Optiplex 7060 SFF 9th Generation Intel C...
Last Post: ziznah
05-26-2024 11:54 AM
» Replies: 48
» Views: 9795
[REQUEST] Toshiba Satellite M100/M105 BI...
Last Post: ich7m
05-26-2024 04:37 AM
» Replies: 5
» Views: 207
[REQUEST] Asus eeepc 1025C
Last Post: RiccardoP
05-26-2024 04:34 AM
» Replies: 92
» Views: 113121
[REQUEST] Lenovo V580(c) (H1ETxxWW) Whit...
Last Post: ihronos
05-25-2024 04:38 AM
» Replies: 589
» Views: 157620
[Resolved] [Request] SLIC 2.1 for Asus X...
Last Post: alestoroz
05-25-2024 03:32 AM
» Replies: 1
» Views: 266
[REQUEST] Asus ROG Strix GL702ZC BIOS Un...
Last Post: FlorikDT
05-24-2024 11:12 AM
» Replies: 169
» Views: 71922
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Jonas Amaral
05-24-2024 07:46 AM
» Replies: 88
» Views: 27355
Asus A8M2N-LA/HP NodusM-GL8E: CPU Upgrad...
Last Post: DeathBringer
05-24-2024 06:22 AM
» Replies: 44
» Views: 13153

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: 48)
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)