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) 2011 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
*/
struct cpu_amd_agesa_family10_config {
};

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -14,7 +14,6 @@
#include <string.h> #include <string.h>
#include <bitops.h> #include <bitops.h>
#include <delay.h> #include <delay.h>
#include "chip.h"
/* /*
* set up basic things ... * set up basic things ...

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_ep80579_ops = { struct chip_operations cpu_intel_ep80579_ops = {
CHIP_NAME("EP80579 CPU") 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_slot_1_ops = { struct chip_operations cpu_intel_slot_1_ops = {
CHIP_NAME("Slot 1 CPU") 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_slot_2_ops = { 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_441_ops = { struct chip_operations cpu_intel_socket_441_ops = {
CHIP_NAME("Socket 441 CPU") 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_BGA956_ops = { struct chip_operations cpu_intel_socket_BGA956_ops = {
CHIP_NAME("Socket BGA956 CPU") 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_FC_PGA370_ops = { struct chip_operations cpu_intel_socket_FC_PGA370_ops = {
CHIP_NAME("(FC)PGA370 CPU") 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_LGA771_ops = { 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_PGA370_ops = { struct chip_operations cpu_intel_socket_PGA370_ops = {
CHIP_NAME("Socket PGA370 CPU") 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mFCBGA479_ops = { struct chip_operations cpu_intel_socket_mFCBGA479_ops = {
CHIP_NAME("Micro-FCBGA 479 CPU") 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mFCPGA478_ops = { 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mPGA478_ops = { 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mPGA479M_ops = { 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 <device/device.h>
#include "chip.h"
struct chip_opertations cpu_intel_socket_mPGA603_ops = { 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_mPGA604_ops = { 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 <device/device.h>
#include "chip.h"
struct chip_operations cpu_intel_socket_rPGA989_ops = { struct chip_operations cpu_intel_socket_rPGA989_ops = {
CHIP_NAME("Socket rPGA989 CPU") CHIP_NAME("Socket rPGA989 CPU")

View File

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

View File

@ -7,7 +7,6 @@
#include <cpu/x86/msr.h> #include <cpu/x86/msr.h>
#include <reset.h> #include <reset.h>
#include <delay.h> #include <delay.h>
#include "chip.h"
static void print_pci_regs(struct device *dev) static void print_pci_regs(struct device *dev)
{ {

View File

@ -5,7 +5,6 @@
#include <device/pci_ids.h> #include <device/pci_ids.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <cpu/x86/msr.h> #include <cpu/x86/msr.h>
#include "chip.h"
#define ADM1026_DEVICE 0x2d /* Either 0x2c or 0x2d or 0x2e */ #define ADM1026_DEVICE 0x2d /* Either 0x2c or 0x2d or 0x2e */
#define ADM1026_REG_CONFIG1 0x00 #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_ids.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <cpu/x86/msr.h> #include <cpu/x86/msr.h>
#include "chip.h"
#define ADM1027_REG_CONFIG1 0x40 #define ADM1027_REG_CONFIG1 0x40
#define CFG1_STRT 0x01 #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 <device/device.h>
#include <console/console.h> #include <console/console.h>
#include <device/smbus.h> #include <device/smbus.h>
#include "chip.h"
/** /**
* Do some S2881-specific HWM initialization for the ADT7463 chip. * 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_ids.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <cpu/x86/msr.h> #include <cpu/x86/msr.h>
#include "chip.h"
static void i2cmux_set_link(device_t dev, unsigned int link) 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_ids.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <cpu/x86/msr.h> #include <cpu/x86/msr.h>
#include "chip.h"
static void i2cmux2_set_link(device_t dev, unsigned int link) 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_ids.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <cpu/x86/msr.h> #include <cpu/x86/msr.h>
#include "chip.h"
static void lm63_init(device_t dev) static void lm63_init(device_t dev)
{ {

View File

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

View File

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

View File

@ -8,7 +8,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <bitops.h> #include <bitops.h>
#include "chip.h"
#include <delay.h> #include <delay.h>
#include <smbios.h> #include <smbios.h>

View File

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

View File

@ -39,10 +39,8 @@
#include <Porting.h> #include <Porting.h>
#include <AGESA.h> #include <AGESA.h>
#include <Options.h> #include <Options.h>
#include "root_complex/chip.h"
#include "northbridge.h" #include "northbridge.h"
#include "amdfam10.h" #include "amdfam10.h"
#include "chip.h"
extern uint32_t agesawrapper_amdinitmid(void); extern uint32_t agesawrapper_amdinitmid(void);

View File

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

View File

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

View File

@ -33,7 +33,6 @@
#include <cpu/x86/lapic.h> #include <cpu/x86/lapic.h>
#include <cpu/amd/mtrr.h> #include <cpu/amd/mtrr.h>
#include "chip.h"
#include "northbridge.h" #include "northbridge.h"
#include "SbEarly.h" #include "SbEarly.h"
#include "agesawrapper.h" #include "agesawrapper.h"

View File

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

View File

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

View File

@ -34,7 +34,6 @@
#include <cpu/amd/mtrr.h> #include <cpu/amd/mtrr.h>
#include "agesawrapper.h" #include "agesawrapper.h"
#include "chip.h"
#include "northbridge.h" #include "northbridge.h"
#if CONFIG_AMD_SB_CIMX #if CONFIG_AMD_SB_CIMX
#include <sb_cimx.h> #include <sb_cimx.h>

View File

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

View File

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

View File

@ -40,9 +40,7 @@
#include <cpu/amd/amdfam15.h> #include <cpu/amd/amdfam15.h>
#include <cpuRegisters.h> #include <cpuRegisters.h>
#include "agesawrapper.h" #include "agesawrapper.h"
#include "root_complex/chip.h"
#include "northbridge.h" #include "northbridge.h"
#include "chip.h"
#define MAX_NODE_NUMS (MAX_NODES * MAX_DIES) #define MAX_NODE_NUMS (MAX_NODES * MAX_DIES)

View File

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

View File

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

View File

@ -40,9 +40,7 @@
#include <cpu/amd/amdfam15.h> #include <cpu/amd/amdfam15.h>
#include <cpuRegisters.h> #include <cpuRegisters.h>
#include "agesawrapper.h" #include "agesawrapper.h"
#include "root_complex/chip.h"
#include "northbridge.h" #include "northbridge.h"
#include "chip.h"
#define MAX_NODE_NUMS (MAX_NODES * MAX_DIES) #define MAX_NODE_NUMS (MAX_NODES * MAX_DIES)

View File

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

View File

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

View File

@ -37,8 +37,6 @@
#include <pc80/mc146818rtc.h> #include <pc80/mc146818rtc.h>
#endif #endif
#include "chip.h"
#include "root_complex/chip.h"
#include "northbridge.h" #include "northbridge.h"
#include "amdfam10.h" #include "amdfam10.h"

View File

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

View File

@ -1,4 +0,0 @@
struct northbridge_amd_amdk8_config
{
};

Some files were not shown because too many files have changed in this diff Show More