summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-12-29 08:27:53 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-20 09:25:54 +0000
commit1bc061ee90bf87b89c93913b9116ad5a842e8b6a (patch)
tree9bae2a4441adb48735e79abf465f9d7ca657e624
parentcee844c9575840df3ae7134414c6124e17b0d54b (diff)
downloadcoreboot-1bc061ee90bf87b89c93913b9116ad5a842e8b6a.tar.gz
coreboot-1bc061ee90bf87b89c93913b9116ad5a842e8b6a.tar.bz2
coreboot-1bc061ee90bf87b89c93913b9116ad5a842e8b6a.zip
mb/foxconn,gigabyte: Drop GNVS lptp and fdcp
Change-Id: Iaa05c1162b2533957091c719ea43ffb8d004c5eb Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49275 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/foxconn/g41s-k/acpi_tables.c2
-rw-r--r--src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/foxconn/g41s-k/acpi_tables.c b/src/mainboard/foxconn/g41s-k/acpi_tables.c
index 1a2a9bef0712..3bdb266fdac9 100644
--- a/src/mainboard/foxconn/g41s-k/acpi_tables.c
+++ b/src/mainboard/foxconn/g41s-k/acpi_tables.c
@@ -6,6 +6,4 @@
void mainboard_fill_gnvs(struct global_nvs *gnvs)
{
gnvs->pwrs = 1; /* Power state (AC = 1) */
- gnvs->lptp = 0; /* LPT port */
- gnvs->fdcp = 0; /* Floppy Disk Controller */
}
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c b/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c
index 33386c55cdaf..1ac09572f16b 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c
@@ -6,7 +6,5 @@
void mainboard_fill_gnvs(struct global_nvs *gnvs)
{
gnvs->pwrs = 1; /* Power state (AC = 1) */
- gnvs->lptp = 0; /* LPT port */
- gnvs->fdcp = 0; /* Floppy Disk Controller */
gnvs->osys = 2002; /* At least WINXP SP2 (HPET fix) */
}