[U-Boot] [PATCH v3 0/2] rockchip: rk3229: add sdram support
Kever Yang
kever.yang at rock-chips.com
Wed Sep 6 09:35:20 UTC 2017
Add sdram driver for rk3229
Changes in v3:
- move rk332x sdram driver to driver/ram
- do the ram init in TPL instad of SPL
Kever Yang (2):
rockchip: rk322x: add sdram driver
rockchip: dts: rk3229: remove dram channel info
arch/arm/dts/rk3229-evb.dts | 1 -
arch/arm/include/asm/arch-rockchip/sdram_rk322x.h | 581 +++++++++++++++
drivers/ram/rockchip/Makefile | 1 +
drivers/ram/rockchip/sdram_rk322x.c | 855 ++++++++++++++++++++++
4 files changed, 1437 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/include/asm/arch-rockchip/sdram_rk322x.h
create mode 100644 drivers/ram/rockchip/sdram_rk322x.c
--
1.9.1
More information about the U-Boot
mailing list