From a2aeba31814511a5cff3986e28498cf50d678cdc Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Tue, 24 Dec 2024 17:34:19 +0200 Subject: [PATCH] Documentation: Fix snb/ivb nri frequency table 2*8*133 = 2133 Change-Id: Ic5e6120aaa9fe7db2a3c1651d2ea9443a24e7c4d Signed-off-by: Riku Viitanen Reviewed-on: https://review.coreboot.org/c/coreboot/+/85757 Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Chin --- Documentation/northbridge/intel/sandybridge/nri_freq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/northbridge/intel/sandybridge/nri_freq.md b/Documentation/northbridge/intel/sandybridge/nri_freq.md index 0732870421..d64157558d 100644 --- a/Documentation/northbridge/intel/sandybridge/nri_freq.md +++ b/Documentation/northbridge/intel/sandybridge/nri_freq.md @@ -108,7 +108,7 @@ multiplier to select the DRAM frequency (SCK) by the following formula: +------------+-----------+------------------+-------------------------+---------------+ | 933 | DDR3-1866 | 7 | 133 MHz | | +------------+-----------+------------------+-------------------------+---------------+ -| 1066 | DDR3-2166 | 8 | 133 MHz | | +| 1066 | DDR3-2133 | 8 | 133 MHz | | +------------+-----------+------------------+-------------------------+---------------+ ``` @@ -127,7 +127,7 @@ multiplier to select the DRAM frequency (SCK) by the following formula: +------------+-----------+------------------+-------------------------+---------------+ | 933 | DDR3-1866 | 7 | 133 MHz | | +------------+-----------+------------------+-------------------------+---------------+ -| 1066 | DDR3-2166 | 8 | 133 MHz | | +| 1066 | DDR3-2133 | 8 | 133 MHz | | +------------+-----------+------------------+-------------------------+---------------+ | 700 | DDR3-1400 | 7 | 100 MHz | '1 | +------------+-----------+------------------+-------------------------+---------------+