Results 1 to 25 of 861

Thread: Ryzen - Return of the Jedi

Hybrid View

  1. #1
    Xtreme Member
    Join Date
    Nov 2007
    Location
    Portugal
    Posts
    411
    Yes, Ryzen 1700.

    Just change OPTIMAL values, you can't make it (USER)show in BIOS, leave it at default.
    PSTATE Adjustment (1st row of pstates) was the one and only changed.



  2. #2
    Xtreme Member
    Join Date
    Sep 2008
    Location
    Eastern Tennessee (from Minnesota)
    Posts
    241
    Quote Originally Posted by aGeoM View Post
    Yes, Ryzen 1700.

    Just change OPTIMAL values, you can't make it (USER)show in BIOS, leave it at default.
    PSTATE Adjustment (1st row of pstates) was the one and only changed.
    Well PState 0 = Maximum as far as I know, so I'm not sure if it'd help me any. heh

  3. #3
    Xtreme Addict
    Join Date
    Sep 2010
    Location
    US, MI
    Posts
    1,680
    Quote Originally Posted by chew* View Post
    cool thx.

    Had to put my Rottweiler down today out of the blue.....was not expecting it, happened that quick so I'm going to step away from pc's for a couple days get my together as this was a crushing blow for me.

    She has lived at my side literally glued to me for the past 7 years so.....yah anyway. to be continued.
    My condolences dude .
    I have my little cat, he's been around for probably 8 years or so.


    Quote Originally Posted by Formula350 View Post
    Just to confirm what aGeoM has stated regarding modded BIOSes... I went ahead and flashed one of my modded ones to my MSI Titanium yesterday (used the original v1.10 BIOS that my board shipped with, which is the only BIOS I've been using since it worked fine, even with my RAM @ 3200).

    Thankfully everything went just fine!

    Points of interest:
    - SubTimings indeed are currently non-Adjustable on that BIOS version, at least with how I went about making them visible (ticking them all as USER for Access), but I have one last idea... doubt it'll work though. They DO show up, and tell you what they're set to, which (probably unsurprisingly) are different than the Tertiary Timings shown in Mem TweakIt.
    - CPU VDDP allows for entering values, even has a Help that indicates the Default (says 1.050V), Low and Max, but since I don't know how to verify that I have no idea if the 1.070V I set is has actually applied. (I think that HWiNFO's VIN6 under the motherboard might be the VDDP, but I have no evidence and it's a shaky theory at best. After fresh boot it hovers around only 1.000V, but after waking from Sleep it is sticking at 1.048V. Lots of odd stuff happens post-sleep so it's hard to determine things then just due to that.) If anyone knows of a way to figure out what CPU VDDP is running at, let me know.
    - The thing that bummed me out the most was that due to these BIOSes full on GUI (at least MSI's specifically), the menu structure inside AMIBCP is very oddly laid out. Additionally, there is no way in the actual BIOS to navigate to these other 'un-hidden' menus (though, now after I've had sleep it just dawned on me that the "Search" feature may turn them up). There are plenty of additional menus listed as you can see, but only the highlighted menus are directly accessible (MFlash is as well of course, but that's not really a 'menu' seeing as it's an option that reboots the system):


    In the old Award BIOS editor (the cmd prompt one), it allowed you to easily select a menu category and then literally cut-and-paste it elsewhere. The newer AMIBCP versions do not provide that ability at all, which is not only kinda sad given it's a full GUI, but also because v5.xx EXE size is 11MB >_> What's all that code for if it can't even provide drag-and-drop? v4.55 was only 500KB and it offers the exact same functionality *shrug* ANYways... the unfortunate nature of this means I'm unable to do the other primary thing I had wanted to accomplish through modding, which was to enable the PState overclocking options that are tucked inside the OTHER "Advanced" menu (the one with the [+] not the one above '[+]Overclocking'). Sadly, with my skillset (no hex editing know-how) I'm unable to shuffle options around like I had hoped. There are empty spaces, but they're all tied together, and I an't edit the "Handle". So when I changed one space, every empty space on that page mirrored it Oh well...

    Thinking bout flashing the 1.41beta (that was pulled). I don't now if the BCLK was visible by default since I never flashed their version, but I did mod it to ensure it's visible ^_^ We shall see how daring I feel. They pulled all their Betas due to a "flaw in the microcode", but what exactly that means I haven't a clue...
    There's likely gonna be duplicate entries and useless ones.
    You can't enable them all.
    Some can be left overs from the ref bios, ie useless as well if they don't actually work or really do anything of importance.

    Quote Originally Posted by aGeoM View Post
    Yes, Ryzen 1700.

    Just change OPTIMAL values, you can't make it (USER)show in BIOS, leave it at default.
    PSTATE Adjustment (1st row of pstates) was the one and only changed.
    How are you guys modding your bios'es without messing them up?
    I wanna beable to play with my r4be bios.
    I've used both apps, the one that hides/unhides entries, and the one that does modules.
    Both mess up the data, it's not 100% the same anymore.
    Asus won't allow flashing it, however I can use the flashback and it works.
    At that point, unhiding doesn't do much, they don't show anyways.
    And not that it matters... I just need a way of modding things...
    And the module thing works, tried with a raid rom, booted windows for a few secs and my cpu hardlocked, power off and on again and cpu is dead.
    One time I noticed when playing around that my vcore wasn't setting and was on auto, at that time I had my pump hooked into the cpu fan header.
    It makes me think there was some sort of checksum for the cmos or something.

    I'de like to know what the heck I was doing wrong lol, or to find a guide that's 100% step by step correct.
    Or something.

    My goal is to lay out each of the modules in a folder, uncompressed in binary form.
    I can do this with winhex, redo the format with winhex replace cmd and compile with fasm each module one by one into a binary.
    From there I can format each file into there strings, terminations, and code, or at least tables of some sort.
    And do checksums in fasm np, when I learn how they work...

    Then the idea is to build a bios with a tool, one module at a time.
    Here's where I'm stuck with ami, so I have yet to actually start...
    I can't for the life of me figure out what compression scheme they use.
    Otherwise I would compress them one by one and patch the small diffs with fasm.
    them combined them and put int he boto strap code and decompress code etc, but it's all a mystery I can't figure crap out of the thing.

  4. #4
    Xtreme Member
    Join Date
    Sep 2008
    Location
    Eastern Tennessee (from Minnesota)
    Posts
    241
    Quote Originally Posted by NEOAethyr View Post
    There's likely gonna be duplicate entries and useless ones.
    You can't enable them all.
    Some can be left overs from the ref bios, ie useless as well if they don't actually work or really do anything of importance.

    How are you guys modding your bios'es without messing them up?
    I wanna beable to play with my r4be bios.
    I've used both apps, the one that hides/unhides entries, and the one that does modules.
    Both mess up the data, it's not 100% the same anymore.
    Asus won't allow flashing it, however I can use the flashback and it works.
    At that point, unhiding doesn't do much, they don't show anyways.
    And not that it matters... I just need a way of modding things...
    And the module thing works, tried with a raid rom, booted windows for a few secs and my cpu hardlocked, power off and on again and cpu is dead.
    One time I noticed when playing around that my vcore wasn't setting and was on auto, at that time I had my pump hooked into the cpu fan header.
    It makes me think there was some sort of checksum for the cmos or something.

    I'de like to know what the heck I was doing wrong lol, or to find a guide that's 100% step by step correct.
    Or something.

    My goal is to lay out each of the modules in a folder, uncompressed in binary form.
    I can do this with winhex, redo the format with winhex replace cmd and compile with fasm each module one by one into a binary.
    From there I can format each file into there strings, terminations, and code, or at least tables of some sort.
    And do checksums in fasm np, when I learn how they work...

    Then the idea is to build a bios with a tool, one module at a time.
    Here's where I'm stuck with ami, so I have yet to actually start...
    I can't for the life of me figure out what compression scheme they use.
    Otherwise I would compress them one by one and patch the small diffs with fasm.
    them combined them and put int he boto strap code and decompress code etc, but it's all a mystery I can't figure crap out of the thing.
    Yea, I know that there are going to be some duplicate entries. For example in the OC area there are two of each thing for RAM clocks and their readout (Adjusted Frequencies) lines, to which I've determined that it selects whichever one based on processor, as the Carrizo models only support up to DDR4-2400, which IIRC is the highest the first entry goes up to. BUT that's what makes it all the more confusing without being able to physically see what ends up showing up in the BIOS.

    As for what we're using, I don't know if that is relevant in your case. Your system might be the Aptio IV (4) version, not the V (5) that ours is. Granted, I can only imagine that the AMIBCP v5 for Aptio V is backwards compat with IV. Nevertheless, we have, as mentioned, AMIBCP v5.02.0023, and there's also v4.55.007 (which I don't know if it'll SAVE correctly using that version of BCP). For kicks I opened mine in v4.55 and it showed up fine, but I definitely won't be tempting fate by using it on my system

    Also I dunno if you had read my other post, or aGeoM's later on, but on the ASUS laptops the trick is to use AMIAFU-Win (flashing tool) and have it Save your current BIOS to a .rom file, and then edit said .rom instead of the .cap that ASUS package contains. Once editing has finished, go into the BIOS and flash that .rom.
    Another tip I read was to save OVER the file you open, and not to use Save-As. As such, you'll want to backup your dumped one first before editing/saving (I just RAR it). That way everything stays the same and AMIBCP isn't trying to re-create a whole new package. Keep the filenames the exact same, too.

    Example, using my system:
    If I want to modify the official BIOS v1.30, I would first flash that to the system.
    Next I'd boot Windows and load the AMI flash utility, and Save the BIOS (aka Dump it, for Googlers reading this), giving it the same name as that of what was downloaded. In this case it's E7A31AMS.130
    NOTE: The .rom is replaced by .130. If your BIOS happens to say .cap then my suggestion is to leave it as .rom.
    After renaming, I'd then ZIP it for backup.
    Then I load it into AMIBCP (whether you need to use v4 or v5 might depend on your version of UEFI), make any changes I want, and click SAVE, overwritting that "E7A31AMS.130".
    Now I get my FAT32 formatted USB drive and put it on there.
    Reboot the computer, go into the BIOS, and load it's Flashing system.
    Select that file and let it do its thing.
    That's it.

    After that my system reboots and I"m greeted with a CMOS warning about setting changes, which lets me either enter Setup, load an OC Profile, or just continue on. HIGHLY RECOMMENDED TO ENTER SETUP AND THEN LOAD DEFAULTS! After defaults are loaded, exit and save changes, and then go back into the BIOS to make your usual tweaks.


    Personally I don't know enough knowledge to tinker with hex editing, thus I don't have a need for MMTool. However, the program UEFITool might be of use to you, and if you don't have it I can try and put up a copy for you. I mainly got all my stuff of VoltGround forums.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •