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 for Modded BIOS with AI Tweaker ...
Last Post: CertifiedCosmos
Yesterday 05:04 PM
» Replies: 0
» Views: 78
Lenovo ThinkCentre M71e GPU Whitelist re...
Last Post: saschalein
Yesterday 03:23 PM
» Replies: 0
» Views: 73
[REQUEST] Lenovo Ideapad 330S-15ARR (7WC...
Last Post: nadolivbios
Yesterday 01:26 PM
» Replies: 25
» Views: 6066
How To Add SLIC 2.1 To An Intel Motherbo...
Last Post: sanya.silitskiy
Yesterday 11:52 AM
» Replies: 73
» Views: 219859
[REQUEST] 13w Yoga Gen 2 (Type 82YR) (KB...
Last Post: SiberianTiger97
Yesterday 09:48 AM
» Replies: 2
» Views: 143
Acer Extensa 5620: CPU replace
Last Post: MPM
Yesterday 08:28 AM
» Replies: 2
» Views: 121
[REQUEST] Sony Vaio VPCEH & VPCEJ series...
Last Post: nrns
04-16-2024 08:08 PM
» Replies: 232
» Views: 98302
[REQUEST] Lenovo Y70-70 (9ECNxxWW) White...
Last Post: Dudu2002
04-16-2024 02:35 PM
» Replies: 103
» Views: 23923
[REQUEST] Lenovo Yoga 2 Pro (76CNxxWW) W...
Last Post: Dudu2002
04-16-2024 07:29 AM
» Replies: 847
» Views: 323608
[REQUEST] Acer Predator Helios 300 PH315...
Last Post: Dudu2002
04-16-2024 07:28 AM
» Replies: 26
» Views: 970
[REQUEST] Lenovo ThinkPad P14s 3rd Gen 1...
Last Post: Dudu2002
04-16-2024 07:26 AM
» Replies: 4
» Views: 280
Add CPU support Lenovo M715s
Last Post: pashtet440
04-16-2024 06:56 AM
» Replies: 0
» Views: 126
[REQUEST] Lenovo G580 (5ECNxxWW) Whiteli...
Last Post: Dudu2002
04-14-2024 09:02 AM
» Replies: 1733
» Views: 541854
Dell Latitude 5520 - get to know passwor...
Last Post: yeti1299
04-14-2024 06:48 AM
» Replies: 2
» Views: 232
[REQUEST]: Asus TP420IA - how to dump bi...
Last Post: quantumx3
04-14-2024 05:34 AM
» Replies: 0
» Views: 202
[REQUEST] Lenovo Y50-70 (9ECNxxWW) BIOS ...
Last Post: Nightdemon2001
04-14-2024 01:13 AM
» Replies: 2319
» Views: 656193
[REQUEST] Lenovo B575 (52CNxxWW) Whiteli...
Last Post: thepwrtank18
04-13-2024 06:13 PM
» Replies: 56
» Views: 20404
[REQUEST] Lenovo B590 (H9ETxxWW) Whiteli...
Last Post: alvaro8905
04-13-2024 05:25 PM
» Replies: 673
» Views: 163425
Lenovo Yoga 14s (slim7Gen 8)
Last Post: Dudu2002
04-13-2024 03:32 PM
» Replies: 12
» Views: 639
[REQUEST] Lenovo G710 BIOS Whitelist Rem...
Last Post: Dudu2002
04-13-2024 03:31 PM
» Replies: 470
» Views: 129350

Gateway FX6800 (TBGM01) support for 6-core CPUs
#1
Goal:
  • Add BIOS support for W3690 CPU on my Packard Bell TBGM01 motherboard
  • (Image of my W3690 CPU in attachments)
Current setup: When I put the W3690 in with my current setup, the PC powers on but it doesn't do anything: no beep, no power to keyboard, black screen etc. A somewhat interesting thing happens the first time when the PC has been completely out of power: the PC tries to power on for a second but then powers off just to power on again. The end result is the same though so this isn't most likely important. I have tried to add 06C0, 06C1 and 06C2 microcodes to my BIOS but the end result is always the same.

Information I have found out about this subject:
  • X58 motherboards support Gulftown CPUs physically. The question seems to be whether the BIOS supports that.
  • Unluckily Packard Bell doesn't seem to have updated their TBGM01 BIOS.
  • A same BIOS has been reported to work interchangeably between Packard Bell and Gateway versions of the motherboard, but from what I have understood, Gateway TBGM01's BIOS doesn't support Gulftown either. (Fun fact: they are both subsidiaries of Acer.)
  • MSI added support for Gulftown CPUs on their X58 Pro motherboards: https://www.msi.com/Motherboard/support/X58_Pro.html
My intention is to extract whatever MSI put in their BIOS and import it to my TBGM01 BIOS. However, I'm not sure if it's even possible to transfer this "CPU module" between BIOSes of different manufacturers. I'm hopeful since these seem to be the same type of AMI BIOSes.

Using MMTool v3.22, I looked at what was different between the MSI BIOS versions 8.9 and 8.A. The Gulftown "CPU module" update happened between those two versions. There were changes in the following modules:
  • P6 Micro Code (ID 11). I don't think my problem can be solved solely by adding microcodes so I didn't pay any more attention to this.
  • Multi Language (ID 21). This doesn't sound important.
  • Single Link Arch BIOS (ID 1B). I'm convinced that this is what I was looking for.
I found this toolset called ami_1b_utilz. With it I was able to split and combine parts of this "Single Link Arch BIOS" module. However, I don't know what exactly I should copy from there. Again I compared what had changed between the BIOS versions 8.9 and 8.A, this time using MD5 hashes of the files. These were the parts with changes in them:
  • ACPITBL_SEG
  • AGIF_CODE
  • DIM_CSEG
  • I13P_CSEG
  • MSIP_CSEG
  • PMM_CSEG
  • POST2_CSEG
  • POST_CSEG
  • POST_DSEG
  • RUN_CSEG
  • SETSVR_CSEG
  • SMBIOS_CSEG
  • SMI_BSPCSEG
  • SMI_BSPDSEG
  • SMI_BSPENTRYSEG
  • SMI_STRUCSEG
  • TCPA_CSEG
Now I'm lost.

Does someone know if this project is even possible? Could you help or even better, put this all together? Thanks.


If I forgot to tell something important, feel free to ask. Imgur album of the attachment images: https://imgur.com/a/bJUn8


Attached Files Thumbnail(s)
           
find
quote
#2
It's too difficult and too expensive work.
find
quote
#3
Thanks for answering. 

Still I'd like to ask a few things:
  • Have you heard of something like this being done?
  • Do you think that I'm on the right tracks in a sense that the problem relies in these "Single Link Arch BIOS" parts?
  • Do you know if these "Single Link Arch BIOS" parts have manufacturer-specific code in them? Meaning that importing them as a whole would be dangerous.
  • Do you think that if all the "CPU module" pieces were found, they would be suitable for the TBGM01 BIOS without modification?
find
quote
#4
  • No
  • Yes, it's the core of BIOS
  • It's different for all BIOS
  • I don't think so.
find
quote
#5
Hey there, I've got a Gateway FX6800-01e that I'm trying to put an X5660 in, I know there are some bios mods for it which allow for overclocking on the forums here but I can't seem to find one that has an updated CPU support list (there isn't one out there from gateway themselves). If someone could edit the version of the 6800-01e bios which allows for overclocking to also support X5600 series CPUs I'd really appreciate it.

Thanks!
find
quote
#6
Post screenshots of first (CPU) & third (Mainboard) tabs of CPU-Z with supported CPU.
find
quote
#7
(12-07-2019, 02:51 AM)DeathBringer Wrote: Post screenshots of first (CPU) & third (Mainboard) tabs of CPU-Z with supported CPU.

Sure here you go. Keep in mind I'm upgrading to an X5650, if you need the stepping number of the CPU let me know

Thanks for the help


Attached Files Thumbnail(s)
           
find
quote
#8
This BIOS doesn't support CPUs with six cores.
BTW: adding microcode doesn't add support for new CPUs.
find
quote
#9
(12-09-2019, 11:35 AM)DeathBringer Wrote: This BIOS doesn't support CPUs with six cores.
BTW: adding microcode doesn't add support for new CPUs.

There isn't a way to modify the bios to support it?
find
quote
#10
No simple way. Buy new motherboard.
find
quote


Forum Jump:


Users browsing this thread: 1 Guest(s)