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/cpu/amd/socket_F_1207/Config.lb | 51 ------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 src/cpu/amd/socket_F_1207/Config.lb (limited to 'src/cpu/amd/socket_F_1207') diff --git a/src/cpu/amd/socket_F_1207/Config.lb b/src/cpu/amd/socket_F_1207/Config.lb deleted file mode 100644 index 447b6cbd56..0000000000 --- a/src/cpu/amd/socket_F_1207/Config.lb +++ /dev/null @@ -1,51 +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_PCI_IO_CFG_EXT -uses CONFIG_MMCONF_SUPPORT -uses CONFIG_HT3_SUPPORT -uses CONFIG_EXT_RT_TBL_SUPPORT -uses CONFIG_EXT_CONF_SUPPORT -uses CONFIG_DIMM_SUPPORT -uses CONFIG_CPU_SOCKET_TYPE -uses CONFIG_CBB -uses CONFIG_CDB -uses CONFIG_PCI_BUS_SEGN_BITS - -config chip.h - -default CONFIG_PCI_IO_CFG_EXT=1 - -default CONFIG_HT3_SUPPORT=1 -default CONFIG_EXT_RT_TBL_SUPPORT=0 -default CONFIG_EXT_CONF_SUPPORT=0 -default CONFIG_DIMM_SUPPORT=0x0104 #DDR2 and REG -default CONFIG_CPU_SOCKET_TYPE=0x10 - -if CONFIG_EXT_RT_TBL_SUPPORT - default CONFIG_CBB=0xff - default CONFIG_CDB=0 -end - -#default CONFIG_MMCONF_SUPPORT=1 -#default CONFIG_MMCONF_SUPPORT_DEFAULT=1 - -object socket_F_1207.o - -dir /cpu/amd/model_10xxx -- cgit v1.2.3