diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-12-07 13:17:18 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-12-25 22:01:00 +0000 |
commit | 7e3126dbc5735e2c8251a832df4488deb66de520 (patch) | |
tree | 183060daa9093404ba07f8b8631d3d5af859f02a /src/northbridge/intel | |
parent | 47a80a045d2f21c6e6857a9380538c086b99c876 (diff) |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48410
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/sandybridge/raminit_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <cpu/intel/model_206ax/model_206ax.h> #include <stdint.h> #define BASEFREQ 133 |