Angel Pons has uploaded this change for review.

View Change

mb/**/acpi_tables.c: Drop lid settings on desktops

Unike laptops and some trash cans, desktop boardss do not have a lid.

Change-Id: I5f947e411a4c9295a294f55771cd123de6b1e702
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/mainboard/asrock/b75pro3-m/acpi_tables.c
M src/mainboard/intel/dcp847ske/acpi_tables.c
M src/mainboard/sapphire/pureplatinumh61/acpi_tables.c
3 files changed, 0 insertions(+), 9 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/37993/1
diff --git a/src/mainboard/asrock/b75pro3-m/acpi_tables.c b/src/mainboard/asrock/b75pro3-m/acpi_tables.c
index 7d634a0..370b709 100644
--- a/src/mainboard/asrock/b75pro3-m/acpi_tables.c
+++ b/src/mainboard/asrock/b75pro3-m/acpi_tables.c
@@ -27,9 +27,6 @@
gnvs->s5u0 = 0;
gnvs->s5u1 = 0;

- // the lid is open by default.
- gnvs->lids = 1;
-
gnvs->tcrt = 100;
gnvs->tpsv = 90;
}
diff --git a/src/mainboard/intel/dcp847ske/acpi_tables.c b/src/mainboard/intel/dcp847ske/acpi_tables.c
index 88c7019..0d9c2c5 100644
--- a/src/mainboard/intel/dcp847ske/acpi_tables.c
+++ b/src/mainboard/intel/dcp847ske/acpi_tables.c
@@ -28,9 +28,6 @@
gnvs->s5u0 = 1;
gnvs->s5u1 = 1;

- // No LID: open by default.
- gnvs->lids = 1;
-
gnvs->tcrt = CRITICAL_TEMPERATURE;
gnvs->tpsv = PASSIVE_TEMPERATURE;
}
diff --git a/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c b/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c
index a790b0b..8503ccd 100644
--- a/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c
+++ b/src/mainboard/sapphire/pureplatinumh61/acpi_tables.c
@@ -26,9 +26,6 @@
gnvs->s5u0 = 0;
gnvs->s5u1 = 0;

- // the lid is open by default.
- gnvs->lids = 1;
-
gnvs->tcrt = 100;
gnvs->tpsv = 90;
}

To view, visit change 37993. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5f947e411a4c9295a294f55771cd123de6b1e702
Gerrit-Change-Number: 37993
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange