Jump to content
4 posts in this topic

Recommended Posts

Is it possible now or in the future that when you develop a SSDT.aml that AI can check the code and make recommendations to fix errors or add code to complete it.   Examples are, the externals we declare in the beginning of the file and help with Operation Regions, methods, and variables, etc etc.  Maybe somehow insert the native DSDT and then insert the SDDT to see if it can do checks.   I know SSDTtime does something similar to what I am asking.   

Edited by oSxFr33k
  • 4 weeks later...
On 5/20/2024 at 8:03 PM, oSxFr33k said:

Is it possible now or in the future that when you develop a SSDT.aml that AI can check the code and make recommendations to fix errors or add code to complete it.   Examples are, the externals we declare in the beginning of the file and help with Operation Regions, methods, and variables, etc etc.  Maybe somehow insert the native DSDT and then insert the SDDT to see if it can do checks.   I know SSDTtime does something similar to what I am asking.   

 

Yes it can. It assisted me in creating an SSDT with IRQ fixes  for older Thinkpads that doesn't reaquire any ACPI renames: https://github.com/5T33Z0/OC-Little-Translated/tree/main/01_Adding_missing_Devices_and_enabling_Features/IRQ_and_Timer_Fix_(SSDT-HPET)#method-22-patching-with-ssdt-irq_fixes_think-if-hpaehpte-does-not-exist

  • Like 1
×
×
  • Create New...