-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asus B85-Plus : "4GB decoding" feather failed #25
Comments
@AbraxasVi Memory Remap and 4G Decoding aren't the same thing. I'm sure it is possible to enable 4G decode through assembly patching and DSDT edits but it's going to take alot of effort to do BTW you can use Resizable BAR without 4G decode just limited to 1GB BAR size |
Duplicate of #14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System
Description
Describe the issue here.
In Asus's bios, it uses "Memory Remap" as the "4GB decoding" in other motherboard.
Manual:
https://dlcdnets.asus.com/pub/ASUS/mb/LGA1150/B85-PLUS/E7928_B85-PLUS.pdf
In the 2.6.4 section, and it is enabled always, even you reset the bios.
As the wiki,
I inserted both the "NvmExpressDxe_5.ffs" and "ReBarDxe.ffs" to the 2304 or 2305 bios (extracted with UEFITool 0.28.0) ,
patched with UEFIPatch (but it seems only the "PciBus | Remove <16GB BAR size limit (Ivy Bridge/Haswell)" patched),
i have got that my Pci Bus range ends at 000DFFF, when i try to patch the DSDT, but there is no CreateQWordField in my "DSDT.dsl", so this is different to the wikis,
finally i flash the "unmodded DSDT bios" with AFUWINx64 (with /GAN) and it succeced, but it seems the "Above 4G decoding" didn't work, even in the original asus bios,
i am not sure if it is a bug to this motherboard's bios.
The text was updated successfully, but these errors were encountered: