public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] rk3399: enable SPL driver
@ 2017-01-18 12:16 Kever Yang
  2017-01-18 12:16 ` [U-Boot] [PATCH 1/6] arm64: rk3399: add ddr controller driver Kever Yang
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Kever Yang @ 2017-01-18 12:16 UTC (permalink / raw)
  To: u-boot


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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2017-02-13  7:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 12:16 [U-Boot] [PATCH 0/6] rk3399: enable SPL driver Kever Yang
2017-01-18 12:16 ` [U-Boot] [PATCH 1/6] arm64: rk3399: add ddr controller driver Kever Yang
2017-01-26 14:23   ` Simon Glass
2017-02-05  2:45     ` Kever Yang
2017-02-08  5:10       ` Simon Glass
2017-02-13  7:52         ` Kever Yang
2017-01-18 12:16 ` [U-Boot] [PATCH 2/6] arm64: rk3399: move grf register definitions to grf_rk3399.h Kever Yang
2017-01-25  4:09   ` Simon Glass
2017-01-18 12:16 ` [U-Boot] [PATCH 3/6] clk: rk3399: update driver for spl Kever Yang
2017-01-26 14:23   ` Simon Glass
2017-01-18 12:16 ` [U-Boot] [PATCH 4/6] sdhci: rk3399: update driver to support of-platdata Kever Yang
2017-01-26 14:23   ` Simon Glass
2017-01-18 12:16 ` [U-Boot] [PATCH 5/6] pinctrl: rk3399: add the of-platdata support Kever Yang
2017-01-26 14:23   ` Simon Glass
2017-01-18 12:16 ` [U-Boot] [PATCH 6/6] arm64: rk3399: add SPL support Kever Yang
2017-01-26 14:23   ` Simon Glass
2017-02-05  3:01     ` Kever Yang
2017-02-08  5:10       ` Simon Glass
2017-01-24 13:51 ` [U-Boot] [PATCH 0/6] rk3399: enable SPL driver Simon Glass
2017-02-05  1:41   ` Kever Yang
2017-02-08  5:10     ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox