[coreboot-gerrit] New patch to review for coreboot: a4649dd towiki.sh: Rename GM45 slot and cpu to correct ones.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Aug 16 17:17:44 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6690

-gerrit

commit a4649dd9d8d73d2650b884d0ea3757233fcc9ecd
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Aug 16 17:16:20 2014 +0200

    towiki.sh: Rename GM45 slot and cpu to correct ones.
    
    Change-Id: Idc8135911549ac39c28932065897ca6643c13656
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 util/board_status/to-wiki/towiki.sh | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 906a871..db331ba 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -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"



More information about the coreboot-gerrit mailing list