From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Mon, 27 Nov 2017 20:17:39 +0100 Subject: [U-Boot] [U-Boot,v2,7/7] rockchip: rk3128: add sdram driver In-Reply-To: <1511776284-2703-8-git-send-email-kever.yang@rock-chips.com> References: <1511776284-2703-8-git-send-email-kever.yang@rock-chips.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > RK3128 support up to 2GB DDR3 sdram, one channel, 32bit data width. > > This patch is only used for U-Boot, but not for SPL which will > comes later, maybe after we merge all the common code into a common > file. > > Signed-off-by: Kever Yang > --- > > Changes in v2: None > > drivers/ram/rockchip/Makefile | 1 + > drivers/ram/rockchip/sdram_rk3128.c | 59 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 60 insertions(+) > create mode 100644 drivers/ram/rockchip/sdram_rk3128.c > Acked-by: Philipp Tomsich