diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-09-23 14:32:32 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-27 13:27:51 +0000 |
commit | 81db2415eb563bdf4a72ef50b9a1b81a88bfe1c5 (patch) | |
tree | b6db232033a094e6a6fd7b57b9c069fff6e0728a /src/mainboard | |
parent | 97bc0398c42467f147c36553cf829398b610e48c (diff) |
mb/system76/gaze15: Disable OC support
Clevo indicated that DIMMs running at 2933 MHz are not supported on a
number of processors used for this model.
Change-Id: Iadf611a64de664c783696e51cfe858ca95903936
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57897
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/system76/gaze15/romstage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/system76/gaze15/romstage.c b/src/mainboard/system76/gaze15/romstage.c index 6309e4a42a..02634ba2ad 100644 --- a/src/mainboard/system76/gaze15/romstage.c +++ b/src/mainboard/system76/gaze15/romstage.c @@ -20,8 +20,5 @@ static const struct cnl_mb_cfg memcfg = { void mainboard_memory_init_params(FSPM_UPD *memupd) { - // Allow memory speeds higher than 2933 MT/s - memupd->FspmConfig.SaOcSupport = 1; - cannonlake_memcfg_init(&memupd->FspmConfig, &memcfg); } |