mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: spd: Add module voltage for 1.8V
Add SSTL 1.8 V Interface Level as specified in JEDEC_DDR2_SPD_Specification_ Rev1.3, page 10. Change-Id: I0112a85f557826b629109e212dbbc752aeda305d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/15202 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://chromium-review.googlesource.com/356440 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
c6d7824f52
commit
40b4e9adbb
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ enum spd_memory_type {
|
|||
#define SPD_VOLTAGE_HSTL 2 /* HSTL 1.5 */
|
||||
#define SPD_VOLTAGE_SSTL3 3 /* SSTL 3.3 */
|
||||
#define SPD_VOLTAGE_SSTL2 4 /* SSTL 2.5 */
|
||||
#define SPD_VOLTAGE_SSTL1 5 /* SSTL 1.8 */
|
||||
|
||||
/* SPD_DIMM_CONFIG_TYPE values. */
|
||||
#define ERROR_SCHEME_NONE 0
|
||||
|
|
Loading…
Add table
Reference in a new issue