Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6901
-gerrit
commit 1012fcab2d36a38179542ac01ed73d144f9a9457 Author: Vladimir Serbinenko phcoder@gmail.com Date: Sat Sep 13 18:04:01 2014 +0200
to-wiki: Add SANDYBRIDGE_NATIVE to the list of sandybridge names.
Change-Id: If13baf5a65f59fe582201b40d7656505fbd69fb8 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- 3rdparty | 2 +- util/board_status/to-wiki/towiki.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/3rdparty b/3rdparty index 45f0c04..f37e0e6 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 45f0c04fd788fb29d9e303b2b2d1657ddb03448a +Subproject commit f37e0e64ac1ac6700a9469f4adc2c391cbd93e43 diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh index a0b22da..e1edd8e 100755 --- a/util/board_status/to-wiki/towiki.sh +++ b/util/board_status/to-wiki/towiki.sh @@ -318,7 +318,7 @@ EOF INTEL_IVYBRIDGE_NATIVE|INTEL_IVYBRIDGE|INTEL_FSP_IVYBRIDGE) cpu_nice="IntelĀ® 3rd Gen (Ivybridge) Core i3/i5/i7" socket_nice="Socket RPGA989";; - INTEL_SANDYBRIDGE) + INTEL_SANDYBRIDGE_NATIVE|INTEL_SANDYBRIDGE) cpu_nice="IntelĀ® 2nd Gen (Sandybridge) Core i3/i5/i7" socket_nice="Socket RPGA989";; *)