summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x200
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-12-29 07:48:09 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-20 09:25:08 +0000
commitcee844c9575840df3ae7134414c6124e17b0d54b (patch)
tree89c6c9ca93f2106bd3bf5a11c66a58cec5be8c53 /src/mainboard/lenovo/x200
parent780e02d1a54598f60f290e7eaba3c0456006ecce (diff)
downloadcoreboot-cee844c9575840df3ae7134414c6124e17b0d54b.tar.gz
coreboot-cee844c9575840df3ae7134414c6124e17b0d54b.tar.bz2
coreboot-cee844c9575840df3ae7134414c6124e17b0d54b.zip
mainboards: Drop GNVS cmap and cmbp
Functionality depends of CMAP and CMBP references inside board specific ASL implementation. Only roda/rk9 and roda/rk886ex has that. Change-Id: I4da8292375cb589d67dc68496b1e81971bc2a61f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49274 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x200')
-rw-r--r--src/mainboard/lenovo/x200/acpi_tables.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/x200/acpi_tables.c b/src/mainboard/lenovo/x200/acpi_tables.c
index 61b5dac9283d..9e0ae85adc0d 100644
--- a/src/mainboard/lenovo/x200/acpi_tables.c
+++ b/src/mainboard/lenovo/x200/acpi_tables.c
@@ -9,11 +9,6 @@
void mainboard_fill_gnvs(struct global_nvs *gnvs)
{
-
- /* Enable both COM ports */
- gnvs->cmap = 0x01;
- gnvs->cmbp = 0x01;
-
/* Temperature at which OS will shutdown */
gnvs->tcrt = 100;
/* Temperature at which OS will throttle CPU */