Author: oxygene Date: 2009-04-28 16:18:16 +0200 (Tue, 28 Apr 2009) New Revision: 4224
Modified: trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Options.lb trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Options.lb trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Options.lb trunk/coreboot-v2/src/mainboard/tyan/s2891/Options.lb trunk/coreboot-v2/src/mainboard/tyan/s2892/Options.lb trunk/coreboot-v2/src/mainboard/tyan/s2895/Options.lb trunk/coreboot-v2/src/mainboard/via/vt8454c/Options.lb trunk/coreboot-v2/src/northbridge/amd/amdk8/Config.lb trunk/coreboot-v2/src/northbridge/intel/i945/Config.lb trunk/coreboot-v2/src/northbridge/via/cx700/Config.lb Log: 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
Modified: trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Options.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/Options.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -48,7 +48,6 @@ uses CONFIG_LB_MEM_TOPK uses HAVE_ACPI_TABLES uses HAVE_MAINBOARD_RESOURCES -uses HAVE_HIGH_TABLES uses HAVE_ACPI_RESUME uses HAVE_LOW_TABLES uses LB_CKS_RANGE_START @@ -115,7 +114,6 @@ default CONFIG_LOGICAL_CPUS = 1 default HAVE_ACPI_TABLES = 1 default HAVE_MAINBOARD_RESOURCES = 1 -default HAVE_HIGH_TABLES = 1 default HAVE_LOW_TABLES = 0 default HAVE_ACPI_RESUME = 1
Modified: trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Options.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/mainboard/kontron/986lcd-m/Options.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -31,7 +31,6 @@ uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME uses HAVE_MAINBOARD_RESOURCES -uses HAVE_HIGH_TABLES # SMP uses CONFIG_SMP uses CONFIG_LOGICAL_CPUS @@ -177,7 +176,6 @@ ## default HAVE_ACPI_TABLES=1 default HAVE_MAINBOARD_RESOURCES=1 -default HAVE_HIGH_TABLES=1
## ## Build code to export a CMOS option table
Modified: trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Options.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/mainboard/supermicro/h8dme/Options.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -56,7 +56,6 @@ uses STACK_SIZE uses HEAP_SIZE uses USE_OPTION_TABLE -uses HAVE_HIGH_TABLES uses HAVE_LOW_TABLES uses CONFIG_MULTIBOOT uses LB_CKS_RANGE_START @@ -128,7 +127,6 @@ #default ROM_SIZE=524288 default ROM_SIZE=0x100000
-default HAVE_HIGH_TABLES = 1 default HAVE_LOW_TABLES = 0 default CONFIG_MULTIBOOT=0
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2891/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/tyan/s2891/Options.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/mainboard/tyan/s2891/Options.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -33,7 +33,6 @@ uses LB_CKS_LOC uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME -uses HAVE_HIGH_TABLES uses HAVE_LOW_TABLES uses CONFIG_MULTIBOOT uses HAVE_SMI_HANDLER @@ -129,7 +128,6 @@ ## default HAVE_ACPI_TABLES=1 default HAVE_LOW_TABLES=1 -default HAVE_HIGH_TABLES=1 default CONFIG_MULTIBOOT=0
##
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2892/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/tyan/s2892/Options.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/mainboard/tyan/s2892/Options.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -33,7 +33,6 @@ uses LB_CKS_LOC uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME -uses HAVE_HIGH_TABLES uses HAVE_LOW_TABLES uses CONFIG_MULTIBOOT uses HAVE_SMI_HANDLER @@ -123,7 +122,6 @@ ## default HAVE_ACPI_TABLES=1 default HAVE_LOW_TABLES=1 -default HAVE_HIGH_TABLES=1 default CONFIG_MULTIBOOT=0
##
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2895/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/tyan/s2895/Options.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/mainboard/tyan/s2895/Options.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -36,7 +36,6 @@ uses LB_CKS_LOC uses HAVE_ACPI_TABLES uses HAVE_ACPI_RESUME -uses HAVE_HIGH_TABLES uses HAVE_LOW_TABLES uses CONFIG_MULTIBOOT uses HAVE_SMI_HANDLER @@ -136,7 +135,6 @@ ## default HAVE_ACPI_TABLES=1 default HAVE_LOW_TABLES=1 -default HAVE_HIGH_TABLES=1 default CONFIG_MULTIBOOT=0
##
Modified: trunk/coreboot-v2/src/mainboard/via/vt8454c/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/via/vt8454c/Options.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/mainboard/via/vt8454c/Options.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -26,7 +26,6 @@ uses HAVE_OPTION_TABLE uses USE_OPTION_TABLE uses HAVE_LOW_TABLES -uses HAVE_HIGH_TABLES
uses USE_FALLBACK_IMAGE uses HAVE_FALLBACK_BOOT @@ -145,7 +144,6 @@ ## Build code to fill in tables both in low and high memory ## default HAVE_LOW_TABLES=1 -default HAVE_HIGH_TABLES=1
##
Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/Config.lb =================================================================== --- trunk/coreboot-v2/src/northbridge/amd/amdk8/Config.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/northbridge/amd/amdk8/Config.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -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
Modified: trunk/coreboot-v2/src/northbridge/intel/i945/Config.lb =================================================================== --- trunk/coreboot-v2/src/northbridge/intel/i945/Config.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/northbridge/intel/i945/Config.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -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
Modified: trunk/coreboot-v2/src/northbridge/via/cx700/Config.lb =================================================================== --- trunk/coreboot-v2/src/northbridge/via/cx700/Config.lb 2009-04-28 12:57:25 UTC (rev 4223) +++ trunk/coreboot-v2/src/northbridge/via/cx700/Config.lb 2009-04-28 14:18:16 UTC (rev 4224) @@ -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_sata.o driver cx700_vga.o
+default HAVE_HIGH_TABLES=1