Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/54410 )
Change subject: mb/asus/p8z77-m_pro: Reorder `_PTS` and `_WAK` ......................................................................
mb/asus/p8z77-m_pro: Reorder `_PTS` and `_WAK`
Done to preserve reproducibility when switching to a variant setup.
Change-Id: I4f3663d3b58c6245c9b73d370a48b8745ea5b95b Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/asus/p8z77-m_pro/acpi/platform.asl 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/54410/1
diff --git a/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl b/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl index 7b1b2b2..90cf05b 100644 --- a/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl +++ b/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl @@ -1,10 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */
+Method(_PTS,1) +{ +} + Method(_WAK,1) { Return(Package(){0,0}) } - -Method(_PTS,1) -{ -}