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:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							1f0d379a7e
						
					
				
				
					commit
					02790369ff
				
			| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_agesa_family10_ops = { | ||||
| 	CHIP_NAME("AMD CPU Family 10h") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_agesa_family12_ops = { | ||||
| 	CHIP_NAME("AMD CPU Family 12h") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_agesa_family14_ops = { | ||||
| 	CHIP_NAME("AMD CPU Family 14h") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_agesa_family15_ops = { | ||||
| 	CHIP_NAME("AMD CPU Family 15h") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_agesa_family15tn_ops = { | ||||
| 	CHIP_NAME("AMD CPU Family 15h") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_amd_sc520_config { | ||||
| }; | ||||
| @@ -14,7 +14,6 @@ | ||||
| #include <string.h> | ||||
| #include <bitops.h> | ||||
| #include <delay.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| /* | ||||
|  * set up basic things ... | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_amd_socket_754_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_754_ops = { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_amd_socket_939_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_939_ops = { | ||||
| 	CHIP_NAME("Socket 939 CPU") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_amd_socket_940_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_940_ops = { | ||||
| 	CHIP_NAME("Socket 940 CPU") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_amd_socket_AM2_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_AM2_ops = { | ||||
| 	CHIP_NAME("Socket AM2 CPU") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_AM2r2_ops = { | ||||
| 	CHIP_NAME("socket AM2r2") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_AM3_ops = { | ||||
| 	CHIP_NAME("socket AM3") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_ASB2_ops = { | ||||
| 	CHIP_NAME("socket ASB2") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_C32_ops = { | ||||
| 	CHIP_NAME("socket C32") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_amd_socket_F_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_F_ops = { | ||||
| 	CHIP_NAME("Socket F CPU") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_F_1207_ops = { | ||||
| 	CHIP_NAME("socket F_1207") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_amd_socket_S1G1_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_amd_socket_S1G1_ops = { | ||||
| 	CHIP_NAME("Socket S1G1 CPU") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_intel_ep80579_ops = { | ||||
| 	CHIP_NAME("EP80579 CPU") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -19,7 +19,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_intel_slot_1_ops = { | ||||
| 	CHIP_NAME("Slot 1 CPU") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_slot_2_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
|  | ||||
| struct chip_operations cpu_intel_slot_2_ops = { | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -18,7 +18,6 @@ | ||||
|  */ | ||||
|  | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_441_ops = { | ||||
| 	CHIP_NAME("Socket 441 CPU") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_BGA956_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_BGA956_ops = { | ||||
| 	CHIP_NAME("Socket BGA956 CPU") | ||||
|   | ||||
| @@ -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 { | ||||
| }; | ||||
| @@ -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") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_LGA771_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_LGA771_ops = { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_PGA370_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_PGA370_ops = { | ||||
| 	CHIP_NAME("Socket PGA370 CPU") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_mFCBGA479_config { | ||||
| }; | ||||
| @@ -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") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_mFCPGA478_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_mFCPGA478_ops = { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_mPGA478_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_mPGA478_ops = { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_mPGA479M_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_mPGA479M_ops = { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_mPGA603_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
|  | ||||
| struct chip_opertations cpu_intel_socket_mPGA603_ops = { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_mPGA604_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_mPGA604_ops = { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct cpu_intel_socket_rPGA989_config { | ||||
| }; | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <device/device.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| struct chip_operations cpu_intel_socket_rPGA989_ops = { | ||||
| 	CHIP_NAME("Socket rPGA989 CPU") | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct drivers_generic_debug_config { | ||||
| }; | ||||
| @@ -7,7 +7,6 @@ | ||||
| #include <cpu/x86/msr.h> | ||||
| #include <reset.h> | ||||
| #include <delay.h> | ||||
| #include "chip.h" | ||||
|  | ||||
| static void print_pci_regs(struct device *dev) | ||||
| { | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct drivers_i2c_adm1026_config { | ||||
| }; | ||||
| @@ -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 | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct drivers_i2c_adm1027_config { | ||||
| }; | ||||
| @@ -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. | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct drivers_i2c_adt7463_config { | ||||
| }; | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct drivers_i2c_i2cmux_config { | ||||
| }; | ||||
| @@ -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) | ||||
| { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct drivers_i2c_i2cmux2_config { | ||||
| }; | ||||
| @@ -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) | ||||
| { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct drivers_i2c_lm63_config { | ||||
| }; | ||||
| @@ -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) | ||||
| { | ||||
|   | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct drivers_i2c_w83795_config { | ||||
| }; | ||||
| @@ -1,2 +0,0 @@ | ||||
| struct mainboard_emulation_qemu_x86_config {}; | ||||
|  | ||||
| @@ -8,7 +8,6 @@ | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #include <bitops.h> | ||||
| #include "chip.h" | ||||
| #include <delay.h> | ||||
| #include <smbios.h> | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -39,10 +39,8 @@ | ||||
| #include <Porting.h> | ||||
| #include <AGESA.h> | ||||
| #include <Options.h> | ||||
| #include "root_complex/chip.h" | ||||
| #include "northbridge.h" | ||||
| #include "amdfam10.h" | ||||
| #include "chip.h" | ||||
|  | ||||
| extern uint32_t agesawrapper_amdinitmid(void); | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -33,7 +33,6 @@ | ||||
| #include <cpu/x86/lapic.h> | ||||
| #include <cpu/amd/mtrr.h> | ||||
|  | ||||
| #include "chip.h" | ||||
| #include "northbridge.h" | ||||
| #include "SbEarly.h" | ||||
| #include "agesawrapper.h" | ||||
|   | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -34,7 +34,6 @@ | ||||
| #include <cpu/amd/mtrr.h> | ||||
|  | ||||
| #include "agesawrapper.h" | ||||
| #include "chip.h" | ||||
| #include "northbridge.h" | ||||
| #if CONFIG_AMD_SB_CIMX | ||||
| #include <sb_cimx.h> | ||||
|   | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -40,9 +40,7 @@ | ||||
| #include <cpu/amd/amdfam15.h> | ||||
| #include <cpuRegisters.h> | ||||
| #include "agesawrapper.h" | ||||
| #include "root_complex/chip.h" | ||||
| #include "northbridge.h" | ||||
| #include "chip.h" | ||||
|  | ||||
| #define MAX_NODE_NUMS (MAX_NODES * MAX_DIES) | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -40,9 +40,7 @@ | ||||
| #include <cpu/amd/amdfam15.h> | ||||
| #include <cpuRegisters.h> | ||||
| #include "agesawrapper.h" | ||||
| #include "root_complex/chip.h" | ||||
| #include "northbridge.h" | ||||
| #include "chip.h" | ||||
|  | ||||
| #define MAX_NODE_NUMS (MAX_NODES * MAX_DIES) | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -37,8 +37,6 @@ | ||||
| #include <pc80/mc146818rtc.h> | ||||
| #endif | ||||
|  | ||||
| #include "chip.h" | ||||
| #include "root_complex/chip.h" | ||||
| #include "northbridge.h" | ||||
|  | ||||
| #include "amdfam10.h" | ||||
|   | ||||
| @@ -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 | ||||
| { | ||||
| }; | ||||
|  | ||||
| @@ -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
		Reference in New Issue
	
	Block a user