towiki.sh: Rename GM45 slot and cpu to correct ones.
Change-Id: Idc8135911549ac39c28932065897ca6643c13656 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6690 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
a71bdc3181
commit
f4ea9b2551
|
@ -330,8 +330,15 @@ EOF
|
||||||
cpu_nice="Intel® Atom™ 230";
|
cpu_nice="Intel® Atom™ 230";
|
||||||
socket_nice="Socket 441";;
|
socket_nice="Socket 441";;
|
||||||
INTEL_SOCKET_BGA956)
|
INTEL_SOCKET_BGA956)
|
||||||
cpu_nice="Intel® Pentium® M";
|
case $northbridge in
|
||||||
socket_nice="BGA956";;
|
INTEL_GM45)
|
||||||
|
cpu_nice="Intel® Core 2 Duo (Penryn)"
|
||||||
|
socket_nice="Socket P";;
|
||||||
|
*)
|
||||||
|
cpu_nice="Intel® Pentium® M";
|
||||||
|
socket_nice="BGA956";;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
INTEL_SOCKET_FC_PGA370)
|
INTEL_SOCKET_FC_PGA370)
|
||||||
cpu_nice="Intel® Pentium® III / Celeron®";
|
cpu_nice="Intel® Pentium® III / Celeron®";
|
||||||
socket_nice="Socket 370"
|
socket_nice="Socket 370"
|
||||||
|
|
Loading…
Reference in New Issue