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>
This commit is contained in:
parent
ca2f68abed
commit
394ac5b33e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue