help editing DSDT.aml

im not installing hackintosh but i need help in editing STAPM/TDP values for my ryzen mobile laptop acer sf315 41

i think this is not the correct place to ask for help but ....i hope someone does help me as most of you are familiar with dsdt modifying

can someone tell me how do i edit dsdt.aml with just windows ...

https://drive.google.com/open?id=15wMnlxsBCuAFMFByYZ1eAtKGqKaiY9U5 this is my dsdt

and i wanna modify my tdp from 25w to 30w which i have some idea where i should edit.. it should be in _PSR power source segment somewhere in it

i tried to convert aml to dsl with some kind of windows intel acpi package and opened the dsl with notepad and here it is... can you guys open this aml and see if you get the same code?

Method (_PSR, 0, NotSerialized) // _PSR: Power Source { If (!Acquire (^^LPC0.EC0.MUEC, 0x012C)) { Local0 = ^^LPC0.EC0.EPWS /* \_SB_.PCI0.LPC0.EC0_.EPWS */ CreateWordField (XX00, Zero, SSZE) CreateByteField (XX00, 0x02, ACST) SSZE = 0x03 If (((Local0 == 0x03) || (Local0 == One))) { P80H = 0xECAC AFN4 (One) ACST = Zero } Else { P80H = 0xECDC AFN4 (0x02) ACST = One } ALIB (One) XX00 Release (^^LPC0.EC0.MUEC) } AC_F = ^^LPC0.EC0.AP_S () Return (^^LPC0.EC0.AP_S ()) } 

submitted by /u/NununuLev
[link] [comments]