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/northbridge/amd/amdfam10/Config.lb | 78 ---------------------- .../amd/amdfam10/root_complex/Config.lb | 1 - src/northbridge/amd/amdk8/Config.lb | 38 ----------- src/northbridge/amd/amdk8/root_complex/Config.lb | 1 - src/northbridge/amd/gx1/Config.lb | 4 -- src/northbridge/amd/gx2/Config.lb | 7 -- src/northbridge/amd/lx/Config.lb | 6 -- 7 files changed, 135 deletions(-) delete mode 100644 src/northbridge/amd/amdfam10/Config.lb delete mode 100644 src/northbridge/amd/amdfam10/root_complex/Config.lb delete mode 100644 src/northbridge/amd/amdk8/Config.lb delete mode 100644 src/northbridge/amd/amdk8/root_complex/Config.lb delete mode 100644 src/northbridge/amd/gx1/Config.lb delete mode 100644 src/northbridge/amd/gx2/Config.lb delete mode 100644 src/northbridge/amd/lx/Config.lb (limited to 'src/northbridge/amd') 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 -- cgit v1.2.3