aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-04-22 08:56:50 +0000
committerStefan Reinauer <stepan@openbios.org>2009-04-22 08:56:50 +0000
commit953253f093302ccee1cc634772a4561ffbe32355 (patch)
treefc7672312a22bcff3acb19f6851b12beb9ee610d /src/mainboard/intel
parentda65fbf2082ae46b609c21d23ba39af45574be13 (diff)
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
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/jarrell/Config.lb4
-rw-r--r--src/mainboard/intel/xe7501devkit/Config.lb4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/intel/jarrell/Config.lb b/src/mainboard/intel/jarrell/Config.lb
index 6e33f86267..07a5b39ad5 100644
--- a/src/mainboard/intel/jarrell/Config.lb
+++ b/src/mainboard/intel/jarrell/Config.lb
@@ -203,10 +203,10 @@ chip northbridge/intel/e7520
end
end
device apic_cluster 0 on
- chip cpu/intel/socket_mPGA604_800Mhz # cpu 0
+ chip cpu/intel/socket_mPGA604 # cpu 0
device apic 0 on end
end
- chip cpu/intel/socket_mPGA604_800Mhz # cpu 1
+ chip cpu/intel/socket_mPGA604 # cpu 1
device apic 6 on end
end
end
diff --git a/src/mainboard/intel/xe7501devkit/Config.lb b/src/mainboard/intel/xe7501devkit/Config.lb
index 1a46ec9770..5f5c9b8078 100644
--- a/src/mainboard/intel/xe7501devkit/Config.lb
+++ b/src/mainboard/intel/xe7501devkit/Config.lb
@@ -212,10 +212,10 @@ chip northbridge/intel/e7501
end # SB
end # PCI_DOMAIN
device apic_cluster 0 on
- chip cpu/intel/socket_mPGA604_533Mhz
+ chip cpu/intel/socket_mPGA604
device apic 0 on end
end
- chip cpu/intel/socket_mPGA604_533Mhz
+ chip cpu/intel/socket_mPGA604
device apic 6 on end
end
end