ACPI Power off failed on a real hardware
Posted: Sun Jun 10, 2012 9:16 am
Hi everyone,
I was implementing ACPI , i got all data that i want to shutdown the PC , then i enabled the ACPI
after that i sent (SLP_TYPa | SLP_EN) to (PM1a_CN) and if PM1b_CN != 0 , i sent (SLP_TYPb | SLP_EN) to it.
It worked on VPC and Bochs , but it didn't run on my real hardware.
Am i missing anything ?, Should I do anything else to make a real hardware shutdown ?
--------------------------------
Thanks in advance.
I was implementing ACPI , i got all data that i want to shutdown the PC , then i enabled the ACPI
after that i sent (SLP_TYPa | SLP_EN) to (PM1a_CN) and if PM1b_CN != 0 , i sent (SLP_TYPb | SLP_EN) to it.
It worked on VPC and Bochs , but it didn't run on my real hardware.
Am i missing anything ?, Should I do anything else to make a real hardware shutdown ?
--------------------------------
Thanks in advance.