Bios Mods -The Best BIOS Update and Modification Source

Full Version: [REQ] Aorus b450 m Bios unlock
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What are you looking for that you don't see? Gigabyte normally only hides very little, if anything.
(03-07-2019, 03:36 PM)Lost_N_BIOS Wrote: [ -> ]What are you looking for that you don't see?  Gigabyte normally only hides very little, if anything.

As of B450AORM.F40 update, AMD CBS options are still partially locked, it shows you custom pstates and soc oc but nothing about Precision Boost Overdrive or XFR enhancements.

I've tried almost everything in order to get them up, such as PE32 CBSsetupDXE module editing using HxD, I've tried other modules aswell such as SETUP, but still no luck.

I even tried to reverse engineer the aorus b350 already modded bioses by crosschecking them with their oem counterparts to seek for changes but I don't know exactly to look for since there are a ton of options and entries.

Any hints on what to look for? I have a ryzen 5 2600 which is PBO and XFR compatible, also I could find those entries in the CBSSetupDxeRV and ZP modules (suppressed if) but even after flashing it no changes were made.
How are you editing CBSsetupDXE? This would be correct thing to edit, show me one setting example stock IFR output, and then how you edit it via IFR example (either post edit, or just you edit the IFR text/show me etc). Normally all you have to do for a missing setting in an already visible menu is unsuppress it, which can be done several ways.

So if this is what you'd done, shown me in IFR example (not hex), so I can see your intended edit in IFR format. Then if it's a correct edit I'll let you know it's OK, and that just means that way doesn't work, then I'll give you the other ways to do same thing so you can try those instead.

* Edit - Here, to save us some time, this is one example using a setting you mentioned, all of these methods may work, or two may fail and only one works, try them all until you find the working method. Always output your edited module IFR too, so you are sure you didn't break the module.

Precision Boost Overdrive - Please note, this is in two modules CBSsetupDXERV and CBSsetupDXEZP - additionally CBSsetupDXESSP contains more settings, one similar to this but called "Precision Boost Overdrive Scalar" - sorry I don't know AMD, so you'll have to check it all out, just giving how to edit examples here so you can find the one that works.

For your main Precision Boost Overdrive I would edit both CBSsetupDXERV and CBSsetupDXEZP

Stock IFR (From ZP module) -
Suppress If {0A 82}
QuestionId: 0x12 equals value 0x5 {12 86 12 00 05 00}
Not {17 02}
QuestionId: 0xB2 equals value 0x2 {12 06 B2 00 02 00}
Not {17 02}
Or {16 02}
End {29 02}
One Of: Precision Boost Overdrive, VarStoreInfo (VarOffset/VarName): 0x12C, VarStore: 0x5000, QuestionId: 0xCB, Size: 1, Min: 0x0, Max 0xF, Step: 0x0 {05 91 AE 02 AF 02 CB 00 00 50 2C 01 10 10 00 0F 00}
One Of Option: Auto, Value (8 bit): 0xF (default) {09 07 10 00 10 00 0F}
One Of Option: Disable, Value (8 bit): 0x0 {09 07 A3 00 00 00 00}
One Of Option: Enable, Value (8 bit): 0x1 {09 07 AE 00 00 00 01}
End One Of {29 02}
End If {29 02}
End Form {29 02}

Possible ways to edit to unsuppress

#1
Suppress If {0A 82}
QuestionId: 0x12 equals value 0x5 {12 86 12 00 05 00} << FF that 05
Not {17 02}
QuestionId: 0xB2 equals value 0x2 {12 06 B2 00 02 00} << FF that 02
Not {17 02}
Or {16 02}
End {29 02}
One Of: Precision Boost Overdrive, VarStoreInfo (VarOffset/VarName): 0x12C, VarStore: 0x5000, QuestionId: 0xCB, Size: 1, Min: 0x0, Max 0xF, Step: 0x0 {05 91 AE 02 AF 02 CB 00 00 50 2C 01 10 10 00 0F 00}
One Of Option: Auto, Value (8 bit): 0xF (default) {09 07 10 00 10 00 0F}
One Of Option: Disable, Value (8 bit): 0x0 {09 07 A3 00 00 00 00}
One Of Option: Enable, Value (8 bit): 0x1 {09 07 AE 00 00 00 01}
End One Of {29 02}
End If {29 02}
End Form {29 02}

#2
Suppress If {0A 82}
QuestionId: 0x12 equals value 0x5 {12 86 12 00 05 00}
Not {17 02}
QuestionId: 0xB2 equals value 0x2 {12 06 B2 00 02 00}
Not {17 02}
Or {16 02}
End {29 02}
End If {29 02} End If 20 02 moved to here, from below
One Of: Precision Boost Overdrive, VarStoreInfo (VarOffset/VarName): 0x12C, VarStore: 0x5000, QuestionId: 0xCB, Size: 1, Min: 0x0, Max 0xF, Step: 0x0 {05 91 AE 02 AF 02 CB 00 00 50 2C 01 10 10 00 0F 00}
One Of Option: Auto, Value (8 bit): 0xF (default) {09 07 10 00 10 00 0F}
One Of Option: Disable, Value (8 bit): 0x0 {09 07 A3 00 00 00 00}
One Of Option: Enable, Value (8 bit): 0x1 {09 07 AE 00 00 00 01}
End One Of {29 02}
<< End If 29 02 Moved above setting
End Form {29 02}

One of those methods should work, if done correctly and to both modules.