]> Git Repo - J-u-boot.git/commit
x86: apci: Change PM1_CNT register access to RMW
authorBin Meng <[email protected]>
Fri, 21 Apr 2017 14:24:42 +0000 (07:24 -0700)
committerBin Meng <[email protected]>
Wed, 17 May 2017 09:11:46 +0000 (17:11 +0800)
commitb208d1915f1bdba93678b51b87ae214d9e2ca7a3
treef515afa2d71b7780f69c239dcae56f15595c1740
parentbffd798136deb4622059b5aeb33c375fad554ac7
x86: apci: Change PM1_CNT register access to RMW

In enter_acpi_mode() PM1_CNT register is changed to PM1_CNT_SCI_EN
directly without preserving its previous value. Update to change
the register access to read-modify-write (RMW).

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Stefan Roese <[email protected]>
arch/x86/lib/acpi_table.c
This page took 0.034553 seconds and 4 git commands to generate.