[U-Boot] Pull request: u-boot-rockchip-20190912

Hi Tom,
Please pull the rockchip update: - add idbloader.img target for rockchip tpl+spl; - usb ehci/ohci: go on process if clock driver don't have clk_enable(); - remove clk_enable() for rockchip clock drivers; - add boot order for rockpro64
Gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/652
Thanks, - Kever
The following changes since commit 001c8ea94ae710d8340829237a7d788b25ce2ae7:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-09-10 08:52:00 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20190912
for you to fetch changes up to 326b2624192336c99ba18d5151b51d0c07c23193:
doc: lion_rk3368: use idbloader.img for rk3368 (2019-09-11 16:16:12 +0800)
---------------------------------------------------------------- Kever Yang (9): rockchip: rk3399: dts: add boot order for rockpro64 usb: ehci-generic: don't probe fail if there is no clk_enable() ops usb: ohci-generic: don't probe fail if there is no clk_enable() ops rockchip: clk: rk3288: remove clk_enable() rockchip: clk: rk3328: remove clk_enable() rockchip: clk: rk3368: remove clk_enable() rockchip: clk: rk3399: remove clk_enable() rockchip: not depends on TPL_BUILD for rk3188 makefile including rockchip: clean makefile for misc.c
Matwey V. Kornilov (3): rockchip, Makefile: add idbloader.img target doc: rockchip: use idbloader.img for rk3288, rk3328, rk3399 doc: lion_rk3368: use idbloader.img for rk3368
Makefile | 12 ++++++++++ arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 5 ++++ arch/arm/mach-rockchip/Makefile | 8 ++----- board/theobroma-systems/lion_rk3368/README | 4 +--- doc/README.rockchip | 21 ++--------------- drivers/clk/rockchip/clk_rk3288.c | 23 ------------------- drivers/clk/rockchip/clk_rk3328.c | 12 ---------- drivers/clk/rockchip/clk_rk3368.c | 19 --------------- drivers/clk/rockchip/clk_rk3399.c | 37 ------------------------------ drivers/usb/host/ehci-generic.c | 2 +- drivers/usb/host/ohci-generic.c | 2 +- 11 files changed, 24 insertions(+), 121 deletions(-)

On Thu, Sep 12, 2019 at 09:32:00AM +0800, Kever Yang wrote:
Hi Tom,
Please pull the rockchip update:
- add idbloader.img target for rockchip tpl+spl;
- usb ehci/ohci: go on process if clock driver don't have clk_enable();
- remove clk_enable() for rockchip clock drivers;
- add boot order for rockpro64
Gitlab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/652
Thanks,
- Kever
The following changes since commit 001c8ea94ae710d8340829237a7d788b25ce2ae7:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2019-09-10 08:52:00 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20190912
for you to fetch changes up to 326b2624192336c99ba18d5151b51d0c07c23193:
doc: lion_rk3368: use idbloader.img for rk3368 (2019-09-11 16:16:12 +0800)
Applied to u-boot/master, thanks!
participants (2)
-
Kever Yang
-
Tom Rini