Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4691 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-09-29 21:35:48 +00:00
parent babb03a5be
commit 53ad9f585d
17 changed files with 20 additions and 73 deletions

View File

@ -7,7 +7,6 @@ config BOARD_INTEL_EAGLEHEIGHTS
select SUPERIO_INTEL_I3100
select SUPERIO_SMSC_SMSCSUPERIO
select HAVE_PIRQ_TABLE
select HAVE_HIGH_TABLES
select MMCONF_SUPPORT
select USE_PRINTK_IN_CAR
select UDELAY_TSC
@ -21,6 +20,11 @@ config MAINBOARD_DIR
default intel/eagleheights
depends on BOARD_INTEL_EAGLEHEIGHTS
config MMCONF_BASE_ADDRESS
hex
default 0xe0000000
depends on BOARD_INTEL_EAGLEHEIGHTS
config DCACHE_RAM_BASE
hex
default 0xffdf8000

View File

@ -20,15 +20,11 @@
config NORTHBRIDGE_AMD_AMDFAM10
bool
default n
select HAVE_HIGH_TABLES
config AGP_APERTURE_SIZE
hex
default 0x4000000
depends on NORTHBRIDGE_AMD_AMDFAM10
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_AMD_AMDFAM10
source src/northbridge/amd/amdfam10/root_complex/Kconfig

View File

@ -19,6 +19,7 @@
config NORTHBRIDGE_AMD_AMDK8
bool
select HAVE_HIGH_TABLES
default n
config AGP_APERTURE_SIZE
@ -26,11 +27,6 @@ config AGP_APERTURE_SIZE
default 0x4000000
depends on NORTHBRIDGE_AMD_AMDK8
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_AMD_AMDK8
config HYPERTRANSPORT_PLUGIN_SUPPORT
bool
default y

View File

@ -1,8 +1,3 @@
#default CONFIG_AGP_APERTURE_SIZE=0x4000000
#default CONFIG_HAVE_HIGH_TABLES=1
driver-y += northbridge.o
driver-y += misc_control.o
obj-y += get_sblk_pci1234.o

View File

@ -1,8 +1,5 @@
config NORTHBRIDGE_INTEL_E7501
bool
default n
select HAVE_HIGH_TABLES
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_E7501

View File

@ -1,8 +1,5 @@
config NORTHBRIDGE_INTEL_E7520
bool
default n
select HAVE_HIGH_TABLES
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_E7520

View File

@ -1,8 +1,5 @@
config NORTHBRIDGE_INTEL_E7525
bool
default n
select HAVE_HIGH_TABLES
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_E7525

View File

@ -1,8 +1,5 @@
config NORTHBRIDGE_INTEL_I3100
bool
default n
select HAVE_HIGH_TABLES
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_I3100

View File

@ -21,9 +21,5 @@
config NORTHBRIDGE_INTEL_I440BX
bool
default n
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_I440BX
select HAVE_HIGH_TABLES

View File

@ -21,9 +21,5 @@
config NORTHBRIDGE_INTEL_I82810
bool
default n
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_I82810
select HAVE_HIGH_TABLES

View File

@ -1,8 +1,5 @@
config NORTHBRIDGE_INTEL_I82830
bool
default n
select HAVE_HIGH_TABLES
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_I82830

View File

@ -1,8 +1,5 @@
config NORTHBRIDGE_INTEL_I855GME
bool
default n
select HAVE_HIGH_TABLES
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_I855GME

View File

@ -1,8 +1,5 @@
config NORTHBRIDGE_INTEL_I855PM
bool
default n
select HAVE_HIGH_TABLES
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_I855PM

View File

@ -19,10 +19,5 @@
config NORTHBRIDGE_INTEL_I945
bool
select HAVE_HIGH_TABLES
default n
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_INTEL_I945

View File

@ -1,13 +1,9 @@
config NORTHBRIDGE_VIA_CN700
bool
default n
select HAVE_HIGH_TABLES
config FALLBACK_SIZE
int
default 0
depends on NORTHBRIDGE_VIA_CN700
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_VIA_CN700

View File

@ -1,13 +1,10 @@
config NORTHBRIDGE_VIA_VT8601
bool
default n
select HAVE_HIGH_TABLES
config FALLBACK_SIZE
int
default 0
depends on NORTHBRIDGE_VIA_VT8601
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_VIA_VT8601

View File

@ -1,13 +1,10 @@
config NORTHBRIDGE_VIA_VT8623
bool
default n
select HAVE_HIGH_TABLES
config FALLBACK_SIZE
int
default 0
depends on NORTHBRIDGE_VIA_VT8623
config HAVE_HIGH_TABLES
bool
default y
depends on NORTHBRIDGE_VIA_VT8623