Hi, I'm using Windows 7, after extracting dsdt I got 8 errors, 3 of which I just fixed "VFN4" to "VFN4()" and
VGDD
0x00
to "VGDD=0x00" Also this
If (LEqual (VSDD, Local0))
{
0xFFFF
Return (Package (0x02)
{
0x04,
0x00
})
}
I could simply delete the "0xFFFF" but wonder if that makes error.
I'm really extracting dsdt to override it to use eGPU in my 8570w, and if it's possible, could you fix those errors and add these line after the last DWordMemory for me, in order to allow 36-bit range, and compile to .aml file in case I can't compile to .aml from .dsl file. Huge thanks from me. Here's the instruction I'm using: https://www.techinferno.com/index.php?/forums/topic/5874-guide-dsdt-override-to-fix-error-12/#post102517
QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x0000000000000000, // Granularity
0x0000000C20000000, // Range Minimum, set it to 48.5GB
0x0000000E0FFFFFFF, // Range Maximum, set it to 56.25GB
0x0000000000000000, // Translation Offset
0x00000001F0000000, // Length calculated by Range Max - Range Min.
,, , AddressRangeMemory, TypeStatic)
dsdt.rar