- add support for socket 754
- fix configuration creation for amd solo (doesn't compile yet) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1690 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
3
src/cpu/amd/socket_754/Config.lb
Normal file
3
src/cpu/amd/socket_754/Config.lb
Normal file
@ -0,0 +1,3 @@
|
||||
config chip.h
|
||||
object socket_754.o
|
||||
dir /cpu/amd/model_fxx
|
4
src/cpu/amd/socket_754/chip.h
Normal file
4
src/cpu/amd/socket_754/chip.h
Normal file
@ -0,0 +1,4 @@
|
||||
extern struct chip_operations cpu_amd_socket_754_ops;
|
||||
|
||||
struct cpu_amd_socket_754_config {
|
||||
};
|
7
src/cpu/amd/socket_754/socket_754.c
Normal file
7
src/cpu/amd/socket_754/socket_754.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <device/device.h>
|
||||
#include "chip.h"
|
||||
|
||||
|
||||
struct chip_operations cpu_amd_socket_754_ops = {
|
||||
.name = "socket 754",
|
||||
};
|
Reference in New Issue
Block a user