summaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-04-28 14:18:16 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-04-28 14:18:16 +0000
commita19f64479946a2972331855389635db16fa2623e (patch)
treed9bf797c136818fcec968a1df214051268db56f0 /src/northbridge
parentbccaafc677c3b51c730baebf83073f8db166550d (diff)
downloadcoreboot-a19f64479946a2972331855389635db16fa2623e.tar.xz
Enable HAVE_HIGH_TABLES by default for northbridges with
support for it. The related mainboards don't need to activate it themselves anymore. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4224 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/amd/amdk8/Config.lb2
-rw-r--r--src/northbridge/intel/i945/Config.lb4
-rw-r--r--src/northbridge/via/cx700/Config.lb3
3 files changed, 9 insertions, 0 deletions
diff --git a/src/northbridge/amd/amdk8/Config.lb b/src/northbridge/amd/amdk8/Config.lb
index 272c7fdc62..5aff2aaa9d 100644
--- a/src/northbridge/amd/amdk8/Config.lb
+++ b/src/northbridge/amd/amdk8/Config.lb
@@ -1,7 +1,9 @@
uses AGP_APERTURE_SIZE
uses HAVE_ACPI_TABLES
+uses HAVE_HIGH_TABLES
default AGP_APERTURE_SIZE=0x4000000
+default HAVE_HIGH_TABLES=1
config chip.h
diff --git a/src/northbridge/intel/i945/Config.lb b/src/northbridge/intel/i945/Config.lb
index 15a9e8f572..72f620e5ba 100644
--- a/src/northbridge/intel/i945/Config.lb
+++ b/src/northbridge/intel/i945/Config.lb
@@ -17,6 +17,10 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
+uses HAVE_HIGH_TABLES
+
+default HAVE_HIGH_TABLES=1
+
config chip.h
driver northbridge.o
driver gma.o
diff --git a/src/northbridge/via/cx700/Config.lb b/src/northbridge/via/cx700/Config.lb
index f4e558033e..44299ba729 100644
--- a/src/northbridge/via/cx700/Config.lb
+++ b/src/northbridge/via/cx700/Config.lb
@@ -15,6 +15,8 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+uses HAVE_HIGH_TABLES
+
config chip.h
object cx700_reset.o
@@ -26,3 +28,4 @@ driver cx700_lpc.o
driver cx700_sata.o
driver cx700_vga.o
+default HAVE_HIGH_TABLES=1