- 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:
Eric Biederman
2004-10-14 19:29:29 +00:00
parent 98e619b1ce
commit fcd5ace00b
79 changed files with 8384 additions and 0 deletions

View 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

View File

@@ -0,0 +1,4 @@
extern struct chip_control cpu_intel_socket_mPGA603_400Mhz_control;
struct cpu_intel_socket_mPGA603_400Mhz_config {
};

View 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",
};