diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-07 21:43:48 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-07 21:43:48 +0000 |
commit | abf2ad716daff751d75907d47bcae4a7044fd7b4 (patch) | |
tree | f82427b43d76a4791253373affed1af8669e2e7b /src/northbridge/amd/amdfam10 | |
parent | 389240f288b2708617a35ebe8d7f89b3bff316c5 (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/amd/amdfam10')
-rw-r--r-- | src/northbridge/amd/amdfam10/Config.lb | 78 | ||||
-rw-r--r-- | src/northbridge/amd/amdfam10/root_complex/Config.lb | 1 |
2 files changed, 0 insertions, 79 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 |