Add AMD family 10 AM2r2 support.
authorZheng Bao <zheng.bao@amd.com>
Wed, 1 Jul 2009 07:01:32 +0000 (07:01 +0000)
committerZheng Bao <Zheng.Bao@amd.com>
Wed, 1 Jul 2009 07:01:32 +0000 (07:01 +0000)
commitdb8b4114ff73cc002bb4e15fd9e8f2fc012cf39e
tree0bdefd0653af414669f825f9fa700b696f0e70af
parent9dd27bc03a53f69b55c1c9718a5e44365019c082
Add AMD family 10 AM2r2 support.

Coreboot used to take SYSTEM_TYPE as a lable to tell what the socket is.

This patch replaces (some of, not all) CONFIG_SYSTEM_TYPE with CONFIG_SOCKET_TYPE.
It also fix some compiling error in src/northbridge/amd/amdmct/mct/mctardk4.c

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4385 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/cpu/amd/socket_AM2r2/Config.lb [new file with mode: 0644]
src/cpu/amd/socket_AM2r2/chip.h [new file with mode: 0644]
src/cpu/amd/socket_AM2r2/socket_AM2r2.c [new file with mode: 0644]
src/northbridge/amd/amdfam10/raminit_amdmct.c
src/northbridge/amd/amdmct/mct/mctardk4.c
src/northbridge/amd/amdmct/wrappers/mcti_d.c