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:
Vladimir Serbinenko 2014-08-16 17:16:20 +02:00
parent a71bdc3181
commit f4ea9b2551
1 changed files with 9 additions and 2 deletions

View File

@ -330,8 +330,15 @@ EOF
cpu_nice="Intel® Atom™ 230";
socket_nice="Socket 441";;
INTEL_SOCKET_BGA956)
cpu_nice="Intel® Pentium® M";
socket_nice="BGA956";;
case $northbridge in
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)
cpu_nice="Intel® Pentium® III / Celeron®";
socket_nice="Socket 370"