summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asus/p8h61-m_pro/acpi/platform.asl
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-17 12:50:55 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-18 11:50:02 +0000
commit14b7e655bf876e8389bc83bc30e702ca3c58e845 (patch)
tree777592ce895466c3e5103f1f9cd31dadca23b160 /src/mainboard/asus/p8h61-m_pro/acpi/platform.asl
parente94cda578c6a91538c05cc8590752435136268b4 (diff)
downloadcoreboot-14b7e655bf876e8389bc83bc30e702ca3c58e845.tar.gz
coreboot-14b7e655bf876e8389bc83bc30e702ca3c58e845.tar.bz2
coreboot-14b7e655bf876e8389bc83bc30e702ca3c58e845.zip
mb/asus/p8h61-m_pro: Transform into variant setup
Tested with BUILD_TIMELESS=1, coreboot.rom for the Asus P8H61-M PRO remains identical when not adding the .config file in it. Change-Id: Iaa53a8a1b75f4c7359e32c6cd8c8a488c5763bbe Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54373 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/asus/p8h61-m_pro/acpi/platform.asl')
-rw-r--r--src/mainboard/asus/p8h61-m_pro/acpi/platform.asl16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/asus/p8h61-m_pro/acpi/platform.asl b/src/mainboard/asus/p8h61-m_pro/acpi/platform.asl
deleted file mode 100644
index bbee0a2787f4..000000000000
--- a/src/mainboard/asus/p8h61-m_pro/acpi/platform.asl
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-/* The _PTS method (Prepare To Sleep) is called before the OS is
- * entering a sleep state. The sleep state number is passed in Arg0
- */
-
-Method(_PTS,1)
-{
-}
-
-/* The _WAK method is called on system wakeup */
-
-Method(_WAK,1)
-{
- Return(Package(){0,0})
-}