From 7e3126dbc5735e2c8251a832df4488deb66de520 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 7 Dec 2020 13:17:18 +0100 Subject: cpu/intel/model_206ax: Add more CPU steppings The Sandy Bridge steppings appear in the BWG, and Ivy Bridge steppings appear in reference code. Add them for the sake of completeness. Change-Id: I7d17cdd04a771ca319c908fc757f868e95ea7944 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/48410 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/northbridge/intel/sandybridge/raminit_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel') diff --git a/src/northbridge/intel/sandybridge/raminit_common.h b/src/northbridge/intel/sandybridge/raminit_common.h index 449912352f..3f094d0f52 100644 --- a/src/northbridge/intel/sandybridge/raminit_common.h +++ b/src/northbridge/intel/sandybridge/raminit_common.h @@ -3,6 +3,7 @@ #ifndef RAMINIT_COMMON_H #define RAMINIT_COMMON_H +#include #include #define BASEFREQ 133 -- cgit v1.2.3