This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a
authorStefan Reinauer <stepan@coresystems.de>
Wed, 22 Apr 2009 08:56:50 +0000 (08:56 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 22 Apr 2009 08:56:50 +0000 (08:56 +0000)
commit953253f093302ccee1cc634772a4561ffbe32355
treefc7672312a22bcff3acb19f6851b12beb9ee610d
parentda65fbf2082ae46b609c21d23ba39af45574be13
This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a
combined socket_mPGA604. No other sockets come with clock rates, and there is
no difference in code, except for the number of microcode patches included in a
build.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
18 files changed:
src/cpu/intel/socket_mPGA604/Config.lb [new file with mode: 0644]
src/cpu/intel/socket_mPGA604/chip.h [new file with mode: 0644]
src/cpu/intel/socket_mPGA604/socket_mPGA604.c [new file with mode: 0644]
src/cpu/intel/socket_mPGA604_533Mhz/Config.lb [deleted file]
src/cpu/intel/socket_mPGA604_533Mhz/chip.h [deleted file]
src/cpu/intel/socket_mPGA604_533Mhz/socket_mPGA604_533Mhz.c [deleted file]
src/cpu/intel/socket_mPGA604_800Mhz/Config.lb [deleted file]
src/cpu/intel/socket_mPGA604_800Mhz/chip.h [deleted file]
src/cpu/intel/socket_mPGA604_800Mhz/socket_mPGA604_800Mhz.c [deleted file]
src/mainboard/dell/s1850/Config.lb
src/mainboard/intel/jarrell/Config.lb
src/mainboard/intel/xe7501devkit/Config.lb
src/mainboard/supermicro/x6dai_g/Config.lb
src/mainboard/supermicro/x6dhe_g/Config.lb
src/mainboard/supermicro/x6dhe_g2/Config.lb
src/mainboard/supermicro/x6dhr_ig/Config.lb
src/mainboard/supermicro/x6dhr_ig2/Config.lb
src/mainboard/tyan/s2735/Config.lb