File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -570,6 +570,7 @@ config DDR_DRIVER_IMPEDANCE
570
570
default 48 if DDR_W631GU6NB
571
571
default 48 if DDR_W632GU6NB12I
572
572
default 48 if DDR_AS4C512M16D3LA_10BIN
573
+ default 40 if DDR_AS4C128M16D2A_25BAN
573
574
default 48 if DDR_W97AH6NBVA1K
574
575
depends on UMCTL2
575
576
help
@@ -584,6 +585,7 @@ config DDR_ODT_IMPEDANCE
584
585
default 60 if DDR_W632GU6NB12I
585
586
default 60 if DDR_AS4C512M16D3LA_10BIN
586
587
default 50 if DDR_MT47H128M16RT_25E_C
588
+ default 50 if DDR_AS4C128M16D2A_25BAN
587
589
default 0 if DDR_IS43LD16128B_25BLI
588
590
default 0 if DDR_W97AH6NBVA1K
589
591
default 120 if DDR_MT52L256M32D1PF_107
Original file line number Diff line number Diff line change @@ -172,6 +172,12 @@ config DDR_EDB5432BEBH_1DAAT_F_D
172
172
depends on UMCTL2
173
173
help
174
174
LPDDR2 EDB5432BEBH-1DAAT-F-D 4M x 32 x 4
175
+
176
+ config DDR_AS4C128M16D2A_25BAN
177
+ bool "DDR2 AS4C128M16D2A_25BAN(OURASI_DDR2_EB)"
178
+ depends on UMCTL2
179
+ help
180
+ DDR2 AS4C128M16D2A_25BAN 128 Meg x 16 DDR2-800
175
181
endchoice
176
182
177
183
choice
Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ endif
108
108
ifeq ($(CONFIG_DDR_W97AH6NBVA1K ) , y)
109
109
CPPFLAGS += -DCONFIG_LPDDR2 -DCONFIG_LPDDR2_S4 -DCONFIG_LPDDR2_SPEED_1066 -DCONFIG_DDR_1_GBIT -DCONFIG_DBW_16
110
110
endif
111
+ ifeq ($(CONFIG_DDR_AS4C128M16D2A_25BAN ) , y)
112
+ CPPFLAGS += -DCONFIG_DDR2 -DCONFIG_DDR2_SPEED_BIN_800D -DCONFIG_DDR_2_GBIT -DCONFIG_DBW_16
113
+ endif
111
114
endif
112
115
113
116
ifeq ($(CONFIG_REF_WIN_32 ) ,y)
You can’t perform that action at this time.
0 commit comments