Remove sandybridge and ivybridge FSP code path
We already have two other code paths for this silicon. Maintaining the FSP path as well doesn't make much sense. There was only one board to use this code, and it's a reference board that I doubt anyone still owns or uses. Change-Id: I4fcfa6c56448416624fd26418df19b354eb72f39 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/11789 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese <zaolin@das-labor.org>
This commit is contained in:
@@ -326,7 +326,7 @@ EOF
|
||||
case $northbridge in
|
||||
INTEL_HASWELL)
|
||||
cpu_nice="Intel® 4th Gen (Haswell) Core i3/i5/i7";;
|
||||
INTEL_IVYBRIDGE|INTEL_IVYBRIDGE_MRC|INTEL_FSP_IVYBRIDGE)
|
||||
INTEL_IVYBRIDGE|INTEL_IVYBRIDGE_MRC)
|
||||
cpu_nice="Intel® 3rd Gen (Ivybridge) Core i3/i5/i7";;
|
||||
INTEL_SANDYBRIDGE|INTEL_SANDYBRIDGE_MRC)
|
||||
cpu_nice="Intel® 2nd Gen (Sandybridge) Core i3/i5/i7";;
|
||||
|
Reference in New Issue
Block a user