Bios Mods -The Best BIOS Update and Modification Source

Full Version: [Solved] Microcode support for Tyan Tempest i5000VS (S5372)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(10-22-2016, 04:37 PM)DeathBringer Wrote: [ -> ]Post a result of /proc/cpuinfo
"not microcode problem" because the native BIOS has microcode for E5450 to A07 version.
P.S. I can't see CPU photo.

http://imgur.com/a/p2zXT
just keep in mind that this is other cpu (compatible)

with E5450 I can't get past POST, so I can't make any screenshots - cpu photo fix: http://imgur.com/a/zvWaR
Sooo any ideas what can be done next? Thank you Smile
I'll try to find a code with this CPU check.
I've found interesting code in BIOSCOD01.ROM module:
Code:
200B     mov   ebx, 0FFBC0100h
2011     mov   al, es:[ebx]
2015     test  al, 4
2017     jnz   2030h
2019     mov   si, 0B04h
201C     call  far ptr 6011h:52B6h  ; printing "This Proccessor is not supported"
2021     call  far ptr 6011h:50E4h
2026     mov   si, 0B08h            
2029     call  far ptr 6011h:52B6h  ; printing "Plesse Check Processor."
202E     jmp   short 202Eh          ; halt
2030     <normal booting>
One byte patch is needed:
Code:
2017     jmp   short 2030h

Please try my new mod.
(10-23-2016, 04:16 AM)DeathBringer Wrote: [ -> ]I've found interesting code in BIOSCOD01.ROM module:
Code:
200B mov ebx, 0FFBC0100h
2011 mov al, es:[ebx]
2015 test al, 4
2017 jnz 2030h
2019 mov si, 0B04h
201C call far ptr 6011h:52B6h ; printing "This Proccessor is not supported"
2021 call far ptr 6011h:50E4h
2026 mov si, 0B08h
2029 call far ptr 6011h:52B6h ; printing "Plesse Check Processor."
202E jmp short 202Eh ; halt
2030 <normal booting>
One byte patch is needed:
Code:
2017 jmp short 2030h

Please try my new mod.

http://imgur.com/a/MYHwC

Sir, your black magic worked! Thank you so much.
Nice news!
Add "[Solved]" to this topic's header by editing first post.
And please post new topic in Confirmed CPU Support Upgrades with attached BIOS mod.
Pages: 1 2