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
Black Screen after BIOS update
Last Post: Sam_H
Yesterday 04:33 PM
» Replies: 0
» Views: 100
[REQUEST] Gigabyte AERO 15 XA Bios Unloc...
Last Post: dmist
Yesterday 01:34 PM
» Replies: 29
» Views: 7383
Acer nitro an16-41 device bios is corrup...
Last Post: trustdprocess
Yesterday 11:05 AM
» Replies: 1
» Views: 532
[REQUEST] Lenovo Y520-15IKBN (4KCNxxWW) ...
Last Post: ihazcat
Yesterday 05:59 AM
» Replies: 66
» Views: 49561
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
Yesterday 04:53 AM
» Replies: 35
» Views: 8495
[REQUEST] Lenovo IdeaPad U310 & U410 (65...
Last Post: Dudu2002
Yesterday 02:33 AM
» Replies: 1785
» Views: 577454
[Request] ASUS X99-WS/IPMI PCIe Slot Bif...
Last Post: benneffect1
04-15-2025 07:37 PM
» Replies: 14
» Views: 1472
[REQUEST] Lenovo Thinkpad X240 (GIETxxWW...
Last Post: BIG666
04-15-2025 05:54 AM
» Replies: 338
» Views: 161767
AM3? ECS Geforce 6100PM-M2 v2.0 Award Bi...
Last Post: avenocturno
04-15-2025 05:23 AM
» Replies: 2
» Views: 4556
nvm
Last Post: Khaz
04-14-2025 10:53 PM
» Replies: 0
» Views: 278
[REQUEST] Lenovo G400S (7BCNxxWW) Whitel...
Last Post: DamonBSC
04-14-2025 04:49 PM
» Replies: 209
» Views: 98224
Crelander DS16 Dual screen BIOS Update f...
Last Post: admjral3
04-14-2025 04:15 AM
» Replies: 3
» Views: 1344
[REQUEST] Lenovo M5400 (J6ETxxWW) Whitel...
Last Post: CASADy
04-13-2025 01:16 PM
» Replies: 18
» Views: 8427
Lenovo Ideapad Y700-17ISK BIOS dump
Last Post: titoxx
04-13-2025 11:26 AM
» Replies: 0
» Views: 268
[REQUEST] Fujitsu Siemens Amilo Pro v351...
Last Post: jakobus56
04-13-2025 08:55 AM
» Replies: 56
» Views: 64537
Samsung NP900X3D with partial bios
Last Post: serdarmsc
04-13-2025 07:00 AM
» Replies: 2
» Views: 1097
[Request] MSI PRO DP21 13M UEFI BIOS unl...
Last Post: alex_shane
04-13-2025 03:46 AM
» Replies: 1
» Views: 1043
[REQUEST] ASUS TUF Gaming FX505GD BIOS U...
Last Post: anurag09809
04-13-2025 12:10 AM
» Replies: 1
» Views: 544
[REQUEST] Lenovo IdeaPad Z565 (36CNxxWW)...
Last Post: barie
04-12-2025 06:57 PM
» Replies: 15
» Views: 8871
[REQUEST] Asus Tuf Gaming A15 2024 (FA50...
Last Post: mertuslu
04-12-2025 01:56 PM
» Replies: 0
» Views: 481

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