[U-Boot] [PATCH v4 0/2] rockchip: rk3229: add sdram and sd support
Kever Yang
kever.yang at rock-chips.com
Wed Sep 27 08:38:21 UTC 2017
Add sdram driver for rk3229 and other fix like pinctrl and sd node.
Changes in v4:
- rebase on u-boot-rockchip master with patchset "move rockchip sdram
driver to driver/ram"
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