[U-Boot] [PATCH 0/6] rk3399: enable SPL driver

Kever Yang kever.yang at rock-chips.com
Wed Jan 18 13:16:08 CET 2017


This series patch enable basic driver for rk3399 SPL, the ATF support
has been split as a separate patch.

SPL_OF_PLATDATA is consider to be must because the dram driver has much
configuration parameter from dts, but we don't want to do the copy.

Other driver like clock, pinctrl, sdhci has update to support
OF-PLATDATA.



Kever Yang (6):
  arm64: rk3399: add ddr controller driver
  arm64: rk3399: move grf register definitions to grf_rk3399.h
  clk: rk3399: update driver for spl
  sdhci: rk3399: update driver to support of-platdata
  pinctrl: rk3399: add the of-platdata support
  arm64: rk3399: add SPL support

 arch/arm/Kconfig                                  |    1 +
 arch/arm/dts/rk3399-evb.dts                       |    2 +
 arch/arm/dts/rk3399-sdram-lpddr3-4GB-1600.dtsi    | 1536 +++++++++++++++++++++
 arch/arm/dts/rk3399.dtsi                          |   44 +
 arch/arm/include/asm/arch-rockchip/clock.h        |   10 +
 arch/arm/include/asm/arch-rockchip/cru_rk3399.h   |    5 +
 arch/arm/include/asm/arch-rockchip/grf_rk3399.h   |  118 ++
 arch/arm/include/asm/arch-rockchip/sdram_rk3399.h |  120 ++
 arch/arm/mach-rockchip/Kconfig                    |    2 +
 arch/arm/mach-rockchip/Makefile                   |    1 +
 arch/arm/mach-rockchip/rk3399-board-spl.c         |  158 +++
 arch/arm/mach-rockchip/rk3399/Makefile            |    1 +
 arch/arm/mach-rockchip/rk3399/clk_rk3399.c        |   21 +
 arch/arm/mach-rockchip/rk3399/sdram_rk3399.c      | 1243 +++++++++++++++++
 arch/arm/mach-rockchip/rk3399/syscon_rk3399.c     |   40 +
 configs/evb-rk3399_defconfig                      |   18 +
 drivers/clk/rockchip/clk_rk3399.c                 |   89 +-
 drivers/mmc/rockchip_sdhci.c                      |   17 +-
 drivers/pinctrl/rockchip/pinctrl_rk3399.c         |  111 +-
 include/configs/rk3399_common.h                   |   11 +
 include/dt-bindings/clock/rk3399-cru.h            |   16 +-
 21 files changed, 3441 insertions(+), 123 deletions(-)
 create mode 100644 arch/arm/dts/rk3399-sdram-lpddr3-4GB-1600.dtsi
 create mode 100644 arch/arm/include/asm/arch-rockchip/sdram_rk3399.h
 create mode 100644 arch/arm/mach-rockchip/rk3399-board-spl.c
 create mode 100644 arch/arm/mach-rockchip/rk3399/sdram_rk3399.c

-- 
1.9.1



More information about the U-Boot mailing list