- Bug fixes to the P-III support
- Initial Pentium-M support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1718 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
4
src/cpu/intel/socket_mPGA479M/Config.lb
Normal file
4
src/cpu/intel/socket_mPGA479M/Config.lb
Normal file
@@ -0,0 +1,4 @@
|
||||
config chip.h
|
||||
object socket_mPGA479M.o
|
||||
dir /cpu/intel/model_69x
|
||||
dir /cpu/intel/model_6dx
|
4
src/cpu/intel/socket_mPGA479M/chip.h
Normal file
4
src/cpu/intel/socket_mPGA479M/chip.h
Normal file
@@ -0,0 +1,4 @@
|
||||
extern struct chip_operations cpu_intel_socket_mPGA479_control;
|
||||
|
||||
struct cpu_intel_socket_mPGA479_config {
|
||||
};
|
7
src/cpu/intel/socket_mPGA479M/socket_mPGA479M.c
Normal file
7
src/cpu/intel/socket_mPGA479M/socket_mPGA479M.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <device/device.h>
|
||||
#include "chip.h"
|
||||
|
||||
|
||||
struct chip_opertations cpu_intel_socket_mPGA479M_control = {
|
||||
.name = "socket mPGA479M",
|
||||
};
|
Reference in New Issue
Block a user