- Add new cvs code to cvs
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1657 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
6
src/cpu/intel/socket_mPGA603/Config.lb
Normal file
6
src/cpu/intel/socket_mPGA603/Config.lb
Normal file
@@ -0,0 +1,6 @@
|
||||
config chip.h
|
||||
object socket_mPGA603_400Mhz.o
|
||||
dir /cpu/intel/model_f0x
|
||||
dir /cpu/intel/model_f1x
|
||||
dir /cpu/intel/model_f2x
|
||||
|
4
src/cpu/intel/socket_mPGA603/chip.h
Normal file
4
src/cpu/intel/socket_mPGA603/chip.h
Normal file
@@ -0,0 +1,4 @@
|
||||
extern struct chip_control cpu_intel_socket_mPGA603_400Mhz_control;
|
||||
|
||||
struct cpu_intel_socket_mPGA603_400Mhz_config {
|
||||
};
|
7
src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c
Normal file
7
src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <device/chip.h>
|
||||
#include "chip.h"
|
||||
|
||||
|
||||
struct chip_control cpu_intel_socket_mPGA603_400Mhz_control = {
|
||||
.name = "socket mPGA603_400Mhz",
|
||||
};
|
Reference in New Issue
Block a user