summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/pch/acpi/globalnvs.asl
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-09-27 12:26:07 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-09-29 10:04:44 +0000
commit477647cef59b5da8055f5fd9b7d9990b2cfa59ce (patch)
treee982181b5e91d00ec989c81f3fb09d09528c40a6 /src/soc/intel/broadwell/pch/acpi/globalnvs.asl
parent2fd1e47313aa3132be1bd8c3210a694980e6e379 (diff)
downloadcoreboot-477647cef59b5da8055f5fd9b7d9990b2cfa59ce.tar.gz
coreboot-477647cef59b5da8055f5fd9b7d9990b2cfa59ce.tar.bz2
coreboot-477647cef59b5da8055f5fd9b7d9990b2cfa59ce.zip
{sb,soc}/intel: Drop unused globalnvs.asl methods
These methods are never used in the code. Drop them. Change-Id: If5568b494f821d2647ada5ae845bcd015708520e Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/intel/broadwell/pch/acpi/globalnvs.asl')
-rw-r--r--src/soc/intel/broadwell/pch/acpi/globalnvs.asl36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/soc/intel/broadwell/pch/acpi/globalnvs.asl b/src/soc/intel/broadwell/pch/acpi/globalnvs.asl
index ffca182ae524..bfc22fb3158c 100644
--- a/src/soc/intel/broadwell/pch/acpi/globalnvs.asl
+++ b/src/soc/intel/broadwell/pch/acpi/globalnvs.asl
@@ -33,39 +33,3 @@ Field (GNVS, ByteAcc, NoLock, Preserve)
PM1I, 64, // 0x20 - 0x27 - PM1 wake status bit
GPEI, 64, // 0x28 - 0x2f - GPE wake status bit
}
-
-/* Set flag to enable USB charging in S3 */
-Method (S3UE)
-{
- \S3U0 = 1
-}
-
-/* Set flag to disable USB charging in S3 */
-Method (S3UD)
-{
- \S3U0 = 0
-}
-
-/* Set flag to enable USB charging in S5 */
-Method (S5UE)
-{
- \S5U0 = 1
-}
-
-/* Set flag to disable USB charging in S5 */
-Method (S5UD)
-{
- \S5U0 = 0
-}
-
-/* Set flag to enable 3G module in S3 */
-Method (S3GE)
-{
- \S33G = 1
-}
-
-/* Set flag to disable 3G module in S3 */
-Method (S3GD)
-{
- \S33G = 0
-}