summaryrefslogtreecommitdiff
path: root/src/southbridge/via/vt8237r/Config.lb
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2009-05-31 17:00:25 +0000
committerRudolf Marek <r.marek@assembler.cz>2009-05-31 17:00:25 +0000
commita519fe77b60123f1fba46f1f93580d5628a88555 (patch)
tree85f516d681733938683e2c33ca038bc74533780a /src/southbridge/via/vt8237r/Config.lb
parent608762793a4e6f1a4152858dfeb372dc4c3f10a0 (diff)
downloadcoreboot-a519fe77b60123f1fba46f1f93580d5628a88555.tar.xz
Following patch moves all vt8237 fadt.c from mainboard/* file to chipset
directory just with one common file. Changes to FADT: move to rev4, fix the generic register descriptors, detect additional VT8237S features. Change the compiler to CORE , its revision to 42. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4327 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/via/vt8237r/Config.lb')
-rw-r--r--src/southbridge/via/vt8237r/Config.lb7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8237r/Config.lb b/src/southbridge/via/vt8237r/Config.lb
index 2c01d41a2e..cca4a307ce 100644
--- a/src/southbridge/via/vt8237r/Config.lb
+++ b/src/southbridge/via/vt8237r/Config.lb
@@ -1,7 +1,7 @@
##
## This file is part of the coreboot project.
##
-## Copyright (C) 2007 Rudolf Marek <r.marek@assembler.cz>
+## Copyright (C) 2007, 2009 Rudolf Marek <r.marek@assembler.cz>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License v2 as published by
@@ -17,6 +17,8 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+uses HAVE_ACPI_TABLES
+
config chip.h
driver vt8237r.o
@@ -24,3 +26,6 @@ driver vt8237_ctrl.o
driver vt8237r_ide.o
driver vt8237r_lpc.o
driver vt8237r_sata.o
+if HAVE_ACPI_TABLES
+ object vt8237_fadt.o
+end