diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-10-19 10:30:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-10-19 10:30:32 +0000 |
commit | de24e61df7699a1770a81d6969efa8254bd75a5f (patch) | |
tree | 261cf355e190f2c279d0a7bc0a1027958595b20b /src/cpu/amd/socket_754/socket_754.c | |
parent | 9f12caaf103884678e467a102afe378bd6b98348 (diff) |
- 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
Diffstat (limited to 'src/cpu/amd/socket_754/socket_754.c')
-rw-r--r-- | src/cpu/amd/socket_754/socket_754.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_754/socket_754.c b/src/cpu/amd/socket_754/socket_754.c new file mode 100644 index 0000000000..6274e6d55a --- /dev/null +++ b/src/cpu/amd/socket_754/socket_754.c @@ -0,0 +1,7 @@ +#include <device/device.h> +#include "chip.h" + + +struct chip_operations cpu_amd_socket_754_ops = { + .name = "socket 754", +}; |