adl855pc support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1772 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
132368b4c5
commit
52c2277a1b
6 changed files with 63 additions and 524 deletions
|
|
@ -1,4 +1,4 @@
|
|||
extern struct chip_operations cpu_intel_socket_mPGA479_control;
|
||||
extern struct chip_operations cpu_intel_socket_mPGA479M_ops;
|
||||
|
||||
struct cpu_intel_socket_mPGA479_config {
|
||||
struct cpu_intel_socket_mPGA479M_config {
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
#include "chip.h"
|
||||
|
||||
|
||||
struct chip_opertations cpu_intel_socket_mPGA479M_control = {
|
||||
struct chip_operations cpu_intel_socket_mPGA479M_ops = {
|
||||
CHIP_NAME("socket mPGA479M")
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue