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
This commit is contained in:
Patrick Georgi
2009-04-28 14:18:16 +00:00
parent bccaafc677
commit a19f644799
10 changed files with 9 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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