Author: myles
Date: 2009-09-29 23:35:48 +0200 (Tue, 29 Sep 2009)
New Revision: 4691

Modified:
   trunk/coreboot-v2/src/mainboard/intel/eagleheights/Kconfig
   trunk/coreboot-v2/src/northbridge/amd/amdfam10/Kconfig
   trunk/coreboot-v2/src/northbridge/amd/amdk8/Kconfig
   trunk/coreboot-v2/src/northbridge/amd/amdk8/Makefile.inc
   trunk/coreboot-v2/src/northbridge/intel/e7501/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/e7520/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/e7525/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i3100/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i440bx/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i82810/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i82830/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i855gme/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i855pm/Kconfig
   trunk/coreboot-v2/src/northbridge/intel/i945/Kconfig
   trunk/coreboot-v2/src/northbridge/via/cn700/Kconfig
   trunk/coreboot-v2/src/northbridge/via/vt8601/Kconfig
   trunk/coreboot-v2/src/northbridge/via/vt8623/Kconfig
Log:
Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.

Signed-off-by: Myles Watson <[email protected]>
Acked-by: Peter Stuge <[email protected]>



Modified: trunk/coreboot-v2/src/mainboard/intel/eagleheights/Kconfig
===================================================================
--- trunk/coreboot-v2/src/mainboard/intel/eagleheights/Kconfig  2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/mainboard/intel/eagleheights/Kconfig  2009-09-29 
21:35:48 UTC (rev 4691)
@@ -7,7 +7,6 @@
        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 @@
        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

Modified: trunk/coreboot-v2/src/northbridge/amd/amdfam10/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdfam10/Kconfig      2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/amd/amdfam10/Kconfig      2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdk8/Kconfig 2009-09-29 20:24:09 UTC 
(rev 4690)
+++ trunk/coreboot-v2/src/northbridge/amd/amdk8/Kconfig 2009-09-29 21:35:48 UTC 
(rev 4691)
@@ -19,6 +19,7 @@
 
 config NORTHBRIDGE_AMD_AMDK8
        bool
+       select HAVE_HIGH_TABLES
        default n
 
 config AGP_APERTURE_SIZE
@@ -26,11 +27,6 @@
        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

Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/Makefile.inc
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdk8/Makefile.inc    2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/amd/amdk8/Makefile.inc    2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/intel/e7501/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/e7501/Kconfig       2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/e7501/Kconfig       2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/intel/e7520/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/e7520/Kconfig       2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/e7520/Kconfig       2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/intel/e7525/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/e7525/Kconfig       2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/e7525/Kconfig       2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/intel/i3100/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i3100/Kconfig       2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/i3100/Kconfig       2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/intel/i440bx/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i440bx/Kconfig      2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/i440bx/Kconfig      2009-09-29 
21:35:48 UTC (rev 4691)
@@ -21,9 +21,5 @@
 config NORTHBRIDGE_INTEL_I440BX
        bool
        default n
+       select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-       bool
-       default y
-       depends on NORTHBRIDGE_INTEL_I440BX
-

Modified: trunk/coreboot-v2/src/northbridge/intel/i82810/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82810/Kconfig      2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/i82810/Kconfig      2009-09-29 
21:35:48 UTC (rev 4691)
@@ -21,9 +21,5 @@
 config NORTHBRIDGE_INTEL_I82810
        bool
        default n
+       select HAVE_HIGH_TABLES
 
-config HAVE_HIGH_TABLES
-       bool
-       default y
-       depends on NORTHBRIDGE_INTEL_I82810
-

Modified: trunk/coreboot-v2/src/northbridge/intel/i82830/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i82830/Kconfig      2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/i82830/Kconfig      2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/intel/i855gme/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i855gme/Kconfig     2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/i855gme/Kconfig     2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/intel/i855pm/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i855pm/Kconfig      2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/i855pm/Kconfig      2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/intel/i945/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/intel/i945/Kconfig        2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/intel/i945/Kconfig        2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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
-

Modified: trunk/coreboot-v2/src/northbridge/via/cn700/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/cn700/Kconfig 2009-09-29 20:24:09 UTC 
(rev 4690)
+++ trunk/coreboot-v2/src/northbridge/via/cn700/Kconfig 2009-09-29 21:35:48 UTC 
(rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/via/vt8601/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/vt8601/Kconfig        2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/via/vt8601/Kconfig        2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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

Modified: trunk/coreboot-v2/src/northbridge/via/vt8623/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/vt8623/Kconfig        2009-09-29 
20:24:09 UTC (rev 4690)
+++ trunk/coreboot-v2/src/northbridge/via/vt8623/Kconfig        2009-09-29 
21:35:48 UTC (rev 4691)
@@ -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


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to