Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85757?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: Documentation: Fix snb/ivb nri frequency table ......................................................................
Documentation: Fix snb/ivb nri frequency table
2*8*133 = 2133
Change-Id: Ic5e6120aaa9fe7db2a3c1651d2ea9443a24e7c4d Signed-off-by: Riku Viitanen riku.viitanen@protonmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85757 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nicholas Chin nic.c3.14@gmail.com --- M Documentation/northbridge/intel/sandybridge/nri_freq.md 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Nicholas Chin: Looks good to me, approved
diff --git a/Documentation/northbridge/intel/sandybridge/nri_freq.md b/Documentation/northbridge/intel/sandybridge/nri_freq.md index 0732870..d641575 100644 --- a/Documentation/northbridge/intel/sandybridge/nri_freq.md +++ b/Documentation/northbridge/intel/sandybridge/nri_freq.md @@ -108,7 +108,7 @@ +------------+-----------+------------------+-------------------------+---------------+ | 933 | DDR3-1866 | 7 | 133 MHz | | +------------+-----------+------------------+-------------------------+---------------+ -| 1066 | DDR3-2166 | 8 | 133 MHz | | +| 1066 | DDR3-2133 | 8 | 133 MHz | | +------------+-----------+------------------+-------------------------+---------------+ ```
@@ -127,7 +127,7 @@ +------------+-----------+------------------+-------------------------+---------------+ | 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 | +------------+-----------+------------------+-------------------------+---------------+