diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2018-10-16 11:57:00 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2018-10-27 10:09:35 +0000 |
commit | 1effaca4e71b72acd052ddec45c2c7dbf23e6c4e (patch) | |
tree | f95b476cb940ae6b426862d2c2bc1c6740358e7f | |
parent | 037ceda63d338c636e696c78e5d35fceb929ffb1 (diff) | |
download | coreboot-1effaca4e71b72acd052ddec45c2c7dbf23e6c4e.tar.xz |
mb/lenovo/*/acpi_tables: Remove comment about IGD displays
IGD display handling was rewritten with commit dd2bc3f8 with Change-Id
I556769e5e28b83e7465e3db689e26c8c0ab44757 ("igd.asl rewrite"). These
comments were removed as well (with some accidentally left behind).
Let's remove them and those who were introduced later with new ports.
Change-Id: I8d3e12d0c3b03b0de38e65f36b94ed706fbf893c
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/29271
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/lenovo/t420/acpi_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x131e/acpi_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x1_carbon_gen1/acpi_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x220/acpi_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/lenovo/x230/acpi_tables.c | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/lenovo/t420/acpi_tables.c b/src/mainboard/lenovo/t420/acpi_tables.c index a5d298c26b..279674d002 100644 --- a/src/mainboard/lenovo/t420/acpi_tables.c +++ b/src/mainboard/lenovo/t420/acpi_tables.c @@ -32,8 +32,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs) gnvs->s5u0 = 0; gnvs->s5u1 = 0; - /* IGD Displays */ - // the lid is open by default. gnvs->lids = 1; diff --git a/src/mainboard/lenovo/x131e/acpi_tables.c b/src/mainboard/lenovo/x131e/acpi_tables.c index a5d298c26b..279674d002 100644 --- a/src/mainboard/lenovo/x131e/acpi_tables.c +++ b/src/mainboard/lenovo/x131e/acpi_tables.c @@ -32,8 +32,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs) gnvs->s5u0 = 0; gnvs->s5u1 = 0; - /* IGD Displays */ - // the lid is open by default. gnvs->lids = 1; diff --git a/src/mainboard/lenovo/x1_carbon_gen1/acpi_tables.c b/src/mainboard/lenovo/x1_carbon_gen1/acpi_tables.c index a5d298c26b..279674d002 100644 --- a/src/mainboard/lenovo/x1_carbon_gen1/acpi_tables.c +++ b/src/mainboard/lenovo/x1_carbon_gen1/acpi_tables.c @@ -32,8 +32,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs) gnvs->s5u0 = 0; gnvs->s5u1 = 0; - /* IGD Displays */ - // the lid is open by default. gnvs->lids = 1; diff --git a/src/mainboard/lenovo/x220/acpi_tables.c b/src/mainboard/lenovo/x220/acpi_tables.c index a5d298c26b..279674d002 100644 --- a/src/mainboard/lenovo/x220/acpi_tables.c +++ b/src/mainboard/lenovo/x220/acpi_tables.c @@ -32,8 +32,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs) gnvs->s5u0 = 0; gnvs->s5u1 = 0; - /* IGD Displays */ - // the lid is open by default. gnvs->lids = 1; diff --git a/src/mainboard/lenovo/x230/acpi_tables.c b/src/mainboard/lenovo/x230/acpi_tables.c index a5d298c26b..279674d002 100644 --- a/src/mainboard/lenovo/x230/acpi_tables.c +++ b/src/mainboard/lenovo/x230/acpi_tables.c @@ -32,8 +32,6 @@ void acpi_create_gnvs(global_nvs_t *gnvs) gnvs->s5u0 = 0; gnvs->s5u1 = 0; - /* IGD Displays */ - // the lid is open by default. gnvs->lids = 1; |