[coreboot-gerrit] New patch to review for coreboot: 5b5f490 boardstatus/towiki: Fix 1st gen i3/i5/i7 codename

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Wed Feb 5 13:02:56 CET 2014


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

-gerrit

commit 5b5f490383b543d222ed2d9cd9823287361336d9
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed Feb 5 13:01:47 2014 +0100

    boardstatus/towiki: Fix 1st gen i3/i5/i7 codename
    
    It was a typo.
    
    Change-Id: I82964b5ed7e7749ba141aeb3ee8dc4c107bcd7a9
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 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 bd6c8e9..7e2685e 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -378,7 +378,7 @@ EOF
 			"")
 				case $northbridge in
 					INTEL_NEHALEM)
-						cpu_nice="Intel® 1st Gen (Haswell) Core i3/i5/i7"
+						cpu_nice="Intel® 1st Gen (Nehalem) Core i3/i5/i7"
 						socket_nice="?";;
 					RDC_R8610)
 						cpu_nice="RDC 8610"



More information about the coreboot-gerrit mailing list