diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-03-23 00:35:14 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-26 10:20:43 +0000 |
commit | 394ac5b33ead4233d3527681dc87bd54d1a4d64a (patch) | |
tree | e50a7ed143197be6748bc6ddb71ef1980e48ed42 /src/northbridge/intel/sandybridge | |
parent | ca2f68abedcc2065574a03a4525b1c3cab7280ba (diff) | |
download | coreboot-394ac5b33ead4233d3527681dc87bd54d1a4d64a.tar.xz |
nb/intel/sandybridge: Fix IOSAV register description
The four CS control signals are grouped into the same nibble.
Change-Id: Iaf8d5216fdca6014be61ae2583fc963d69111571
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39767
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/intel/sandybridge')
-rw-r--r-- | src/northbridge/intel/sandybridge/mchbar_regs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/northbridge/intel/sandybridge/mchbar_regs.h b/src/northbridge/intel/sandybridge/mchbar_regs.h index cf29155f35..5f46e706a8 100644 --- a/src/northbridge/intel/sandybridge/mchbar_regs.h +++ b/src/northbridge/intel/sandybridge/mchbar_regs.h @@ -67,14 +67,13 @@ * [2] !WE signal. * [4..7] CKE, per rank and channel. * [8..11] ODT, per rank and channel. - * [12] Chip Select mode control. - * [13..16] Chip select, per rank and channel. It works as follows: + * [12..15] Chip select, per rank and channel. It works as follows: * * entity CS_BLOCK is * port ( - * MODE : in std_logic; -- Mode select at [12] + * MODE : in std_logic; -- Mode select at [16] * RANKSEL : in std_logic_vector(0 to 3); -- Decoded "ranksel" value - * CS_CTL : in std_logic_vector(0 to 3); -- Chip select control at [13..16] + * CS_CTL : in std_logic_vector(0 to 3); -- Chip select control at [12..15] * CS_Q : out std_logic_vector(0 to 3) -- CS signals * ); * end entity CS_BLOCK; @@ -88,6 +87,7 @@ * end if; * end architecture RTL; * + * [16] Chip Select mode control. * [17] Auto Precharge. Only valid when using 10 row bits! * * IOSAV_n_SUBSEQ_CTRL_ch(channel, index) |