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

@ -5,7 +5,6 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <cpu/x86/msr.h>
#include "chip.h"
#define ADM1026_DEVICE 0x2d /* Either 0x2c or 0x2d or 0x2e */
#define ADM1026_REG_CONFIG1 0x00

View File

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

View File

@ -5,7 +5,6 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <cpu/x86/msr.h>
#include "chip.h"
#define ADM1027_REG_CONFIG1 0x40
#define CFG1_STRT 0x01

View File

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

View File

@ -23,7 +23,6 @@
#include <device/device.h>
#include <console/console.h>
#include <device/smbus.h>
#include "chip.h"
/**
* Do some S2881-specific HWM initialization for the ADT7463 chip.

View File

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

View File

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

View File

@ -5,7 +5,6 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <cpu/x86/msr.h>
#include "chip.h"
static void i2cmux_set_link(device_t dev, unsigned int link)
{

View File

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

View File

@ -5,7 +5,6 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <cpu/x86/msr.h>
#include "chip.h"
static void i2cmux2_set_link(device_t dev, unsigned int link)
{

View File

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

View File

@ -5,7 +5,6 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <cpu/x86/msr.h>
#include "chip.h"
static void lm63_init(device_t dev)
{

View File

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