Hi KGP
Referring to the section "E.7.) SSD TRIM Support:" I have a question.
If I use an application (a * .APP) that makes the TRIM, then it would not be necessary to include anything in the Patch section. Is the same effect achieved with the APP without a patch? I understand that yes. Am I right?
guys just a quick question, if I may:
So after patching BIOS, verifying that all runs correctly I should have those 3 .aml in my patched folder, right?
SSDT-X299-iMacPro.aml (@kgp from E.9))
SSDT-XOSI.aml (@RehabMan from E.9.1) i.))
ssdt.aml (provided by @interferenc)
got it, sorry for my peanut-sized brain but why do we need the aml anyway? for me it seems to work properly without thatYou have to adopt the SSDT-X299-iMacPro.aml, before implementing it in your EFI-Folder...
Instead of implementing the ssdt.aml plugin-type injector you can also simply check "PluginType" in the "ACPI" section of Clover Configurator:
View attachment 313068
Hope that helps, @dk1306..
Good luck,
KGP
got it, sorry for my peanut-sized brain but why do we need the aml anyway? for me it seems to work properly without that
thanks you, you're right don't have NvidiaGraphicsFixup.kext anymore also don't use HDAU, have an Audio Interface. I have a very minimal setup with one NVME m2 as macos system drive, one graphics card, Revodrive 3 x2If you feel that you don't need the SSDT-X299-iMacPro.aml, don't use it.. it just implements the respective PCI device drivers.. e.g., does HDAU work with your GTX 980 without the SSDT-X299-iMacPro.aml, after removing NvidiaGraphicsFixup.kext from your EFI-Folder, which in fact is obsolete when using SMBIOS iMac Pro1,1?
Does your rig properly sleep and wake without the SSDT-X299-iMacPro.aml? Obviously you don't use a TBEX 3 with your Asus X299 TUF Mark 1, do you?
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20160422-64(RM)
* Copyright (c) 2000 - 2016 Intel Corporation
*
* Disassembling to non-symbolic legacy ASL operators
*
* Disassembly of iASLIX82MI.aml, Tue Feb 13 17:58:48 2018
*
* Original Table Header:
* Signature "SSDT"
* Length 0x000000CC (204)
* Revision 0x01
* Checksum 0xC5
* OEM ID "mfc88"
* OEM Table ID "XOSI"
* OEM Revision 0x00000000 (0)
* Compiler ID "INTL"
* Compiler Version 0x20160422 (538313762)
*/
DefinitionBlock ("", "SSDT", 1, "mfc88", "XOSI", 0x00000000)
{
Method (XOSI, 1, NotSerialized)
{
Store (Package (0x10)
{
"Windows",
"Windows 2001",
"Windows 2001 SP2",
"Windows 2006",
"Windows 2006 SP1",
"Windows 2009",
"Windows 2012",
"Windows 2015",
"Windows 2016",
"Windows 2017"
}, Local0)
Return (LNotEqual (Ones, Match (Local0, MEQ, Arg0, MTR, Zero, Zero)))
}
}