Attention is currently required from: Damien Zammit.

Kyösti Mälkki has uploaded this change for review.

View Change

mb/foxconn,gigabyte: Drop GNVS lptp and fdcp

Change-Id: Iaa05c1162b2533957091c719ea43ffb8d004c5eb
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
---
M src/mainboard/foxconn/g41s-k/acpi_tables.c
M src/mainboard/gigabyte/ga-g41m-es2l/acpi_tables.c
2 files changed, 0 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/49275/1
diff --git a/src/mainboard/foxconn/g41s-k/acpi_tables.c b/src/mainboard/foxconn/g41s-k/acpi_tables.c
index e0a0749..7442804 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 ca206b5..4d892c6 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) */
}

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaa05c1162b2533957091c719ea43ffb8d004c5eb
Gerrit-Change-Number: 49275
Gerrit-PatchSet: 1
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-Reviewer: Damien Zammit
Gerrit-Attention: Damien Zammit
Gerrit-MessageType: newchange