From abf2ad716daff751d75907d47bcae4a7044fd7b4 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 7 Feb 2010 21:43:48 +0000 Subject: newconfig is no more. Signed-off-by: Patrick Georgi Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/amd8111/Config.lb | 12 -------- src/southbridge/amd/amd8131-disable/Config.lb | 1 - src/southbridge/amd/amd8131/Config.lb | 1 - src/southbridge/amd/amd8132/Config.lb | 1 - src/southbridge/amd/amd8151/Config.lb | 1 - src/southbridge/amd/cs5530/Config.lb | 26 ----------------- src/southbridge/amd/cs5535/Config.lb | 4 --- src/southbridge/amd/cs5536/Config.lb | 23 --------------- src/southbridge/amd/rs690/Config.lb | 27 ----------------- src/southbridge/amd/sb600/Config.lb | 34 ---------------------- src/southbridge/broadcom/bcm21000/Config.lb | 1 - src/southbridge/broadcom/bcm5780/Config.lb | 3 -- src/southbridge/broadcom/bcm5785/Config.lb | 8 ----- src/southbridge/intel/esb6300/Config.lb | 12 -------- src/southbridge/intel/i3100/Config.lb | 29 ------------------ src/southbridge/intel/i82371eb/Config.lb | 27 ----------------- src/southbridge/intel/i82801ca/Config.lb | 9 ------ src/southbridge/intel/i82801dbm/Config.lb | 10 ------- src/southbridge/intel/i82801er/Config.lb | 12 -------- src/southbridge/intel/i82801gx/Config.lb | 42 --------------------------- src/southbridge/intel/i82801xx/Config.lb | 32 -------------------- src/southbridge/intel/i82870/Config.lb | 3 -- src/southbridge/intel/pxhd/Config.lb | 2 -- src/southbridge/nvidia/ck804/Config.lb | 20 ------------- src/southbridge/nvidia/mcp55/Config.lb | 40 ------------------------- src/southbridge/ricoh/rl5c476/Config.lb | 2 -- src/southbridge/sis/sis966/Config.lb | 33 --------------------- src/southbridge/ti/pci7420/Config.lb | 22 -------------- src/southbridge/via/k8t890/Config.lb | 28 ------------------ src/southbridge/via/vt8231/Config.lb | 8 ----- src/southbridge/via/vt8235/Config.lb | 6 ---- src/southbridge/via/vt8237r/Config.lb | 33 --------------------- src/southbridge/via/vt82c686/Config.lb | 22 -------------- 33 files changed, 534 deletions(-) delete mode 100644 src/southbridge/amd/amd8111/Config.lb delete mode 100644 src/southbridge/amd/amd8131-disable/Config.lb delete mode 100644 src/southbridge/amd/amd8131/Config.lb delete mode 100644 src/southbridge/amd/amd8132/Config.lb delete mode 100644 src/southbridge/amd/amd8151/Config.lb delete mode 100644 src/southbridge/amd/cs5530/Config.lb delete mode 100644 src/southbridge/amd/cs5535/Config.lb delete mode 100644 src/southbridge/amd/cs5536/Config.lb delete mode 100644 src/southbridge/amd/rs690/Config.lb delete mode 100644 src/southbridge/amd/sb600/Config.lb delete mode 100644 src/southbridge/broadcom/bcm21000/Config.lb delete mode 100644 src/southbridge/broadcom/bcm5780/Config.lb delete mode 100644 src/southbridge/broadcom/bcm5785/Config.lb delete mode 100644 src/southbridge/intel/esb6300/Config.lb delete mode 100644 src/southbridge/intel/i3100/Config.lb delete mode 100644 src/southbridge/intel/i82371eb/Config.lb delete mode 100644 src/southbridge/intel/i82801ca/Config.lb delete mode 100644 src/southbridge/intel/i82801dbm/Config.lb delete mode 100644 src/southbridge/intel/i82801er/Config.lb delete mode 100644 src/southbridge/intel/i82801gx/Config.lb delete mode 100644 src/southbridge/intel/i82801xx/Config.lb delete mode 100644 src/southbridge/intel/i82870/Config.lb delete mode 100644 src/southbridge/intel/pxhd/Config.lb delete mode 100644 src/southbridge/nvidia/ck804/Config.lb delete mode 100644 src/southbridge/nvidia/mcp55/Config.lb delete mode 100644 src/southbridge/ricoh/rl5c476/Config.lb delete mode 100644 src/southbridge/sis/sis966/Config.lb delete mode 100644 src/southbridge/ti/pci7420/Config.lb delete mode 100644 src/southbridge/via/k8t890/Config.lb delete mode 100644 src/southbridge/via/vt8231/Config.lb delete mode 100644 src/southbridge/via/vt8235/Config.lb delete mode 100644 src/southbridge/via/vt8237r/Config.lb delete mode 100644 src/southbridge/via/vt82c686/Config.lb (limited to 'src/southbridge') diff --git a/src/southbridge/amd/amd8111/Config.lb b/src/southbridge/amd/amd8111/Config.lb deleted file mode 100644 index dfb7f16a49..0000000000 --- a/src/southbridge/amd/amd8111/Config.lb +++ /dev/null @@ -1,12 +0,0 @@ -config chip.h -driver amd8111.o -driver amd8111_usb.o -driver amd8111_lpc.o -driver amd8111_ide.o -driver amd8111_acpi.o -driver amd8111_usb2.o -driver amd8111_ac97.o -driver amd8111_nic.o -driver amd8111_pci.o -driver amd8111_smbus.o -object amd8111_reset.o diff --git a/src/southbridge/amd/amd8131-disable/Config.lb b/src/southbridge/amd/amd8131-disable/Config.lb deleted file mode 100644 index 9968e9ad1d..0000000000 --- a/src/southbridge/amd/amd8131-disable/Config.lb +++ /dev/null @@ -1 +0,0 @@ -driver amd8131_bridge.o diff --git a/src/southbridge/amd/amd8131/Config.lb b/src/southbridge/amd/amd8131/Config.lb deleted file mode 100644 index 9968e9ad1d..0000000000 --- a/src/southbridge/amd/amd8131/Config.lb +++ /dev/null @@ -1 +0,0 @@ -driver amd8131_bridge.o diff --git a/src/southbridge/amd/amd8132/Config.lb b/src/southbridge/amd/amd8132/Config.lb deleted file mode 100644 index ea045ab76d..0000000000 --- a/src/southbridge/amd/amd8132/Config.lb +++ /dev/null @@ -1 +0,0 @@ -driver amd8132_bridge.o diff --git a/src/southbridge/amd/amd8151/Config.lb b/src/southbridge/amd/amd8151/Config.lb deleted file mode 100644 index 00a91b6498..0000000000 --- a/src/southbridge/amd/amd8151/Config.lb +++ /dev/null @@ -1 +0,0 @@ -driver amd8151_agp3.o diff --git a/src/southbridge/amd/cs5530/Config.lb b/src/southbridge/amd/cs5530/Config.lb deleted file mode 100644 index 9a3ae5feb3..0000000000 --- a/src/southbridge/amd/cs5530/Config.lb +++ /dev/null @@ -1,26 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007 Uwe Hermann -## -## 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 -## - -config chip.h -driver cs5530.o -driver cs5530_isa.o -driver cs5530_ide.o -driver cs5530_vga.o -driver cs5530_pirq.o diff --git a/src/southbridge/amd/cs5535/Config.lb b/src/southbridge/amd/cs5535/Config.lb deleted file mode 100644 index 73d8bba3fe..0000000000 --- a/src/southbridge/amd/cs5535/Config.lb +++ /dev/null @@ -1,4 +0,0 @@ -#config chip.h -driver cs5535.o -#driver cs5535_pci.o -#driver cs5535_ide.o diff --git a/src/southbridge/amd/cs5536/Config.lb b/src/southbridge/amd/cs5536/Config.lb deleted file mode 100644 index 6f317de4de..0000000000 --- a/src/southbridge/amd/cs5536/Config.lb +++ /dev/null @@ -1,23 +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 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 -## - -config chip.h -driver cs5536.o -driver cs5536_ide.o -driver cs5536_pirq.o diff --git a/src/southbridge/amd/rs690/Config.lb b/src/southbridge/amd/rs690/Config.lb deleted file mode 100644 index dbb7d1efbf..0000000000 --- a/src/southbridge/amd/rs690/Config.lb +++ /dev/null @@ -1,27 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2008 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 -## -## -## - -config chip.h -driver rs690_cmn.o -driver rs690.o -driver rs690_pcie.o -driver rs690_ht.o -driver rs690_gfx.o diff --git a/src/southbridge/amd/sb600/Config.lb b/src/southbridge/amd/sb600/Config.lb deleted file mode 100644 index 6e664873d8..0000000000 --- a/src/southbridge/amd/sb600/Config.lb +++ /dev/null @@ -1,34 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2008 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 -## -## -## - -config chip.h -driver sb600.o -driver sb600_usb.o -driver sb600_lpc.o -driver sb600_sm.o -driver sb600_ide.o -driver sb600_sata.o -driver sb600_hda.o -driver sb600_ac97.o -driver sb600_pci.o -object sb600_reset.o - - diff --git a/src/southbridge/broadcom/bcm21000/Config.lb b/src/southbridge/broadcom/bcm21000/Config.lb deleted file mode 100644 index b411d1fc67..0000000000 --- a/src/southbridge/broadcom/bcm21000/Config.lb +++ /dev/null @@ -1 +0,0 @@ -driver bcm21000_pcie.o diff --git a/src/southbridge/broadcom/bcm5780/Config.lb b/src/southbridge/broadcom/bcm5780/Config.lb deleted file mode 100644 index 69153ef75d..0000000000 --- a/src/southbridge/broadcom/bcm5780/Config.lb +++ /dev/null @@ -1,3 +0,0 @@ -driver bcm5780_nic.o -driver bcm5780_pcix.o -driver bcm5780_pcie.o diff --git a/src/southbridge/broadcom/bcm5785/Config.lb b/src/southbridge/broadcom/bcm5785/Config.lb deleted file mode 100644 index 7cbc0667df..0000000000 --- a/src/southbridge/broadcom/bcm5785/Config.lb +++ /dev/null @@ -1,8 +0,0 @@ -config chip.h -driver bcm5785.o -driver bcm5785_usb.o -driver bcm5785_lpc.o -driver bcm5785_sb_pci_main.o -driver bcm5785_ide.o -driver bcm5785_sata.o -object bcm5785_reset.o diff --git a/src/southbridge/intel/esb6300/Config.lb b/src/southbridge/intel/esb6300/Config.lb deleted file mode 100644 index 9674c1f818..0000000000 --- a/src/southbridge/intel/esb6300/Config.lb +++ /dev/null @@ -1,12 +0,0 @@ -config chip.h -driver esb6300.o -driver esb6300_uhci.o -driver esb6300_lpc.o -driver esb6300_ide.o -driver esb6300_sata.o -driver esb6300_ehci.o -driver esb6300_smbus.o -driver esb6300_pci.o -driver esb6300_pic.o -driver esb6300_bridge1c.o -driver esb6300_ac97.o diff --git a/src/southbridge/intel/i3100/Config.lb b/src/southbridge/intel/i3100/Config.lb deleted file mode 100644 index f67a06a736..0000000000 --- a/src/southbridge/intel/i3100/Config.lb +++ /dev/null @@ -1,29 +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 -## - -config chip.h -driver i3100.o -driver i3100_uhci.o -driver i3100_lpc.o -driver i3100_sata.o -driver i3100_ehci.o -driver i3100_smbus.o -driver i3100_pci.o -object i3100_reset.o -object i3100_pciexp_portb.o diff --git a/src/southbridge/intel/i82371eb/Config.lb b/src/southbridge/intel/i82371eb/Config.lb deleted file mode 100644 index 9e3e805880..0000000000 --- a/src/southbridge/intel/i82371eb/Config.lb +++ /dev/null @@ -1,27 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007 Uwe Hermann -## -## 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 -## - -config chip.h -driver i82371eb.o -driver i82371eb_isa.o -driver i82371eb_ide.o -driver i82371eb_usb.o -driver i82371eb_smbus.o -driver i82371eb_reset.o diff --git a/src/southbridge/intel/i82801ca/Config.lb b/src/southbridge/intel/i82801ca/Config.lb deleted file mode 100644 index 0f1911b6e3..0000000000 --- a/src/southbridge/intel/i82801ca/Config.lb +++ /dev/null @@ -1,9 +0,0 @@ -config chip.h -driver i82801ca.o -driver i82801ca_usb.o -driver i82801ca_lpc.o -driver i82801ca_ide.o -driver i82801ca_ac97.o -#driver i82801ca_nic.o -driver i82801ca_pci.o -object i82801ca_reset.o diff --git a/src/southbridge/intel/i82801dbm/Config.lb b/src/southbridge/intel/i82801dbm/Config.lb deleted file mode 100644 index bdbbe4f515..0000000000 --- a/src/southbridge/intel/i82801dbm/Config.lb +++ /dev/null @@ -1,10 +0,0 @@ -config chip.h -driver i82801dbm.o -driver i82801dbm_usb.o -driver i82801dbm_lpc.o -driver i82801dbm_ide.o -driver i82801dbm_usb2.o -driver i82801dbm_ac97.o -#driver i82801dbm_nic.o -#driver i82801dbm_pci.o -object i82801dbm_reset.o diff --git a/src/southbridge/intel/i82801er/Config.lb b/src/southbridge/intel/i82801er/Config.lb deleted file mode 100644 index 1953eaabdf..0000000000 --- a/src/southbridge/intel/i82801er/Config.lb +++ /dev/null @@ -1,12 +0,0 @@ -config chip.h -driver i82801er.o -driver i82801er_uhci.o -driver i82801er_lpc.o -driver i82801er_ide.o -driver i82801er_sata.o -driver i82801er_ehci.o -driver i82801er_smbus.o -driver i82801er_pci.o -driver i82801er_ac97.o -object i82801er_watchdog.o -object i82801er_reset.o diff --git a/src/southbridge/intel/i82801gx/Config.lb b/src/southbridge/intel/i82801gx/Config.lb deleted file mode 100644 index 9ef5f435e8..0000000000 --- a/src/southbridge/intel/i82801gx/Config.lb +++ /dev/null @@ -1,42 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2008-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_HAVE_SMI_HANDLER - -config chip.h -driver i82801gx.o -driver i82801gx_ac97.o -driver i82801gx_azalia.o -driver i82801gx_ide.o -driver i82801gx_lpc.o -driver i82801gx_nic.o -driver i82801gx_pci.o -driver i82801gx_pcie.o -driver i82801gx_sata.o -driver i82801gx_smbus.o -driver i82801gx_usb.o -driver i82801gx_usb_ehci.o - -object i82801gx_reset.o -object i82801gx_watchdog.o - -if CONFIG_HAVE_SMI_HANDLER - object i82801gx_smi.o - smmobject i82801gx_smihandler.o -end diff --git a/src/southbridge/intel/i82801xx/Config.lb b/src/southbridge/intel/i82801xx/Config.lb deleted file mode 100644 index f02b5154a8..0000000000 --- a/src/southbridge/intel/i82801xx/Config.lb +++ /dev/null @@ -1,32 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007 Corey Osgood -## -## 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 -## - -config chip.h -driver i82801xx.o -driver i82801xx_usb.o -driver i82801xx_lpc.o -driver i82801xx_ide.o -driver i82801xx_usb_ehci.o -driver i82801xx_ac97.o -driver i82801xx_nic.o -driver i82801xx_pci.o -driver i82801xx_sata.o -object i82801xx_reset.o -object i82801xx_watchdog.o diff --git a/src/southbridge/intel/i82870/Config.lb b/src/southbridge/intel/i82870/Config.lb deleted file mode 100644 index e6a96517f0..0000000000 --- a/src/southbridge/intel/i82870/Config.lb +++ /dev/null @@ -1,3 +0,0 @@ -driver p64h2_ioapic.o -driver p64h2_pcibridge.o -#driver p64h2_pci_parity.o diff --git a/src/southbridge/intel/pxhd/Config.lb b/src/southbridge/intel/pxhd/Config.lb deleted file mode 100644 index 349b8dd624..0000000000 --- a/src/southbridge/intel/pxhd/Config.lb +++ /dev/null @@ -1,2 +0,0 @@ -config chip.h -driver pxhd_bridge.o diff --git a/src/southbridge/nvidia/ck804/Config.lb b/src/southbridge/nvidia/ck804/Config.lb deleted file mode 100644 index 89bd0e0ae8..0000000000 --- a/src/southbridge/nvidia/ck804/Config.lb +++ /dev/null @@ -1,20 +0,0 @@ -uses CONFIG_GENERATE_ACPI_TABLES - -config chip.h -driver ck804.o -driver ck804_usb.o -driver ck804_lpc.o -driver ck804_smbus.o -driver ck804_ide.o -driver ck804_sata.o -driver ck804_usb2.o -driver ck804_ac97.o -driver ck804_nic.o -driver ck804_pci.o -driver ck804_pcie.o -driver ck804_ht.o -object ck804_reset.o - -if CONFIG_GENERATE_ACPI_TABLES - object ck804_fadt.o -end diff --git a/src/southbridge/nvidia/mcp55/Config.lb b/src/southbridge/nvidia/mcp55/Config.lb deleted file mode 100644 index 117cc51d42..0000000000 --- a/src/southbridge/nvidia/mcp55/Config.lb +++ /dev/null @@ -1,40 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007 AMD -## Written by Yinghai Lu for AMD. -## -## 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_GENERATE_ACPI_TABLES - -config chip.h -driver mcp55.o -driver mcp55_usb.o -driver mcp55_lpc.o -driver mcp55_smbus.o -driver mcp55_ide.o -driver mcp55_sata.o -driver mcp55_usb2.o -driver mcp55_aza.o -driver mcp55_nic.o -driver mcp55_pci.o -driver mcp55_pcie.o -driver mcp55_ht.o -object mcp55_reset.o -if CONFIG_GENERATE_ACPI_TABLES - object mcp55_fadt.o -end diff --git a/src/southbridge/ricoh/rl5c476/Config.lb b/src/southbridge/ricoh/rl5c476/Config.lb deleted file mode 100644 index 05c7739f5c..0000000000 --- a/src/southbridge/ricoh/rl5c476/Config.lb +++ /dev/null @@ -1,2 +0,0 @@ -config chip.h -object rl5c476.o diff --git a/src/southbridge/sis/sis966/Config.lb b/src/southbridge/sis/sis966/Config.lb deleted file mode 100644 index aaf3d5dcde..0000000000 --- a/src/southbridge/sis/sis966/Config.lb +++ /dev/null @@ -1,33 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007 Silicon Integrated Systems Corp. (SiS) -## Written by Morgan Tsai for SiS. -## -## 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 -## - -config chip.h -driver sis761.o -driver sis966.o -driver sis966_lpc.o -driver sis966_ide.o -driver sis966_usb.o -driver sis966_usb2.o -driver sis966_nic.o -driver sis966_sata.o -driver sis966_pcie.o -driver sis966_aza.o -object sis966_reset.o diff --git a/src/southbridge/ti/pci7420/Config.lb b/src/southbridge/ti/pci7420/Config.lb deleted file mode 100644 index 10d412bddb..0000000000 --- a/src/southbridge/ti/pci7420/Config.lb +++ /dev/null @@ -1,22 +0,0 @@ -## -## (C) Copyright 2008-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; 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 -## - -config chip.h -object pci7420_cardbus.o -object pci7420_firewire.o diff --git a/src/southbridge/via/k8t890/Config.lb b/src/southbridge/via/k8t890/Config.lb deleted file mode 100644 index 72502c2d64..0000000000 --- a/src/southbridge/via/k8t890/Config.lb +++ /dev/null @@ -1,28 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007 Rudolf Marek -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License v2 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 -## - -driver k8t890_ctrl.o -driver k8t890_dram.o -driver k8t890_bridge.o -driver k8t890_host.o -driver k8t890_host_ctrl.o -driver k8t890_pcie.o -driver k8t890_traf_ctrl.o -driver k8t890_error.o -driver k8m890_chrome.o diff --git a/src/southbridge/via/vt8231/Config.lb b/src/southbridge/via/vt8231/Config.lb deleted file mode 100644 index 46b4e26129..0000000000 --- a/src/southbridge/via/vt8231/Config.lb +++ /dev/null @@ -1,8 +0,0 @@ -config chip.h -driver vt8231.o -driver vt8231_lpc.o -driver vt8231_acpi.o -driver vt8231_ide.o -driver vt8231_nic.o -#driver vt8231_usb.o - diff --git a/src/southbridge/via/vt8235/Config.lb b/src/southbridge/via/vt8235/Config.lb deleted file mode 100644 index 297d2148a7..0000000000 --- a/src/southbridge/via/vt8235/Config.lb +++ /dev/null @@ -1,6 +0,0 @@ -config chip.h -driver vt8235.o -driver vt8235_ide.o -driver vt8235_lpc.o -driver vt8235_nic.o -driver vt8235_usb.o diff --git a/src/southbridge/via/vt8237r/Config.lb b/src/southbridge/via/vt8237r/Config.lb deleted file mode 100644 index b760ec2c52..0000000000 --- a/src/southbridge/via/vt8237r/Config.lb +++ /dev/null @@ -1,33 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007, 2009 Rudolf Marek -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License v2 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_GENERATE_ACPI_TABLES - -config chip.h - -driver vt8237r.o -driver vt8237_ctrl.o -driver vt8237r_ide.o -driver vt8237r_lpc.o -driver vt8237r_sata.o -driver vt8237r_usb.o -driver vt8237r_nic.o -if CONFIG_GENERATE_ACPI_TABLES - object vt8237_fadt.o -end diff --git a/src/southbridge/via/vt82c686/Config.lb b/src/southbridge/via/vt82c686/Config.lb deleted file mode 100644 index 9db8b8c9b6..0000000000 --- a/src/southbridge/via/vt82c686/Config.lb +++ /dev/null @@ -1,22 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2007 Corey Osgood -## -## 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 -## - -config chip.h - -- cgit v1.2.3