[MinnowBoard] Disable Sleep Mode
Berth-Olof Bergman
bo.bergman at winzenttech.com
Fri Apr 1 12:26:58 UTC 2016
Just delete the "Name(\_S3, Package(4) {0x5,0x0,0,0})” line.
1 apr. 2016 kl. 14:11 skrev AntejaVM <anteja.vm at dolotron.com>:
>
> Hi,
>
> Thanks. Could you tell me more ? Which APCI table and what I need to do ?
> I find that code, but I don't know that's it .
>
> // Sleep states supported by Chipset/Board.
> // SSx - BIOS setup controlled enabled _Sx Sleep state status
> // Values to be written to SLP_TYPE register are provided by SBACPI.SDL
> (South Bridge ACPI ModulePart)
> Name(\_S0, Package(4) {0x0,0x0,0,0}) // mandatory System state
> Name(\_S1, Package(4) {0x1,0x0,0,0})
> Name(\_S3, Package(4) {0x5,0x0,0,0})
> Name(\_S4, Package(4) {0x6,0x0,0,0})
> Name(\_S5, Package(4) {0x7,0x0,0,0}) // mandatory System state
>
> Method(PTS, 1) // METHOD CALLED FROM _PTS PRIOR TO ENTER ANY
> SLEEP STATE
> {
> If(Arg0) // entering any sleep state
> {
> }
> }
> Method(WAK, 1) // METHOD CALLED FROM _WAK RIGHT AFTER WAKE UP
> {
> }
> }// End of ASL File
>
> BR,
>
> Anteja
>
>
>
> --
> View this message in context: http://minnowboard.57273.x6.nabble.com/MinnowBoard-Disable-Sleep-Mode-tp2163p2166.html
> Sent from the MinnowBoard mailing list archive at Nabble.com.
> _______________________________________________
> elinux-MinnowBoard mailing list
> elinux-MinnowBoard at lists.elinux.org
> http://lists.elinux.org/mailman/listinfo/elinux-minnowboard
More information about the elinux-MinnowBoard
mailing list