[coreboot-gerrit] New patch to review for coreboot: board_status/towiki.sh: Fix Socket for sandy- and ivybridge

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Thu Feb 23 23:42:10 CET 2017


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18478

-gerrit

commit f7cefabdaed651a6c44907ce1c355373bfe36d8a
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Thu Feb 23 23:40:56 2017 +0100

    board_status/towiki.sh: Fix Socket for sandy- and ivybridge
    
    Change-Id: I4c94209c424f56516033c07c4365401a6b217a37
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 util/board_status/to-wiki/towiki.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 8b2d1af..769ae5f 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -326,7 +326,7 @@ EOF
 			        socket_nice="?"
 				;;
 			INTEL_SOCKET_RPGA989|INTEL_SOCKET_LGA1155|INTEL_SOCKET_RPGA988B)
-			        socket_nice="`echo $socket | sed 's,INTEL_SOCKET_,Socket ,g'`"
+			        socket_nice="`echo $cpu | sed 's,INTEL_SOCKET_,Socket ,g'`"
 				case $northbridge in
 					INTEL_HASWELL)
 						cpu_nice="Intel® 4th Gen (Haswell) Core i3/i5/i7";;



More information about the coreboot-gerrit mailing list