summaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/intel/bd82x6x/acpi/globalnvs.asl51
-rw-r--r--src/southbridge/intel/lynxpoint/acpi/globalnvs.asl40
2 files changed, 0 insertions, 91 deletions
diff --git a/src/southbridge/intel/bd82x6x/acpi/globalnvs.asl b/src/southbridge/intel/bd82x6x/acpi/globalnvs.asl
index 74bffe2bb7..8c9813e091 100644
--- a/src/southbridge/intel/bd82x6x/acpi/globalnvs.asl
+++ b/src/southbridge/intel/bd82x6x/acpi/globalnvs.asl
@@ -106,57 +106,6 @@ Field (GNVS, ByteAcc, NoLock, Preserve)
CBMC, 32,
}
-/* Set flag to enable USB charging in S3 */
-Method (S3UE)
-{
- \S3U0 = 1
- \S3U1 = 1
-}
-
-/* Set flag to disable USB charging in S3 */
-Method (S3UD)
-{
- \S3U0 = 0
- \S3U1 = 0
-}
-
-/* Set flag to enable USB charging in S5 */
-Method (S5UE)
-{
- \S5U0 = 1
- \S5U1 = 1
-}
-
-/* Set flag to disable USB charging in S5 */
-Method (S5UD)
-{
- \S5U0 = 0
- \S5U1 = 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
-}
-
-/* Set XHCI Mode enable */
-Method (XHCE)
-{
- \XHCI = 1
-}
-
-/* Set XHCI Mode disable */
-Method (XHCD)
-{
- \XHCI = 0
-}
External (\_TZ.SKIN)
Method (TZUP)
diff --git a/src/southbridge/intel/lynxpoint/acpi/globalnvs.asl b/src/southbridge/intel/lynxpoint/acpi/globalnvs.asl
index 49e13cb835..754b161af5 100644
--- a/src/southbridge/intel/lynxpoint/acpi/globalnvs.asl
+++ b/src/southbridge/intel/lynxpoint/acpi/globalnvs.asl
@@ -96,46 +96,6 @@ Field (GNVS, ByteAcc, NoLock, Preserve)
GPEI, 32, // GPE Wake Source
}
-/* Set flag to enable USB charging in S3 */
-Method (S3UE)
-{
- \S3U0 = 1
- \S3U1 = 1
-}
-
-/* Set flag to disable USB charging in S3 */
-Method (S3UD)
-{
- \S3U0 = 0
- \S3U1 = 0
-}
-
-/* Set flag to enable USB charging in S5 */
-Method (S5UE)
-{
- \S5U0 = 1
- \S5U1 = 1
-}
-
-/* Set flag to disable USB charging in S5 */
-Method (S5UD)
-{
- \S5U0 = 0
- \S5U1 = 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
-}
-
External (\_TZ.SKIN)
Method (TZUP)