[coreboot-gerrit] Patch set updated for coreboot: Revert "Remove sandybridge and ivybridge FSP code path"

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Oct 13 17:34:14 CEST 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11861

-gerrit

commit 9eab85df1a1bcdfdea5f83c024054c8b7746d94e
Author: Martin Roth <martinroth at google.com>
Date:   Sun Oct 11 10:37:02 2015 +0200

    Revert "Remove sandybridge and ivybridge FSP code path"
    
    Please don't remove chipsets and mainboards without discussion and input
    from the owners. Someone was asking about cougar canyon 2 just a couple
    of weeks ago - there's obviously still interest.
    
    This reverts commit fb50124d22014742b6990a95df87a7a828e891b6.
    
    Change-Id: Ia92fda8a3984bcb5a569f4dd6d65a362c34b8d0c
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/board_status/to-wiki/towiki.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 4a4f710..818503d 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -326,9 +326,9 @@ EOF
 				case $northbridge in
 					INTEL_HASWELL)
 						cpu_nice="Intel® 4th Gen (Haswell) Core i3/i5/i7";;
-					INTEL_IVYBRIDGE_NATIVE|INTEL_IVYBRIDGE|INTEL_FSP_IVYBRIDGE)
+					INTEL_IVYBRIDGE_MRC|INTEL_IVYBRIDGE|INTEL_FSP_IVYBRIDGE)
 						cpu_nice="Intel® 3rd Gen (Ivybridge) Core i3/i5/i7";;
-					INTEL_SANDYBRIDGE|INTEL_SANDYBRIDGE_NATIVE)
+					INTEL_SANDYBRIDGE|INTEL_SANDYBRIDGE_MRC)
 						cpu_nice="Intel® 2nd Gen (Sandybridge) Core i3/i5/i7";;
 					*)
 						cpu_nice="$northbridge";;



More information about the coreboot-gerrit mailing list