aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-02-07 21:43:48 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-02-07 21:43:48 +0000
commitabf2ad716daff751d75907d47bcae4a7044fd7b4 (patch)
treef82427b43d76a4791253373affed1af8669e2e7b /src/northbridge
parent389240f288b2708617a35ebe8d7f89b3bff316c5 (diff)
newconfig is no more.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/amd/amdfam10/Config.lb78
-rw-r--r--src/northbridge/amd/amdfam10/root_complex/Config.lb1
-rw-r--r--src/northbridge/amd/amdk8/Config.lb38
-rw-r--r--src/northbridge/amd/amdk8/root_complex/Config.lb1
-rw-r--r--src/northbridge/amd/gx1/Config.lb4
-rw-r--r--src/northbridge/amd/gx2/Config.lb7
-rw-r--r--src/northbridge/amd/lx/Config.lb6
-rw-r--r--src/northbridge/intel/e7501/Config.lb7
-rw-r--r--src/northbridge/intel/e7520/Config.lb11
-rw-r--r--src/northbridge/intel/e7525/Config.lb11
-rw-r--r--src/northbridge/intel/i3100/Config.lb28
-rw-r--r--src/northbridge/intel/i440bx/Config.lb27
-rw-r--r--src/northbridge/intel/i440lx/Config.lb27
-rw-r--r--src/northbridge/intel/i82810/Config.lb27
-rw-r--r--src/northbridge/intel/i82830/Config.lb28
-rw-r--r--src/northbridge/intel/i855gme/Config.lb27
-rw-r--r--src/northbridge/intel/i855pm/Config.lb7
-rw-r--r--src/northbridge/intel/i945/Config.lb29
-rw-r--r--src/northbridge/via/cn400/Config.lb33
-rw-r--r--src/northbridge/via/cn700/Config.lb31
-rw-r--r--src/northbridge/via/cx700/Config.lb31
-rw-r--r--src/northbridge/via/vt8601/Config.lb7
-rw-r--r--src/northbridge/via/vt8623/Config.lb7
-rw-r--r--src/northbridge/via/vx800/Config.lb25
24 files changed, 0 insertions, 498 deletions
diff --git a/src/northbridge/amd/amdfam10/Config.lb b/src/northbridge/amd/amdfam10/Config.lb
deleted file mode 100644
index 27c3625fb0..0000000000
--- a/src/northbridge/amd/amdfam10/Config.lb
+++ /dev/null
@@ -1,78 +0,0 @@
-#
-# This file is part of the coreboot project.
-#
-# Copyright (C) 2007 Advanced Micro Devices, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-#
-
-uses CONFIG_AGP_APERTURE_SIZE
-uses CONFIG_GENERATE_ACPI_TABLES
-uses CONFIG_WRITE_HIGH_TABLES
-
-default CONFIG_AGP_APERTURE_SIZE=0x4000000
-default CONFIG_WRITE_HIGH_TABLES=1
-
-config chip.h
-
-driver northbridge.o
-driver misc_control.o
-
-if CONFIG_GENERATE_ACPI_TABLES
- object amdfam10_acpi.o
- makerule ssdt.c
- depends "$(TOP)/src/northbridge/amd/amdfam10/ssdt.dsl"
- action "iasl -p $(CURDIR)/ssdt -tc $(TOP)/src/northbridge/amd/amdfam10/ssdt.dsl"
- action "perl -pi -e 's/AmlCode/AmlCode_ssdt/g' ssdt.hex"
- action "mv ssdt.hex ssdt.c"
- end
- object ./ssdt.o
- makerule sspr1.c
- depends "$(TOP)/src/northbridge/amd/amdfam10/sspr1.dsl"
- action "iasl -p $(CURDIR)/sspr1 -tc $(TOP)/src/northbridge/amd/amdfam10/sspr1.dsl"
- action "perl -pi -e 's/AmlCode/AmlCode_sspr1/g' sspr1.hex"
- action "mv sspr1.hex sspr1.c"
- end
- object ./sspr1.o
- makerule sspr2.c
- depends "$(TOP)/src/northbridge/amd/amdfam10/sspr2.dsl"
- action "iasl -p $(CURDIR)/sspr2 -tc $(TOP)/src/northbridge/amd/amdfam10/sspr2.dsl"
- action "perl -pi -e 's/AmlCode/AmlCode_sspr2/g' sspr2.hex"
- action "mv sspr2.hex sspr2.c"
- end
- object ./sspr2.o
- makerule sspr3.c
- depends "$(TOP)/src/northbridge/amd/amdfam10/sspr3.dsl"
- action "iasl -p $(CURDIR)/sspr3 -tc $(TOP)/src/northbridge/amd/amdfam10/sspr3.dsl"
- action "perl -pi -e 's/AmlCode/AmlCode_sspr3/g' sspr3.hex"
- action "mv sspr3.hex sspr3.c"
- end
- object ./sspr3.o
- makerule sspr4.c
- depends "$(TOP)/src/northbridge/amd/amdfam10/sspr4.dsl"
- action "iasl -p $(CURDIR)/sspr4 -tc $(TOP)/src/northbridge/amd/amdfam10/sspr4.dsl"
- action "perl -pi -e 's/AmlCode/AmlCode_sspr4/g' sspr4.hex"
- action "mv sspr4.hex sspr4.c"
- end
- object ./sspr4.o
- makerule sspr5.c
- depends "$(TOP)/src/northbridge/amd/amdfam10/sspr5.dsl"
- action "iasl -p $(CURDIR)/sspr5 -tc $(TOP)/src/northbridge/amd/amdfam10/sspr5.dsl"
- action "perl -pi -e 's/AmlCode/AmlCode_sspr5/g' sspr5.hex"
- action "mv sspr5.hex sspr5.c"
- end
- object ./sspr5.o
-end
-
-object get_pci1234.o
diff --git a/src/northbridge/amd/amdfam10/root_complex/Config.lb b/src/northbridge/amd/amdfam10/root_complex/Config.lb
deleted file mode 100644
index 610e929159..0000000000
--- a/src/northbridge/amd/amdfam10/root_complex/Config.lb
+++ /dev/null
@@ -1 +0,0 @@
-config chip.h
diff --git a/src/northbridge/amd/amdk8/Config.lb b/src/northbridge/amd/amdk8/Config.lb
deleted file mode 100644
index d9a3ac5ce4..0000000000
--- a/src/northbridge/amd/amdk8/Config.lb
+++ /dev/null
@@ -1,38 +0,0 @@
-uses CONFIG_AGP_APERTURE_SIZE
-uses CONFIG_GENERATE_ACPI_TABLES
-uses CONFIG_WRITE_HIGH_TABLES
-uses CONFIG_K8_REV_F_SUPPORT
-
-default CONFIG_AGP_APERTURE_SIZE=0x4000000
-default CONFIG_WRITE_HIGH_TABLES=1
-
-config chip.h
-
-driver northbridge.o
-driver misc_control.o
-
-if CONFIG_K8_REV_F_SUPPORT
-
-makerule raminit_test
- depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
- depends "$(TOP)/src/northbridge/amd/amdk8/raminit_f.c"
- action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
-end
-
-else
-
-makerule raminit_test
- depends "$(TOP)/src/northbridge/amd/amdk8/raminit_test.c"
- depends "$(TOP)/src/northbridge/amd/amdk8/raminit.c"
- action "$(HOSTCC) $(HOSTCFLAGS) $(CPUFLAGS) -Wno-unused-function -I$(TOP)/src/include -g $< -o $@"
-end
-
-end
-
-
-if CONFIG_GENERATE_ACPI_TABLES
- object amdk8_acpi.o
-end
-
-
-object get_sblk_pci1234.o
diff --git a/src/northbridge/amd/amdk8/root_complex/Config.lb b/src/northbridge/amd/amdk8/root_complex/Config.lb
deleted file mode 100644
index 610e929159..0000000000
--- a/src/northbridge/amd/amdk8/root_complex/Config.lb
+++ /dev/null
@@ -1 +0,0 @@
-config chip.h
diff --git a/src/northbridge/amd/gx1/Config.lb b/src/northbridge/amd/gx1/Config.lb
deleted file mode 100644
index 55a986e54f..0000000000
--- a/src/northbridge/amd/gx1/Config.lb
+++ /dev/null
@@ -1,4 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-config chip.h
-driver northbridge.o
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/amd/gx2/Config.lb b/src/northbridge/amd/gx2/Config.lb
deleted file mode 100644
index 0bba6ce9ce..0000000000
--- a/src/northbridge/amd/gx2/Config.lb
+++ /dev/null
@@ -1,7 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-config chip.h
-driver northbridge.o
-object northbridgeinit.o
-object chipsetinit.o
-object grphinit.o
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/amd/lx/Config.lb b/src/northbridge/amd/lx/Config.lb
deleted file mode 100644
index 23d466f050..0000000000
--- a/src/northbridge/amd/lx/Config.lb
+++ /dev/null
@@ -1,6 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-config chip.h
-driver northbridge.o
-object northbridgeinit.o
-object grphinit.o
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/e7501/Config.lb b/src/northbridge/intel/e7501/Config.lb
deleted file mode 100644
index 267986d237..0000000000
--- a/src/northbridge/intel/e7501/Config.lb
+++ /dev/null
@@ -1,7 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-object northbridge.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/e7520/Config.lb b/src/northbridge/intel/e7520/Config.lb
deleted file mode 100644
index fdd7560373..0000000000
--- a/src/northbridge/intel/e7520/Config.lb
+++ /dev/null
@@ -1,11 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-driver northbridge.o
-driver pciexp_porta.o
-driver pciexp_porta1.o
-driver pciexp_portb.o
-driver pciexp_portc.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
-
diff --git a/src/northbridge/intel/e7525/Config.lb b/src/northbridge/intel/e7525/Config.lb
deleted file mode 100644
index fdd7560373..0000000000
--- a/src/northbridge/intel/e7525/Config.lb
+++ /dev/null
@@ -1,11 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-driver northbridge.o
-driver pciexp_porta.o
-driver pciexp_porta1.o
-driver pciexp_portb.o
-driver pciexp_portc.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
-
diff --git a/src/northbridge/intel/i3100/Config.lb b/src/northbridge/intel/i3100/Config.lb
deleted file mode 100644
index 3bbe0f2447..0000000000
--- a/src/northbridge/intel/i3100/Config.lb
+++ /dev/null
@@ -1,28 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2008 Arastra, Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License version 2 as
-## published by the Free Software Foundation.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-driver northbridge.o
-driver pciexp_porta.o
-driver pciexp_porta_ep80579.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/i440bx/Config.lb b/src/northbridge/intel/i440bx/Config.lb
deleted file mode 100644
index fb23caaa93..0000000000
--- a/src/northbridge/intel/i440bx/Config.lb
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-driver northbridge.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/i440lx/Config.lb b/src/northbridge/intel/i440lx/Config.lb
deleted file mode 100644
index fb23caaa93..0000000000
--- a/src/northbridge/intel/i440lx/Config.lb
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-driver northbridge.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/i82810/Config.lb b/src/northbridge/intel/i82810/Config.lb
deleted file mode 100644
index 27dcc6286c..0000000000
--- a/src/northbridge/intel/i82810/Config.lb
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Corey Osgood <corey@slightlyhackish.com>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-driver northbridge.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/i82830/Config.lb b/src/northbridge/intel/i82830/Config.lb
deleted file mode 100644
index f1bd3b9fa6..0000000000
--- a/src/northbridge/intel/i82830/Config.lb
+++ /dev/null
@@ -1,28 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2008 Joseph Smith <joe@smittys.pointclark.net>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-driver northbridge.o
-driver vga.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/i855gme/Config.lb b/src/northbridge/intel/i855gme/Config.lb
deleted file mode 100644
index 861a91d3d1..0000000000
--- a/src/northbridge/intel/i855gme/Config.lb
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2006 Jon Dufresne <jon.dufresne@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-object northbridge.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/i855pm/Config.lb b/src/northbridge/intel/i855pm/Config.lb
deleted file mode 100644
index 267986d237..0000000000
--- a/src/northbridge/intel/i855pm/Config.lb
+++ /dev/null
@@ -1,7 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-object northbridge.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/intel/i945/Config.lb b/src/northbridge/intel/i945/Config.lb
deleted file mode 100644
index 8d2d86126a..0000000000
--- a/src/northbridge/intel/i945/Config.lb
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# This file is part of the coreboot project.
-#
-# Copyright (C) 2007-2009 coresystems GmbH
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-#
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-default CONFIG_WRITE_HIGH_TABLES=1
-
-config chip.h
-
-object acpi.o
-
-driver northbridge.o
-driver gma.o
diff --git a/src/northbridge/via/cn400/Config.lb b/src/northbridge/via/cn400/Config.lb
deleted file mode 100644
index 2f8907227c..0000000000
--- a/src/northbridge/via/cn400/Config.lb
+++ /dev/null
@@ -1,33 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Corey Osgood <corey.osgood@gmail.com>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-uses CONFIG_WRITE_HIGH_TABLES
-uses CONFIG_IOAPIC
-
-config chip.h
-
-object vgabios.o
-
-driver northbridge.o
-driver agp.o
-driver vga.o
-driver vlink.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/via/cn700/Config.lb b/src/northbridge/via/cn700/Config.lb
deleted file mode 100644
index da312e60bc..0000000000
--- a/src/northbridge/via/cn700/Config.lb
+++ /dev/null
@@ -1,31 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007 Corey Osgood <corey.osgood@gmail.com>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-object vgabios.o
-
-driver northbridge.o
-driver agp.o
-driver vga.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/via/cx700/Config.lb b/src/northbridge/via/cx700/Config.lb
deleted file mode 100644
index 347069e57b..0000000000
--- a/src/northbridge/via/cx700/Config.lb
+++ /dev/null
@@ -1,31 +0,0 @@
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007-2009 coresystems GmbH
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; version 2 of the License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-object cx700_reset.o
-object northbridge.o
-object vgabios.o
-
-driver cx700_agp.o
-driver cx700_lpc.o
-driver cx700_sata.o
-driver cx700_vga.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/via/vt8601/Config.lb b/src/northbridge/via/vt8601/Config.lb
deleted file mode 100644
index 79e340b841..0000000000
--- a/src/northbridge/via/vt8601/Config.lb
+++ /dev/null
@@ -1,7 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-driver northbridge.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/via/vt8623/Config.lb b/src/northbridge/via/vt8623/Config.lb
deleted file mode 100644
index 79e340b841..0000000000
--- a/src/northbridge/via/vt8623/Config.lb
+++ /dev/null
@@ -1,7 +0,0 @@
-uses CONFIG_WRITE_HIGH_TABLES
-
-config chip.h
-
-driver northbridge.o
-
-default CONFIG_WRITE_HIGH_TABLES=1
diff --git a/src/northbridge/via/vx800/Config.lb b/src/northbridge/via/vx800/Config.lb
deleted file mode 100644
index 9e6fcfef17..0000000000
--- a/src/northbridge/via/vx800/Config.lb
+++ /dev/null
@@ -1,25 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2009 One Laptop per Child, Association, Inc.
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; version 2 of the License.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-config chip.h
-object vgabios.o
-driver northbridge.o
-driver vga.o
-driver vx800_lpc.o
-driver vx800_ide.o