Remove chip.h files without config structure

Also deletes files not included in build:
    src/southbridge/amd/cimx/sb700/chip_name.c
    src/southbridge/amd/cimx/sb800/chip_name.c
    src/southbridge/amd/cimx/sb900/chip_name.c

Change-Id: I2068e3859157b758ccea0ca91fa47d09a8639361
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/1473
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Marc Jones <marcj303@gmail.com>
This commit is contained in:
Kyösti Mälkki
2012-08-24 21:54:10 +03:00
committed by Patrick Georgi
parent 1f0d379a7e
commit 02790369ff
183 changed files with 0 additions and 1531 deletions

View File

@@ -1,21 +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 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
*/
struct cpu_intel_ep80579_config {
};

View File

@@ -18,7 +18,6 @@
*/
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_ep80579_ops = {
CHIP_NAME("EP80579 CPU")

View File

@@ -1,22 +0,0 @@
/*
* This file is part of the coreboot project.
*
* Copyright (C) 2010 Keith Hui <buurin@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
*/
struct cpu_intel_slot_1_config {
};

View File

@@ -19,7 +19,6 @@
*/
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_slot_1_ops = {
CHIP_NAME("Slot 1 CPU")

View File

@@ -1,2 +0,0 @@
struct cpu_intel_slot_2_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_slot_2_ops = {

View File

@@ -1,21 +0,0 @@
/*
* This file is part of the coreboot project.
*
* Copyright (C) 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
*/
struct cpu_intel_socket_441_config {
};

View File

@@ -18,7 +18,6 @@
*/
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_441_ops = {
CHIP_NAME("Socket 441 CPU")

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_BGA956_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_BGA956_ops = {
CHIP_NAME("Socket BGA956 CPU")

View File

@@ -1,22 +0,0 @@
/*
* This file is part of the coreboot project.
*
* Copyright (C) 2010 Joseph Smith <joe@settoplinux.org>
*
* 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
*/
struct cpu_intel_socket_FC_PGA370_config {
};

View File

@@ -19,7 +19,6 @@
*/
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_FC_PGA370_ops = {
CHIP_NAME("(FC)PGA370 CPU")

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_LGA771_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_LGA771_ops = {

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_PGA370_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_PGA370_ops = {
CHIP_NAME("Socket PGA370 CPU")

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_mFCBGA479_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mFCBGA479_ops = {
CHIP_NAME("Micro-FCBGA 479 CPU")

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_mFCPGA478_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mFCPGA478_ops = {

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_mPGA478_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mPGA478_ops = {

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_mPGA479M_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mPGA479M_ops = {

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_mPGA603_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_opertations cpu_intel_socket_mPGA603_ops = {

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_mPGA604_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mPGA604_ops = {

View File

@@ -1,2 +0,0 @@
struct cpu_intel_socket_rPGA989_config {
};

View File

@@ -1,5 +1,4 @@
#include <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_rPGA989_ops = {
CHIP_NAME("Socket rPGA989 CPU")